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: Kieren MacMillan
Subject: Re: Gregorian "half bar line" in normal mode
Date: Sat, 13 Jun 2009 13:38:08 -0400

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]