X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-indicators-to-staves-which-get-split-after-a-break.ly;h=8ace4e152e877c52d2862d933df231886bdc5c65;hb=f6f7a119663c922b7ab245547645a06897b7a129;hp=edf1bd87383776751adc54fadc22e9c422752c39;hpb=248b82c3b9dcecf96351ad5f22540325fa54ad88;p=lilypond.git diff --git a/Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly b/Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly index edf1bd8738..8ace4e152e 100644 --- a/Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly +++ b/Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly @@ -1,7 +1,7 @@ %% Do not edit this file; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.10" +\version "2.13.31" \header { lsrtags = "staff-notation, vocal-music" @@ -94,7 +94,7 @@ splitStaffBarLine = { >> \layout { \context { - \RemoveEmptyStaffContext + \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } }