]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
Fix markup examples in define-markup-commands.scm
[lilypond.git] / input / regression / system-start-bracket.ly
index 6129aab7b1c970f784bddb80f11ed546c34dfc3e..33ccc2897dc1d5e96135cbf1f4cd4677ea44ab8f 100644 (file)
@@ -1,19 +1,22 @@
-\version "1.9.1"
+\version "2.10.0"
 \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}}