Dear Markus,

there are probably other solutions that center the coda glyphs and the
dash more elegantly, but this works. \line combines several markup-parts
into one line:

\relative c''
{
  c c ^\markup{
    \center-column {
      "D.S." "Nach der 2. Str."
      \line {
        \musicglyph #"scripts.coda"
        \lower #0.47 "-"
        \musicglyph #"scripts.coda"
      }
    }
  } c
}

Cheers,
Joram

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to