]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 63680cecdf40fb89a29621668ae6cca3cc0fbcf6..a7b2580dcc3784ba5c6ff6f82d2843c811edc13f 100644 (file)
@@ -1,21 +1,26 @@
-\version "2.3.4"
+\version "2.14.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 {  \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} 
- }