]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-staffs.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / spacing-accidental-staffs.ly
index 92be39ede72cd26250365bb982260a79be83da4f..6e9581e6b7a7d82bbeb196929f8638a7a58d17de 100644 (file)
@@ -1,19 +1,19 @@
 #(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "1.9.4"
 
 \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} 
  }