]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
* input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index 3b6ddcf5c63a64787df25989464045de14f920ea..a8bab93f4e3c9b51b1d7f9ac6a49c879cf81c022 100644 (file)
@@ -1,12 +1,15 @@
-\version "1.7.21"
+
+\version "2.2.0"
 
 \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
+       #(set-accidental-style 'piano-cautionary)
        d16 d d d d d cis d 
        
      }