]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-nesting.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / system-start-nesting.ly
index 7c30e52c3b0fc21f8ef291577970e6157c97fc43..bb94eb7246ef81d3286de3e10259c162febaac91 100644 (file)
@@ -3,21 +3,16 @@
 
 }
 
-\version "2.7.18"
+\version "2.10.0"
 
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
-\new StaffGroup \with {
-  \remove "System_start_delimiter_engraver"
-  \consists "Nested_system_start_delimiter_engraver"
-}
+\new StaffGroup
 \relative <<
-  \set StaffGroup.systemStartDelimiters =
-   #'(SystemStartSquare SystemStartBracket SystemStartSquare)
-  
-  \set StaffGroup.systemStartDelimiterHierarchy = #'((a (b)) c)
+  \set StaffGroup.systemStartDelimiterHierarchy
+    = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d)
   \new Staff { c1 }
   \new Staff { c1 }
   \new Staff { c1 }