]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
(process_lilypond_blocks): opps.
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 175be7badeb5c68f3552c847742dc3939b54c334..7da8a1492e6b18516b248c85fb828cd91052d6e8 100644 (file)
@@ -1,19 +1,21 @@
+\version "1.7.18"
 
 \header { 
 texidoc = "Accidentals in different staffs don't effect the
 spacing of the quarter notes here."
 }
 
-\score { \notes \relative c'' < \context Staff = SA { \time 8/4
+\score { \notes \relative c'' < \context Staff = SA { \time 4/4
 
-c4 c4 cis4 cis4
-cis4 cis4 cis4 cis
+ c8-[ c8 cis8 cis8]
+ cis8-[ cis8 cis8 cis]
 
 
  }
-   { \key d \major cis2 cis2 cis2 cis!2  } >
+   { \key d \major cis4 cis4 cis4 cis!4  } >
 
-   \paper { linewidth = -1. 
+   \paper { raggedright = ##t
  }
 
 
+%% new-chords-done %%