lilypond-user
[Top][All Lists]
Advanced

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

Re: Naming a StaffGroup


From: Torsten Hämmerle
Subject: Re: Naming a StaffGroup
Date: Fri, 14 Sep 2018 07:59:24 -0700 (MST)

Hi Joei,

You can move the ChoirStaff's shortInstrumentName almost wherever you want
by using an appropriate markup.
There's a mean little trick combining an empty markup " " with the actual
instrument markup so that a \translate will take effect:

%%%%%%
gruppe = \new StaffGroup
\with {
  instrumentName = \markup \rotate #90 "Chor II_l" 
  shortInstrumentName = \markup \combine " " \translate #'(2.5 . 0) \rotate
#90 "Chor II_s" 
}
%%%%%%

… and that's what it looks like after the shortInstrumentName markup
manipulation:

<http://lilypond.1069038.n5.nabble.com/file/t3887/joei-choir.png> 

HTH,
Torsten



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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