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