]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 7a96778aae1e1a4d150e9d85a9bf19218df4aff3..cf80c66dc054969ba5b767d5a0555c7b4c885c65 100644 (file)
@@ -1,22 +1,26 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.16.0"
 
 \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'' < \context Staff = SA { \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} 
- }