]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / system-start-bracket.ly
index 6a97ada34ba78d903921413992d47aea097363bc..b6940b19f6d348e36d970b520f2b2cb907f0324c 100644 (file)
@@ -1,21 +1,22 @@
-\version "1.9.8"
+\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 <<
-           \new Staff d
-           \new Staff e
-          >>
+
+{
+  \context StaffGroup <<
+    c4
+    \context PianoStaff <<
+      \new Staff d
+      \new Staff e
     >>
-    }
-    \paper {raggedright = ##t}
+  >>
 }
 
+
+