]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-stretch.ly
* lily/mark-engraver.cc (stop_translation_timestep): set grob
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
1
2 \version "2.6.0"
3
4 \header {
5     texidoc = "Accidentals do not influence the amount of stretchable space.
6 The accidental does add a little non-stretchable space. 
7 "
8 }
9
10 \score {
11       \relative c'' \context GrandStaff {
12         #(set-accidental-style 'piano-cautionary)
13         \time 2/4 
14         d16 d d d d d cis d dis dis dis dis 
15         
16      }
17
18      %% not raggedright!!
19      \layout {  linewidth = 18.\cm
20      }
21 }