lilypond-user
[Top][All Lists]
Advanced

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

Re: Gregorian "half bar line" in normal mode


From: Tom Dickson
Subject: Re: Gregorian "half bar line" in normal mode
Date: Sat, 13 Jun 2009 12:24:38 -0700

Thanks! That worked perfectly.

-tom

On 2009 Jun 13, at 10:38, Kieren MacMillan wrote:

Hi Tom (and Jon)

This almost works perfectly - however, it still prints the actual barline (or puts the space for it if I set it transparent) as seen here:

Why not just override the BarLine itself?

\version "2.12.2"

divisioMaior = {
\once \override Score.BarLine #'stencil = #ly:breathing- sign::divisio-maior
}

\relative c' {
c2 d \divisioMaior
e f \divisioMaior
g4 a b2 \divisioMaior
c1 \divisioMaior
}

Hope this helps!
Kieren.





reply via email to

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