]> 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 00af523149d991b2876dad3344a288044111e253..ef5e1230d284e9c4dca056f29973fa0a706f5d96 100644 (file)
@@ -1,15 +1,20 @@
-\version "1.7.21"
+
+\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 
        
      }
+
+     %% not raggedright!!
      \paper {  linewidth = 14.\cm
      }
 }