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: Joseph Srednicki
Subject: Re: Two vertical lines as breath marks
Date: Sat, 2 Mar 2019 17:24:24 +0000 (UTC)

Thanks, Tyler. This is exactly what I was looking for.
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 >> }



-----Original Message-----
From: Tyler Mitchell <address@hidden>
To: Joseph Srednicki <address@hidden>
Cc: lilypond-user <address@hidden>
Sent: Sat, Mar 2, 2019 12:16 pm
Subject: Re: Two vertical lines as breath marks

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]