]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
(conv): dashes rule.
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 58d1ecf1c9ebb0d99edfc6b67e2047716a1df888..7a96778aae1e1a4d150e9d85a9bf19218df4aff3 100644 (file)
@@ -1,18 +1,22 @@
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 
 \header { 
 texidoc = "Accidentals in different staffs don't effect the
 spacing of the quarter notes here."
 }
 
-\score { \notes \relative c'' < \context Staff = SA {
-c4 c4 cis4 cis4
-c4 c4 c4 c
+\score { \notes \relative c'' < \context Staff = SA { \time 4/4
+
+ c8[ c8 cis8 cis8]
+ cis8[ cis8 cis8 cis]
 
 
  }
-   { \key d \major c2 c2 c2 cis2  } >
+   { \key d \major cis4 cis4 cis4 cis!4  } >
 
-   \paper { linewidth = -1. 
+   \paper { raggedright = ##t
  }
 
 
+