Am Di., 12. Nov. 2019 um 09:13 Uhr schrieb Rutger Hofman <rut...@cs.vu.nl>: > > Good morning bug list, > > if a grace note occurs in another Staff or another Voice, a hairpin that > should end before the barline (to-barline = ##t) behaves as if > to-barline = ##f. I have no doubt that this is a bug. > > It occurs in all lilypond versions I have on my system: 2.18.2, 2.19.83, > 2.21.0 (self-compiled on Ubuntu). > > Attached .ly and .pdf files. It contains two cases: (1) grace note in > another Staff and (2) grace note in another Voice in the same Staff. The > third & fourth bar in the examples show the correct (to-barline = ##t) > behaviour. > > Rutger Hofman > Amsterdam
The problem is "Grace note synchronization", see NR. Issue 34 is involved ... Try: \score { << \new Staff { \relative c'' { c1 | \grace b8 c1 | c1 | c1 | } } \new Staff { \relative c'' { c1\< | \grace s8\! c1 | c1\< | c1\! | } } >> } \score { \new Staff << \relative c'' { c1 | \grace b8 c1 | c1 | c1 | } \new Voice \relative c' { c1\< | \grace s8\! c1 | c1\< | c1\! | } >> } HTH, Harm _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond