]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-to-grace.ly
176f0de0024af691c85ac2b163271eed5109cf33
[lilypond.git] / input / regression / spacing-to-grace.ly
1
2 \version "2.6.0"
3 \header {
4
5     texidoc ="Space from a normal note (or barline) to a grace note is
6     smaller than to a normal note."
7     
8 }
9
10 \score {
11     \context Voice 
12     { \time 2/4
13       \relative c'' {
14           e8 e \grace d8 e e \grace f8 e es, d' d
15           e8 e e e \grace { \stemDown f8 \stemNeutral } e es, d'
16
17                   }  
18
19     }
20     \layout { raggedright = ##t}
21     }
22