]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental-stretch.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
index b2bb0ea6d66bcb6d1b9139228d3687707a54ebc0..d3adf5da16dc96f1e5e79ca954853ba77b48d651 100644 (file)
@@ -1,20 +1,19 @@
 
-\version "2.3.16"
+\version "2.19.21"
 
 \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 {
-      \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 {
+  \accidentalStyle piano-cautionary
+  \time 2/4 
+  d''16 d d d d d cis d dis dis dis dis 
+  
 }