]> 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 237e269a8e00bffa2543e8690c59720121a025bb..3d8b7c6833c7e81f168a5f2bc22e71b9b08079a8 100644 (file)
@@ -1,18 +1,20 @@
 
-\version "2.1.36"
+\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]
 }
 
 
+
+
+