Hello, I'm not sure, is this a bug or have I missed something in the documentation:
Rehearsal marks get confused when a grace note follows immediately in the next bar, but only if there is more than one staff (same problem with \acciaccatura and \appoggiatura). See attached example. Dieter
\version "2.11.65"
One =
\relative c' {
c d e f |
g f e d | \mark\default % A
c d e f |
g f e d | \mark\default % B
c1 |
}
Two =
\relative c {
c1 |
g1 | \mark\default % A
\grace c,8 c'1 |
g1 | \mark\default % B
c1 |
}
\markup { Score }
\score {
<<
\new Staff { \One }
\new Staff { \clef bass \Two }
>>
}
\markup { "Part One" }
\score {
\new Staff { \One }
}
\markup { "Part Two" }
\score {
\new Staff { \clef bass \Two }
}
\paper { tagline = ##f }
<<attachment: mark-grace.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
