lilypond-user
[Top][All Lists]
Advanced

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

Re: Rotated StaffGroup InstrumentName?


From: Jan-Peter Voigt
Subject: Re: Rotated StaffGroup InstrumentName?
Date: Mon, 28 Jan 2019 16:38:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hi Andrew,

you might try something like this:

\new StaffGroup = "Staff_soloists" \with {
  \consists "Instrument_name_engraver"
  instrumentName = \markup \rotate #90 "Solo"
} <<
...
>>

HTH
Jan-Peter

Am 28.01.19 um 15:38 schrieb N. Andrew Walsh:
> Hi List,
> 
> quick general question:
> 
> if I have a StaffGroup, like this in my score:
> ----------------------------------
> \new StaffGroup = "Staff_soloists"
>     <<
>       \new Staff = "Staff_oboe_solo" <<
>           \global \exTwoOboeMusic
>         >>
>       \new Staff = "Staff_guitar_solo" <<        
>         \global \exTwoGuitarMusic
>       >>
>       \new StaffGroup = "Staff_percussion_solo" \with {
>         systemStartDelimiter = #'SystemStartSquare
>         instrumentName = #"Perc. Solo"
>         shortInstrumentName = #"S.Prc."
>       }
>       <<
>         \new Staff = "percSoloOneUpper" <<
>           \global \exTwoPercSoloOneMusicUpper 
>         >>
>         \new Staff = "percSoloOneLower" <<
>           \global \exTwoPercSoloOneMusicLower 
>         >>
>       >>
> 
>        \new Staff = "exTwoCbsSolo" <<
>           \global \exTwoBassSoloMusic
>         >>
>     >>
> -----------------------------------------------
> Is there a way to put the group InstrumentName for that whole group, but
> rotated 90°? This is something that would be useful, for example, in a
> piece for orchestra with both chorus and soloists, or a concerto with
> more than one soloist (in this case, these are four soloists within a
> larger ensemble. The content is in a separate file, triggered by the
> variables, and \global defining Staff settings).
> 
> What I would like would be for the toplevel StaffGroup "Staff_soloists"
> to have a name, rotated 90° and extending to the left of the individual
> instrument names. Is there any way to do that?
> 
> Cheers,
> 
> A
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 




reply via email to

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