]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-grace.ly
release: 1.5.7
[lilypond.git] / input / regression / spacing-grace.ly
1 \header {
2   texidoc = "Grace note spacing. Should be tuned? "
3 }
4         
5 \score {
6  \notes \context Voice \relative c'' { \grace { [c16 d] } c4 }
7   \paper { linewidth =-1. }
8
9 }