]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index c15767326fc251eead526666a4a944b3198dacc1..e5847b0bf03e460214f6500992231664de0ff9dd 100644 (file)
@@ -1,22 +1,26 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.11.51"
 
 \header { 
-texidoc = "Accidentals in different staffs don't effect 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} 
- }