]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 4244909a07b600ddab9890b43dd2b720f99a7715..d127024c764f46a342d14f8a423d32d7f59066c5 100644 (file)
@@ -1,21 +1,26 @@
-\version "2.2.0"
+\version "2.10.0"
 
 \header { 
-texidoc = "Accidentals in different staves do not affect the
-spacing of the quarter notes here."
+  texidoc = "Accidentals in different staves do not affect the
+spacing of the eighth notes here."
 }
 
-\score { \notes \relative c'' << \new Staff { \time 4/4
+\layout { ragged-right = ##t}
 
- c8[ c8 cis8 cis8]
- cis8[ cis8 cis8 cis]
+\relative c'' <<
+  \new Staff {
+    \time 4/4
 
+    c8[ c8 cis8 cis8]
+    cis8[ cis8 cis8 cis]
+  }
+  {
+    \key d \major cis4 cis4 cis4 cis!4
+  }
+>>
 
- }
-   { \key d \major cis4 cis4 cis4 cis!4  } >>
 
-   \paper { raggedright = ##t} 
- }