]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index 4b24197ad03e1342887b7061964149dfa659a8c7..ef5e1230d284e9c4dca056f29973fa0a706f5d96 100644 (file)
@@ -1,13 +1,15 @@
 
-\version "1.9.8"
+\version "2.3.4"
 
 \header {
-    texidoc = "Accidentals don't influence the amount of stretchable space. "
+    texidoc = "Accidentals do not influence the amount of stretchable space.
+The accidental does add a little non-stretchable space. 
+"
 }
 
 \score {
-     \notes \relative c'' \context GrandStaff {
-       \pianoCautionaries
+      \relative c'' \context GrandStaff {
+       #(set-accidental-style 'piano-cautionary)
        d16 d d d d d cis d 
        
      }