]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-stretch.ly
4b24197ad03e1342887b7061964149dfa659a8c7
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
1
2 \version "1.9.8"
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         \pianoCautionaries
11         d16 d d d d d cis d 
12         
13      }
14
15      %% not raggedright!!
16      \paper {  linewidth = 14.\cm
17      }
18 }