Hi Dominic,
Mats's solution
\once \override Score.BarLine #'break-visibility = #end-of-line-
invisible
is the one you should use, I think -- the full example is included,
below.
Cheers,
Kieren.
__________________
\version "2.11.35"
noBL = \once \override Score.BarLine #'break-visibility = #end-of-
line-invisible
music =
{
e4 e e e |
e e e \noBL \break
\repeat volta 1 { e | e e e e }
}
\score
{
\music
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user