]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-stretch.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
1
2 \version "2.17.6"
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 %% not ragged-right!!
11 \layout {
12   line-width = 18.\cm
13 }
14 \relative c'' {
15   \accidentalStyle piano-cautionary
16   \time 2/4 
17   d16 d d d d d cis d dis dis dis dis 
18   
19 }