]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index f862dc8a2fd26c200c7acd2f7455f6610d999130..d3adf5da16dc96f1e5e79ca954853ba77b48d651 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Accidentals do not influence the amount of stretchable space.
@@ -11,9 +11,9 @@ The accidental does add a little non-stretchable space.
 \layout {
   line-width = 18.\cm
 }
-\relative c'' {
-  #(set-accidental-style 'piano-cautionary)
+\relative {
+  \accidentalStyle piano-cautionary
   \time 2/4 
-  d16 d d d d d cis d dis dis dis dis 
+  d''16 d d d d d cis d dis dis dis dis 
   
 }