]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / system-start-bracket.ly
index 3c67a9e32adc30357f77d5c8d6a2b5d534598850..3373d915c3c3cb2be28085a451ec1e6c036cf4f6 100644 (file)
@@ -1,19 +1,22 @@
-\version "1.7.16"
+\version "2.16.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}}
-%% new-chords-done %%