]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-stretch.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
1 \version "1.7.21"
2
3 \header {
4     texidoc = "Accidentals don't influence the amount of stretchable space. "
5 }
6
7 \score {
8      \notes \relative c'' \context GrandStaff {
9         \pianoCautionaries
10         d16 d d d d d cis d 
11         
12      }
13
14      %% not raggedright!!
15      \paper {  linewidth = 14.\cm
16      }
17 }