Hi all,

One of my students came to me with something peculiar with accacciatura and 
appoggiatura when used as the first item in a score with multiple staffs.
I tried to find any obvious errors in his code, but I couldn't find anything. I 
managed to create a minimal working example, included below and have attached 
the resulting notation.

When used with a single voice in a single staff, they work as expected. 
However, when used in a score with some kind of a staff group it seems that the 
system is unable to detect the current staffs and recreates the staffs, 
overwriting any existing settings (such as instrument names) and doubling time 
signatures and clefs in the process.

cheers

Maurits

---

\version "2.18.2"

\score {
   <<
      \new Staff {
         \time 2/4
         \new Voice {
            \appoggiatura { a'16 } bes'2
          }
      }
      \new Staff {
        \time 2/4
        \new Voice {
          bes2
        }
      }
   >>
 }
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to