]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-stretch.ly
release commit
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
1
2 \version "2.1.25"
3
4 \header {
5     texidoc = "Accidentals don't influence the amount of stretchable space. "
6 }
7
8 \score {
9      \notes \relative c'' \context GrandStaff {
10         #(set-accidental-style 'piano-cautionary)
11         d16 d d d d d cis d 
12         
13      }
14
15      %% not raggedright!!
16      \paper {  linewidth = 14.\cm
17      }
18 }