]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / system-start-bracket.ly
index 4b7021bdf298480a05ddb5472ed3b5295fe2915b..b6940b19f6d348e36d970b520f2b2cb907f0324c 100644 (file)
@@ -1,19 +1,22 @@
-\version "1.9.4"
+\version "2.11.51"
 \header {
-    texidoc =
-"
-The piano brace should be shifted horizontally if it  is enclosed in a bracket.
-"
+  texidoc = "A piano context included within a staff group should
+cause the piano brace to be drawn to the left of the staff angle
+bracket."
 }
 
+\layout {ragged-right = ##t}
 
-\score { \notes  {
-    \context StaffGroup <<
-       c4
-       \context PianoStaff <
-           d
-           e
-          >4
+
+{
+  \context StaffGroup <<
+    c4
+    \context PianoStaff <<
+      \new Staff d
+      \new Staff e
     >>
-    }\paper {raggedright = ##t}}
+  >>
+}
+
+