lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with linebreaks and musicglyphs


From: Noeck
Subject: Re: Problem with linebreaks and musicglyphs
Date: Wed, 3 Apr 2019 21:00:28 +0200

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



reply via email to

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