]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
(srcdir): urg. Touch install-sh.
[lilypond.git] / input / regression / system-start-bracket.ly
index 3b4f9fc93357beb8dd52e3c9316006600bff27de..af6e0f6de8cfebe58ffae17a79662e78204b7fb7 100644 (file)
@@ -1,21 +1,23 @@
-\version "2.4.0"
+\version "2.7.13"
 \header {
-    texidoc =
-"
+  texidoc =
+  "
 The piano brace should be shifted horizontally if it  is enclosed in a bracket.
 "
 }
 
+\layout {raggedright = ##t}
+
 
-\score {   {
-    \context StaffGroup <<
-       c4
-       \context PianoStaff <<
-           \new Staff d
-           \new Staff e
-          >>
+{
+  \context StaffGroup <<
+    c4
+    \context PianoStaff <<
+      \new Staff d
+      \new Staff e
     >>
-    }
-    \layout {raggedright = ##t}
+  >>
 }
 
+
+