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
}
>>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user