]> 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 bdf32b67a644bfd508ba299c606b7c45b64a9c23..ef5e1230d284e9c4dca056f29973fa0a706f5d96 100644 (file)
@@ -1,13 +1,15 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\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 
        
      }