]> 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 2db2bde6934080ec971541bb7be8ebc7a40a8407..d3adf5da16dc96f1e5e79ca954853ba77b48d651 100644 (file)
@@ -1,18 +1,19 @@
 
-\version "2.1.22"
+\version "2.19.21"
 
 \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
-       d16 d d d d d cis d 
-       
-     }
-
-     %% not raggedright!!
-     \paper {  linewidth = 14.\cm
-     }
+%% not ragged-right!!
+\layout {
+  line-width = 18.\cm
+}
+\relative {
+  \accidentalStyle piano-cautionary
+  \time 2/4 
+  d''16 d d d d d cis d dis dis dis dis 
+  
 }