]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index 1366f06a2d0360e53fef5f8344cb2e8f95180687..c343f37102ef2b7ab31511a743280b8cd731950c 100644 (file)
@@ -1,18 +1,19 @@
 
-\version "2.1.25"
+\version "2.14.0"
 
 \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 {
-       #(set-accidental-style 'piano-cautionary)
-       d16 d d d d d cis d 
-       
-     }
-
-     %% not raggedright!!
-     \paper {  linewidth = 14.\cm
-     }
+%% not ragged-right!!
+\layout {
+  line-width = 18.\cm
+}
+\relative c'' {
+  #(set-accidental-style 'piano-cautionary)
+  \time 2/4 
+  d16 d d d d d cis d dis dis dis dis 
+  
 }