Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\set Staff.instrumentName = \markup { \vcenter { \rotate #90 { "Chor I" \null } \column { "Sopran" "Alt" } } }
\version "2.12.2"\layout { \context { \ChoirStaff \consists Instrument_name_engraver \override InstrumentName #'self-alignment-X = #-1 \override InstrumentName #'padding = #2.0 } \context { \Staff \override InstrumentName #'self-alignment-X = #0 \override InstrumentName #'padding = #0.3 }}\score { << \new ChoirStaff \with { instrumentName = \markup \bold \larger \rotate #90 "Chor I" } << \new Staff \with { instrumentName = Sopran } { c''1 } \new Staff \with { instrumentName = Alt } { e'1 } \new Staff \with { instrumentName = Tenor } { \clef "G_8" g1 } \new Staff \with { instrumentName = Bass } { \clef bass c1 } >> \new ChoirStaff \with { instrumentName = \markup \bold \larger \rotate #90 "Chor II" } << \new Staff \with { instrumentName = Sopran } { c''1 } \new Staff \with { instrumentName = Alt } { e'1 } \new Staff \with { instrumentName = Tenor } { \clef "G_8" g1 } \new Staff \with { instrumentName = Bass } { \clef bass c1 } >> >>}