]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
release: 1.5.27
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 58d1ecf1c9ebb0d99edfc6b67e2047716a1df888..175be7badeb5c68f3552c847742dc3939b54c334 100644 (file)
@@ -4,13 +4,14 @@ texidoc = "Accidentals in different staffs don't effect the
 spacing of the quarter notes here."
 }
 
-\score { \notes \relative c'' < \context Staff = SA {
+\score { \notes \relative c'' < \context Staff = SA { \time 8/4
+
 c4 c4 cis4 cis4
-c4 c4 c4 c
+cis4 cis4 cis4 cis
 
 
  }
-   { \key d \major c2 c2 c2 cis2  } >
+   { \key d \major cis2 cis2 cis2 cis!2  } >
 
    \paper { linewidth = -1. } 
  }