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
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to