bug-lilypond
[Top][All Lists]
Advanced

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

Re: Starting a Piano Staff with an appoggiatura (acciaccatura)?


From: Valentin Villenave
Subject: Re: Starting a Piano Staff with an appoggiatura (acciaccatura)?
Date: Sun, 26 Aug 2007 21:42:13 +0200

2007/8/26, Joern Eichler <address@hidden>:

> Or is there something wrong with my example code?

This is a known bug: every appogiatura in polyphonic music has to be
compensated in other staves (see section 6.5.7 in the manual, "bugs")

In this case, the following snippet works fine:

%%%%

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

      \new PianoStaff <<
           \new Staff {
                \key e \minor
                \time 3/4
                \relative a' {
                  \appoggiatura s16
                          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.
               }
           }
       >> >>
}

%%%%

Regards,
Valentin




reply via email to

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