]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental.ly
release: 1.5.39
[lilypond.git] / input / regression / spacing-accidental.ly
index f138c3865d440802be277bf0a3f94606ac01d0cf..5afe8286af54e73ef757edc75e4b0f32b90bef19 100644 (file)
@@ -1,10 +1,13 @@
 
 \header {
 texidoc = "Accidentals sticking out to the left
-of a note will take a little more space." 
+of a note will take a little more space, but only if the spacing is tight." 
 }
 
-\score { \notes \relative c'' { c4 c cis4
+\score { \notes \relative c'' {
+    \time 8/4
+    c2 c2 cis2 cis2 |
+    c8 c8 cis8 cis8 cis c c c]
 }
 \paper { linewidth = -1. }