On 9/6/07, Trevor Bača <[EMAIL PROTECTED]> wrote: > On 9/6/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote: > > Hi Trevor, > > > > > Is there any way to suppress an InstrumentName for just a single > > > system? > > > > Oh, you're going to kick yourself for this one... ;-) > > > > Instead of > > \override Staff.InstrumentName #'transparent = ##t > > just use > > \set Staff.shortInstrumentName = ""
Actually, does this look like a bug to anyone else?
%%% BEGIN WEIRD SHORT / LONG SUBSTITUTION %%%
\version "2.11.32"
\new Score <<
\new Staff {
\set Staff.instrumentName = "Flauta"
\set Staff.shortInstrumentName = "Fl."
c'1 \break
c'1 \break
c'1
}
\new Staff {
\set Staff.instrumentName = "Violino"
\set Staff.shortInstrumentName = "Vn."
c'1
c'1
\set Staff.shortInstrumentName = ""
c'1
}
\new Staff {
\set Staff.instrumentName = "Violoncello"
\set Staff.shortInstrumentName = "Vc."
c'1 c'1 c'1
}
>>
%%% END %%%
See attached.
?
--
Trevor Bača
[EMAIL PROTECTED]
<<attachment: weird-names.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
