]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / system-start-bracket.ly
index 675d6c6562ae830fb889ff690a4cb667eb5a9e72..8a97d908c3d7ba79fe7473ab1ce500aee594ceea 100644 (file)
@@ -1,21 +1,23 @@
-\version "2.1.36"
+\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}
+
 
-\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}
+  >>
 }
 
+
+