]> 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 0c25d5315119c43523349767d292b8eef09f82d4..af6e0f6de8cfebe58ffae17a79662e78204b7fb7 100644 (file)
@@ -1,19 +1,23 @@
-\version "1.9.2"
+\version "2.7.13"
 \header {
-    texidoc =
-"
+  texidoc =
+  "
 The piano brace should be shifted horizontally if it  is enclosed in a bracket.
 "
 }
 
+\layout {raggedright = ##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}}