]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / system-start-bracket.ly
index 3b4f9fc93357beb8dd52e3c9316006600bff27de..6b04bdaff820fb8fedbee5fc8db27a2ce03781c2 100644 (file)
@@ -1,21 +1,22 @@
-\version "2.4.0"
+\version "2.14.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}
 
-\score {   {
-    \context StaffGroup <<
-       c4
-       \context PianoStaff <<
-           \new Staff d
-           \new Staff e
-          >>
+
+{
+  \context StaffGroup <<
+    c4
+    \context PianoStaff <<
+      \new Staff d
+      \new Staff e
     >>
-    }
-    \layout {raggedright = ##t}
+  >>
 }
 
+
+