]> 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 02312f60422dfc2d33031289c49b5f4c24a9477b..d3adf5da16dc96f1e5e79ca954853ba77b48d651 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.17.6"
+\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'' {
+\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 
   
 }