]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-to-grace.ly
*** empty log message ***
[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
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