lilypond-user
[Top][All Lists]
Advanced

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

\grace makes instrumentName disappear?


From: Rodolfo Zitellini
Subject: \grace makes instrumentName disappear?
Date: Tue, 22 Feb 2011 11:15:55 +0100

Hello,
I'm transcribing a piece that starts with a \grace, more like the
following snippet:

%%
notes = \relative c'' {
        \clef "treble" \key es \major \time 4/4
        \grace { as16 } g16 [ f16 es16 d16 ] c16 [ es16 d16 c16 ]
        d16 [ c16 b16 a16 ] g4 ^\trill
}

\score {
 \new Staff <<
         \set Staff.instrumentName = #"Violino P[rimo]"
         \context Staff <<
         \context Voice = "violino" { \notes}
             >>
         >>
}

I noticed that when having a grace as the first note all
instrumentNames disappear. If you remove the \grace, the name appears
again.
I first saw this with 2.13.50, but I could reproduce it with 2.12.3.
The notation manual does not say anything about graces % names, am I
missing something here?

Thanks,
Rodolfo



reply via email to

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