]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-to-grace.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / spacing-to-grace.ly
1
2 \version "2.12.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 \layout { ragged-right = ##t}
11
12
13 \context Voice 
14 { \time 2/4
15   \relative c'' {
16     e8 e \grace d8 e e \grace f8 e es, d' d
17     e8 e e e \grace { \stemDown f8 \stemNeutral } e es, d'
18
19   }  
20
21 }
22
23
24