]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index 9ba695a04cddbd0d11f0ca064ef06ea7bf3ac923..d3adf5da16dc96f1e5e79ca954853ba77b48d651 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\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 
   
 }