]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index e03adc8c80b61243cdc12df500e01dda6c9b74c6..d3adf5da16dc96f1e5e79ca954853ba77b48d651 100644 (file)
@@ -1,18 +1,19 @@
 
-\version "1.9.2"
+\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 
+  
 }