]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
* scripts/lilypond-book.py (output_dict): remove support for the
[lilypond.git] / input / regression / system-start-bracket.ly
index a723aac8e8c77a23fddae1208efc0f36145f1467..917e0aa25a1c65492a1e08f663cbd6dfcbc902a6 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.0"
+\version "1.9.4"
 \header {
     texidoc =
 "
@@ -8,12 +8,14 @@ The piano brace should be shifted horizontally if it  is enclosed in a bracket.
 
 
 \score { \notes  {
-    \context StaffGroup <
+    \context StaffGroup <<
        c4
        \context PianoStaff <<
-           d
-           e
-          >>4
-    >
-    }\paper {raggedright = ##t}}
+           \new Staff d
+           \new Staff e
+          >>
+    >>
+    }
+    \paper {raggedright = ##t}
+}