]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly
Merge branch 'lilypond/translation'
[lilypond.git] / Documentation / snippets / adding-indicators-to-staves-which-get-split-after-a-break.ly
index ad92f4a9fc142b70c65e552db8227eb2accc46bb..dda995cb99a9141c7d41a72528f951254aef0dcd 100644 (file)
@@ -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.16"
+\version "2.13.39"
 
 \header {
   lsrtags = "staff-notation, vocal-music"
@@ -94,7 +94,7 @@ splitStaffBarLine = {
   >>
   \layout {
     \context {
-      \RemoveEmptyStaffContext
+      \Staff \RemoveEmptyStaves
       \override VerticalAxisGroup #'remove-first = ##t
     }
   }