]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
Merge branch 'master' into philomelos
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index f428ae4381eae4a61ba5a585c783158e555c1626..d3adf5da16dc96f1e5e79ca954853ba77b48d651 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Accidentals do not influence the amount of stretchable space.
@@ -7,13 +7,13 @@ The accidental does add a little non-stretchable space.
 "
 }
 
-%% not raggedright!!
+%% not ragged-right!!
 \layout {
-  linewidth = 18.\cm
+  line-width = 18.\cm
 }
-\relative c'' \context GrandStaff {
-  #(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 
   
 }