]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
(change_to): formatting.
[lilypond.git] / input / regression / system-start-bracket.ly
index 917e0aa25a1c65492a1e08f663cbd6dfcbc902a6..0cd2ecbf8011afdfbc2007a4e08c66c9494ccdec 100644 (file)
@@ -1,21 +1,23 @@
-\version "1.9.4"
+\version "2.7.32"
 \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}
+  >>
 }
 
+
+