]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
* input/regression/beam-quanting-32nd.ly (texidoc): new file
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 92be39ede72cd26250365bb982260a79be83da4f..8e8417e21a7495dbfc76eb99c3a047fd098be9e5 100644 (file)
@@ -1,19 +1,19 @@
 #(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "1.9.8"
 
 \header { 
 texidoc = "Accidentals in different staffs don't effect the
 spacing of the quarter notes here."
 }
 
-\score { \notes \relative c'' < \new Staff { \time 4/4
+\score { \notes \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} 
  }