bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug Report: Duplicated Tempo and key signature


From: Marek Klein
Subject: Re: Bug Report: Duplicated Tempo and key signature
Date: Fri, 19 Oct 2012 21:20:25 +0200

2012/10/18 Songmuh Jong <address@hidden>

> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]