lilypond-user
[Top][All Lists]
Advanced

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

Re: shortInstrumentName help


From: Stan Mulder
Subject: Re: shortInstrumentName help
Date: Thu, 10 Apr 2008 18:41:55 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I wanted to thank everybody for the help. I had it all mixed up.

The shortInstrumentName must come before the \trumpet part, etc. otherwise it
won't work. 

I forgot to group with curly braces as well. This worked like a charm though:

\book {
        \score {
        <<
                \new StaffGroup = "horns" 
                <<
                        \new Staff = "trumpet" \transpose c c {
                                \set Staff.shortInstrumentName = "Tpt "
                                \trumpet 
                        }
                        \new Staff = "clarinet" \transpose c c  {
                                \set Staff.shortInstrumentName = "Clr "
                                \clarinet
                        }
 ...





reply via email to

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