]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-to-grace.ly
add version everywhere.
[lilypond.git] / input / regression / spacing-to-grace.ly
1 \version "1.7.6"
2 \header {
3
4     texidoc ="space from a normal note /barline to a grace note is
5     smaller than to a normal note."
6     
7 }
8
9 \score {
10     \context Voice \notes
11     { \time 2/4
12       \relative c'' {
13           e8 e \grace d8 e e \grace f8 e es, d' d
14           e8 e e e \grace { \stemDown f8 \stemBoth } e es, d'
15
16                   }  
17
18     }
19     \paper { linewidth =  -1.0 }
20     }
21 %% new-chords-done %%