bug-lilypond
[Top][All Lists]
Advanced

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

Starting a Piano Staff with an appoggiatura (acciaccatura)?


From: Joern Eichler
Subject: Starting a Piano Staff with an appoggiatura (acciaccatura)?
Date: Sun, 26 Aug 2007 19:19:19 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi all,

Trying to start a PianoStaff with an appoggiatura or an acciaccatura seems
broken. Try this little thing to see what I mean. (Yes I know that Lied of
Schubert is in a-minor. I made it e-minor just to show what happens to the f-
sharp accidental).

Or is there something wrong with my example code?

Greetings
Joern

---------------------------------------------------------------------------


\header {
        title = "Der Leiermann"
        composer = "Franz Schubert"
        subtitle = "Appoggiatura / Acciaccatura / PianoStaff Bug demo"
}

\version "2.10.29"

\score {
       <<
       \new Voice {
            \key e \minor
            \time 3/4
            \relative a' {
                      R2.*3
            }
       }    

       \new PianoStaff <<
            \new Staff {
                 \key e \minor
                 \time 3/4
                 \relative a' {
                           R2.*2
                           a16( c b d c8 a b gis)
                 }
            }
            \new Staff {
                 \clef bass
                 \key e \minor
                 \time 3/4
                 \relative a, {
                           \appoggiatura dis16
                           <a e'>2.
                           \appoggiatura dis16
                           <a e'>2.
                           <a e'>2.
                }
            }
        >> >>
}                          





reply via email to

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