]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hara-kiri-percent-repeat.ly
Context mods stored in variable, can be inserted into \with or \context
[lilypond.git] / input / regression / hara-kiri-percent-repeat.ly
index 847e93c688f0045a735b9af0ebea3f93ae2f584d..fdc5338d348c12a335c0cf2722ea444ca0ca7f66 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.10"
+\version "2.13.18"
 
 \header {
   texidoc = "Staves, RhythmicStaves, TabStaves and DrumStaves
   \new TabStaff \repeat  percent 4 { c1 }
   \new DrumStaff \drummode { \repeat percent 4 { hh1 } }
   \new RhythmicStaff \repeat percent 4 { c'1 }
->>                          
+>>
 
 \layout {
-  \context { \RemoveEmptyStaffContext }
-  \context { \RemoveEmptyRhythmicStaffContext }
-  \context { \RemoveEmptyDrumStaffContext }
-  \context { \RemoveEmptyTabStaffContext }
-  }
-
+  \context { \Staff \RemoveEmptyStaves }
+  \context { \RhythmicStaff \RemoveEmptyStaves }
+  \context { \DrumStaff \RemoveEmptyStaves }
+  \context { \TabStaff \RemoveEmptyStaves }
+}