]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / spacing-accidental.ly
index f9f2cafc674a39bba5bc1759f9f12927cddf4006..5e073088ab38802612ad9e1578ffb291479a2a9d 100644 (file)
@@ -1,17 +1,17 @@
 
-\version "1.9.4"
+\version "2.3.22"
 
 \header {
 texidoc = "Accidentals sticking out to the left
 of a note will take a little more space, but only if the spacing is tight." 
 }
 
-\score { \notes \relative c'' {
+\score {  \relative c'' {
     \time 8/4
     c2 c2 cis2 cis2 |
     c8 c8 cis8 cis8 cis c c c]
 }
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
 
 }