]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / system-start-bracket.ly
index 4a460c7dcfcf874616b2d5285571073f8dbefbb6..7ee7c61335b0d01d120f40fd72e19e62b268a51a 100644 (file)
@@ -1,3 +1,4 @@
+\version "2.3.4"
 \header {
     texidoc =
 "
@@ -6,12 +7,15 @@ The piano brace should be shifted horizontally if it  is enclosed in a bracket.
 }
 
 
-\score { \notes  {
-    \context StaffGroup <
+\score {   {
+    \context StaffGroup <<
        c4
-       \context PianoStaff <
-           d4
-           e4
-          >
-    >
-    }}
+       \context PianoStaff <<
+           \new Staff d
+           \new Staff e
+          >>
+    >>
+    }
+    \paper {raggedright = ##t}
+}
+