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.
\version "2.12.3"eins = { c'4 c'4 c'4 c'4-\markup { \column { \line { ⇡ } \line { \null } \line { ⇡ } \line { \null } \line { ⇡ } \line { \null } \line { ⇡ } \line { \null } \line { ⇡ } } } c'1 }zwei = { c'4 c'4 c'4 c'4 c'1 }\new StaffGroup << \new Staff { \eins } \new Staff { \zwei }>>
\version "2.12.3"eins = { c'4 c'4 c'4 \once \override TextScript #'Y-extent = #'(0 . 0) %% vertikale Ausdehnung = null \once \override TextScript #'extra-offset = #'(0 . -1.5) %% Positionskorrektur c'4-\markup { \column { \line { ⇡ } \line { \null } \line { ⇡ } \line { \null } \line { ⇡ } \line { \null } \line { ⇡ } \line { \null } \line { ⇡ } } } c'1}zwei = { c'4 c'4 c'4 c'4 c'1 }\new StaffGroup << \new Staff { \eins } \new Staff { \zwei }>>