]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-bracket.ly
Direction #-1 to #down.
[lilypond.git] / input / regression / system-start-bracket.ly
index 3b6e4a4598cfac9d23030b8e6e87c328f4278dc1..5eb99f1e562648586e9b99c741660ec5fb21aabb 100644 (file)
@@ -1,19 +1,21 @@
-\version "1.7.6"
+\version "2.6.0"
 \header {
-    texidoc =
-"
+  texidoc =
+  "
 The piano brace should be shifted horizontally if it  is enclosed in a bracket.
 "
 }
 
 
-\score { \notes  {
-    \context StaffGroup <
-       c4
-       \context PianoStaff <<
-           d
-           e
-          >>4
-    >
-    }\paper {linewidth = -1. }}
-%% new-chords-done %%
+{
+  \context StaffGroup <<
+    c4
+    \context PianoStaff <<
+      \new Staff d
+      \new Staff e
+    >>
+  >>
+}
+\layout {raggedright = ##t}
+
+