]> git.donarmstrong.com Git - lilypond.git/commitdiff
fix regression test so the extra space for a full bar is not included
authorJoe Neeman <joeneeman@gmail.com>
Tue, 10 Jul 2007 00:21:12 +0000 (10:21 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Tue, 10 Jul 2007 00:21:12 +0000 (10:21 +1000)
input/regression/spacing-bar-accidental.ly

index 5a34a107d7089fca2eba860c13da8294b543f635..340fc41e69508db3abc8c50c1a759441d99a499f 100644 (file)
@@ -15,9 +15,9 @@
   \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print
   \override Score.NonMusicalPaperColumn #'layer = #2
   
-  \time 1/4
+  \time 2/4
   \stemUp
-  s4
-  c4 
-  cis4 
+  s2
+  c4 r4
+  cis4 r4 
 }