]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index bffac60ea7aa44b3d28c6b2d13d95d812336714f..8c2c1f6daa53de7182adfb36a4d549a49186ed43 100644 (file)
@@ -1,18 +1,19 @@
 
-\version "2.1.26"
+\version "2.16.0"
 
 \header {
-    texidoc = "Accidentals do not 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'' {
+  \accidentalStyle "piano-cautionary"
+  \time 2/4 
+  d16 d d d d d cis d dis dis dis dis 
+  
 }