[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-bug
Subject:    =?utf-8?Q?In_TabStaff=2C_=5Cgrace_with_=5Coverride_misbehaves_whe?= =?utf-8?Q?n_it=E2=80=99s_the_fir
From:       Nate Whetsell <nathan.whetsell () gmail ! com>
Date:       2021-07-20 11:14:25
Message-ID: F55E733B-0563-43E1-B87F-E6C26CCD4B0C () gmail ! com
[Download RAW message or body]

Hi there,

Thanks for all your work on LilyPond!

In a TabStaff, if a grace note is the first note and the \grace contains overrides, \
the overrides seem to be applied to whatever follows the grace note (instead of the \
grace note itself). Here's an example that illustrates the behavior:

```
\version "2.22.1"

% Font size is unexpectedly increased for what follows the grace note.
\score {
  \new TabStaff {
      \grace { \override TabNoteHead.font-size = #3 c' \revert TabNoteHead.font-size \
} d'  }
}

% But when something precedes the grace note, font size increases as expected.
\score {
  \new TabStaff {
    r \grace { \override TabNoteHead.font-size = #3 c' \revert TabNoteHead.font-size \
} d'  }
}
```

(I also tried this using the latest version from the Git repo, and the behavior is \
the same.)

All the best,
Nate
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic