Joseph Srednicki wrote:

Can someone recommend how to implement such marks in Lilypond?

With \bar "||" you may have to suppress the span bar too.


Here is a different method, overriding \breathe:

tramlines =
{
  \override BreathingSign.Y-offset = 0
  \override BreathingSign.text =  \markup  { \scale #'(0.5 . 1)
    \concat    { \musicglyph #"rests.M2mensural"
    \hspace #0.5 \musicglyph #"rests.M2mensural" } }
  \breathe
}


Cheers,
Robin

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to