]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-grace.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / spacing-grace.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4   texidoc = "Grace note spacing. Should be tuned? "
5 }
6         
7 \score {
8  \notes \context Voice \relative c'' { \grace {  c16-[ d] } c4 }
9   \paper { raggedright = ##t}
10
11 }
12