]> 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 7a75cadf9d5f0adb009dae518accef8e2423a470..6b04bdaff820fb8fedbee5fc8db27a2ce03781c2 100644 (file)
@@ -1,21 +1,22 @@
-\version "2.1.30"
+\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 { \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}
+  >>
 }
 
+
+