]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-accidental.ly
index 5a424be50f3d433a61ab6247f428c1295ed33511..3d8b7c6833c7e81f168a5f2bc22e71b9b08079a8 100644 (file)
@@ -1,18 +1,20 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.14.0"
 
 \header {
-texidoc = "Accidentals sticking out to the left
+  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'' {
-    \time 8/4
-    c2 c2 cis2 cis2 |
-    c8 c8 cis8 cis8 cis c c c]
-}
-\paper { raggedright = ##t}
+\layout { ragged-right = ##t}
 
+\relative c'' {
+  \time 8/4
+  c2 c2 cis2 cis2 |
+  c8 c8 cis8 cis8 cis c c c]
 }
 
 
+
+
+