]> 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 a950f7e50b47d881fb0bc55d62e76f81f8573a1a..d127024c764f46a342d14f8a423d32d7f59066c5 100644 (file)
@@ -1,21 +1,26 @@
-\version "2.6.0"
+\version "2.10.0"
 
 \header { 
-texidoc = "Accidentals in different staves do not affect the
+  texidoc = "Accidentals in different staves do not affect the
 spacing of the eighth notes here."
 }
 
-\score {  \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  } >>
 
-   \layout { raggedright = ##t} 
- }