lilypond-user
[Top][All Lists]
Advanced

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

Re: staffname not shown


From: Xavier Scheuer
Subject: Re: staffname not shown
Date: Sun, 29 Nov 2009 14:25:01 +0100

Le Sun, 29 Nov 2009 13:56:13 +0100,
Stefan Thomas <address@hidden> 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 <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

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