lilypond-user
[Top][All Lists]
Advanced

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

Suppress InstrumentName for a only a single system?


From: Trevor Bača
Subject: Suppress InstrumentName for a only a single system?
Date: Thu, 6 Sep 2007 08:16:59 -0500

Hi,

Is there any way to suppress an InstrumentName for just a single
system? There is in fact an InstrumentName grob that can be turned
red, made transparent, etc ... but apparently only at the beginning of
a score? No on the fly overrides?

This is what I've got so far.

%%% BEGIN TRANSPARENT INSTRUMENT NAME %%%

\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
      % this has no effect ... not at beginning of piece?
      \override Staff.InstrumentName #'transparent = ##t
      c'1
      c'1
   }
   \new Staff {
      \set Staff.instrumentName = "Violoncello"
      \set Staff.shortInstrumentName = "Vc."
      c'1 c'1 c'1
   }
>>

%%% END %%%


What I want is for "Vn." to disappear in front of only the second system.

Tricks, anyone?


Trevor.


-- 
Trevor Bača
address@hidden

reply via email to

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