bug-lilypond
[Top][All Lists]
Advanced

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

grace-instrument


From: Erik Sandberg
Subject: grace-instrument
Date: Thu, 19 Aug 2004 12:42:10 +0200
User-agent: KMail/1.6.2

Added this to repository.

%important
address@hidden

\header { texidoc =
"PianoStaff.instrument is not shown when the first staff starts with a grace 
note"
}
\version "2.2.5"
\score { <<
\new Staff \notes {
        \set Staff.instrument = "Guitar"
        \grace g8 a1
        }
\new PianoStaff <<
        \set PianoStaff.instrument = "Piano"
        \new Staff { \notes { b1}}
        \new Staff { \notes { c1}}
>>
>>
}




reply via email to

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