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.


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

Reply via email to