lilypond-user
[Top][All Lists]
Advanced

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

Re: invisible barlines at breaks


From: Kieren MacMillan
Subject: Re: invisible barlines at breaks
Date: Thu, 17 Jan 2008 08:51:53 -0500

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
}




reply via email to

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