Le Sun, 29 Nov 2009 13:56:13 +0100,
Stefan Thomas <kontrapunktste...@googlemail.com> a écrit :

> Dear community,
> the second staffname in the below snippet is not displayed. I don't
> unterstand, why:

It's a known issue with synchronising grace, but I didn't know it also
affect instrumentName !
Just add a \grace s8 in "ausfuehr", as below. It works.

\version "2.12.2"
notiert = \relative c'' {
\grace c8-^ b2-^ c4-^ r
}
ausfuehr = \relative c'' {
\grace s8 c4-^(->\> b-^\!) c4-^ r4 \bar"||"
}
\score {
 <<
   \new Staff  { \set Staff.instrumentName = "Notation" \notiert }
 \new Staff { \set Staff.instrumentName = "Ausführung" \ausfuehr }
>>
}


Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

Attachment: signature.asc
Description: PGP signature

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

Reply via email to