]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 2cf35d9d565e3f1e45e9dcf066c42d0db785661e..a7b2580dcc3784ba5c6ff6f82d2843c811edc13f 100644 (file)
@@ -1,20 +1,26 @@
-\version "1.5.68"
+\version "2.14.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 { linewidth = -1. } 
- }