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

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

Reply via email to