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: Tyler Mitchell
Subject: Re: Two vertical lines as breath marks
Date: Sat, 2 Mar 2019 09:16:19 -0800
User-agent: Mutt/1.5.24 (2015-08-30)

On Sat, Mar 02, 2019 at 04:27:15PM +0000, Joseph Srednicki wrote:
> Hello:
>
> I am working with French baroque organ music. This music uses two
> vertical lines as breathing marks to indicate a change in
> registration or manual. See the image in the attached PNG or SVG
> file. The breathing marks are circled in red.
>
> Can someone recommend how to implement such marks in Lilypond?

How about:

\version "2.18.2"
{ e''4 \prallprall
  \once \override Staff.BarLine.bar-extent = #'(-1 . 1)
  \once \override Staff.BarLine.extra-offset = #'(-0.5 . 0)
  \bar "||"
  << g''8 \\ e''8 >> }

Tyler



reply via email to

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