]> git.donarmstrong.com Git - lilypond.git/commitdiff
fix.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Sep 2003 10:23:36 +0000 (10:23 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Sep 2003 10:23:36 +0000 (10:23 +0000)
ChangeLog
input/regression/system-start-bracket.ly

index 236123afae35631c666370daa4ff02a57747951b..59aa336c062c603940965e2eac7df362a265d622 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * input/regression/system-start-bracket.ly: fix.
+
        * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
 
        * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
index 4b7021bdf298480a05ddb5472ed3b5295fe2915b..917e0aa25a1c65492a1e08f663cbd6dfcbc902a6 100644 (file)
@@ -10,10 +10,12 @@ The piano brace should be shifted horizontally if it  is enclosed in a bracket.
 \score { \notes  {
     \context StaffGroup <<
        c4
-       \context PianoStaff <
-           d
-           e
-          >4
+       \context PianoStaff <<
+           \new Staff d
+           \new Staff e
+          >>
     >>
-    }\paper {raggedright = ##t}}
+    }
+    \paper {raggedright = ##t}
+}