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.18.2" \score { {c d e f_\markup { "D.S. al" \musicglyph #"scripts.coda" } } \layout {} }
\version "2.18.2" \score { {c d e f _\markup "D.S. al" _\tweak Y-offset #1 _\markup \musicglyph #"scripts.coda" } \layout {} }
\version "2.18.2"\relative c' { c d e f %% original: _\markup { "D.S. al" \musicglyph #"scripts.coda" } %% \vcenter für beide: _\markup \vcenter { "D.S. al" \musicglyph #"scripts.coda" } %% \raise für "Kopf": _\markup { "D.S. al" \raise #0.7 \musicglyph #"scripts.coda" } %% \raise und \fontsize für "Kopf": _\markup { "D.S. al" \raise #0.8 \fontsize #-2 \musicglyph #"scripts.coda" } }
s2_\tweak X-offset #-1 _\markup \vcenter \larger { "D.S. al" \musicglyph #"scripts.coda" }