lilypond-user
[Top][All Lists]
Advanced

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

Re: Making end-double barline visible again


From: Malte Meyn
Subject: Re: Making end-double barline visible again
Date: Sat, 28 Jan 2017 16:07:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


Am 28.01.2017 um 15:53 schrieb Amir Teymuri:
> i have made barlines for the whole piece invisible using:
> 
> \layout {
>    \context {
>      \Score
>      \omit SpanBar
>    }
>    \context {
>      \Staff
>      \omit BarLine
>    }
> }
> 
> and want to have the ending barlines at the end of the piece visible again.
> How should i proceed?

Try the following

\new StaffGroup <<
  \new Staff {
    \repeat unfold 28 c'
    \undo \omit Staff.BarLine
    \undo \omit Score.SpanBar
    \bar "|."
  }
  \new Staff {
    \repeat unfold 28 c'
    \undo \omit Staff.BarLine
  }
>>



reply via email to

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