]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-bracket.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / staff-bracket.ly
index 519da6c6d77f1f8fe0fb72434fcc8f4267c68d73..9c6a256088c65f4a9130dd8bd8e2954245bc8885 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.26
+\version "2.3.22
 
 \header{ texidoc="@cindex Nested Staff Groups
 Staffs can be nested in various combinations. Here, @code{StaffGroup}
@@ -9,7 +9,7 @@ and @code{InnerChoirStaff}, the brackets are shifted leftwards.
 "
 }
 
-\score { \notes
+\score { 
 <<
   \new StaffGroup << 
   \new Staff {c' d' e' f'}
@@ -40,6 +40,6 @@ and @code{InnerChoirStaff}, the brackets are shifted leftwards.
 
 >>
 
- \paper { raggedright = ##t}
+ \layout { raggedright = ##t}
 }