]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-accidental-stretch.ly
Run update-with-convert-ly, and run convert-ly manually on scm/*.scm
[lilypond.git] / input / regression / spacing-accidental-stretch.ly
1
2 \version "2.15.18"
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   $(set-accidental-style 'piano-cautionary)
16   \time 2/4 
17   d16 d d d d d cis d dis dis dis dis 
18   
19 }