]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental.ly
Doc-es: update Notation/Fretted.
[lilypond.git] / input / regression / spacing-accidental.ly
index 1313b19d8546cc9d94f81a8fa5dd22af4e7b47b1..8089d81d88fb9869f60d2fa35eee190cea5d7006 100644 (file)
@@ -1,16 +1,20 @@
-\version "1.5.68"
+
+\version "2.19.21"
 
 \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 { linewidth = -1. }
+\layout { ragged-right = ##t}
 
+\relative {
+  \time 8/4
+  c''2 c2 cis2 cis2 |
+  c8 c8 cis8 cis8 cis c c c]
 }
 
+
+
+
+