]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
Update .ly files.
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index 3a0d2de690f760c27169768ed36f6a074d663774..931d4438368525752002c5a60b026839f78b86a1 100644 (file)
@@ -1,20 +1,19 @@
 
-\version "2.1.36"
+\version "2.12.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'' {
+  #(set-accidental-style 'piano-cautionary)
+  \time 2/4 
+  d16 d d d d d cis d dis dis dis dis 
+  
 }