2012/10/18 Songmuh Jong <[email protected]>
> I don't see my issue listed there. Attached is a zip file containing the
> .ly file and the pdf output using both 2.14.2 and 2.16.0.
>
>
It works, if you add \grace s8 at the beginning of the upper staff:
\version "2.14.2"
upper = \relative c' {
\key g \major
\time 4/4
\clef treble
\grace s8 r2_\markup{ \italic \bold \tiny "marcato" } \appoggiatura cis8-2
d2-3
}
lower = \relative c {
\key g \major
\clef bass
\appoggiatura cis8-2 d2-1 r2
}
\book {
\score {
\new PianoStaff <<
\context Staff = "upper" {
\upper
}
\context Staff = "lower" {
\lower
}
>>
\layout { }
}
}
HTH
Marek
bug squad member
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond