]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-stretch.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
1
2 \version "2.1.28"
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      \notes \relative c'' \context GrandStaff {
12         #(set-accidental-style 'piano-cautionary)
13         d16 d d d d d cis d 
14         
15      }
16
17      %% not raggedright!!
18      \paper {  linewidth = 14.\cm
19      }
20 }