]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-accidental.ly
index 784795639587c494fdea14e8fa648559f5c041e8..632099154de432538bf2f5e546e5ec71deeaf3d2 100644 (file)
@@ -1,18 +1,20 @@
 
-\version "2.1.26"
+\version "2.16.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]
 }
 
 
+
+
+