]> 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 a723aac8e8c77a23fddae1208efc0f36145f1467..b6940b19f6d348e36d970b520f2b2cb907f0324c 100644 (file)
@@ -1,19 +1,22 @@
-\version "1.9.0"
+\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}
+
+
+{
+  \context StaffGroup <<
+    c4
+    \context PianoStaff <<
+      \new Staff d
+      \new Staff e
+    >>
+  >>
 }
 
 
-\score { \notes  {
-    \context StaffGroup <
-       c4
-       \context PianoStaff <<
-           d
-           e
-          >>4
-    >
-    }\paper {raggedright = ##t}}