]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
* lily/parser.yy (bass_number),
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 7a96778aae1e1a4d150e9d85a9bf19218df4aff3..dd4c9f1344e0b5e17aa6e2014f1e16af60e87da7 100644 (file)
@@ -1,21 +1,20 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.4.0"
 
 \header { 
-texidoc = "Accidentals in different staffs don't effect the
+texidoc = "Accidentals in different staves do not affect the
 spacing of the quarter notes here."
 }
 
-\score { \notes \relative c'' < \context Staff = SA { \time 4/4
+\score {  \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} 
+   \layout { raggedright = ##t} 
  }