]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / system-start-bracket.ly
index 1e16713abf6224025dc51a7bf94b9dfdf16eab30..8a97d908c3d7ba79fe7473ab1ce500aee594ceea 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.5.68"
+\version "2.10.0"
 \header {
-    texidoc =
-"
+  texidoc =
+  "
 The piano brace should be shifted horizontally if it  is enclosed in a bracket.
 "
 }
 
+\layout {ragged-right = ##t}
+
+
+{
+  \context StaffGroup <<
+    c4
+    \context PianoStaff <<
+      \new Staff d
+      \new Staff e
+    >>
+  >>
+}
+
+
 
-\score { \notes  {
-    \context StaffGroup <
-       c4
-       \context PianoStaff <
-           d4
-           e4
-          >
-    >
-    }\paper {linewidth = -1. }}