lilypond-user
[Top][All Lists]
Advanced

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

Re: Suppress InstrumentName for a only a single system?


From: Trevor Bača
Subject: Re: Suppress InstrumentName for a only a single system?
Date: Thu, 6 Sep 2007 12:06:12 -0500

On 9/6/07, Trevor Bača <address@hidden> wrote:
> On 9/6/07, Kieren MacMillan <address@hidden> 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
address@hidden

Attachment: weird-names.png
Description: PNG image


reply via email to

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