]> 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 bdf32b67a644bfd508ba299c606b7c45b64a9c23..8c2c1f6daa53de7182adfb36a4d549a49186ed43 100644 (file)
@@ -1,18 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.16.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 {
-       \pianoCautionaries
-       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 
+  
 }