lilypond-user
[Top][All Lists]
Advanced

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

Re: Two vertical lines as breath marks


From: Robin Bannister
Subject: Re: Two vertical lines as breath marks
Date: Sat, 2 Mar 2019 22:32:17 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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



reply via email to

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