]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-grace.ly
biempats
[lilypond.git] / input / regression / tie-grace.ly
1 \header {
2     texidoc = "Tieing a grace to the to a following grace or main note works."
3 }
4
5 \score { \notes \context Voice \relative c'' {
6     c4 \grace { c8 ~ c16 ~ } c4 
7   }
8 }