]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-grace.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / tie-grace.ly
1 \version "1.7.16"
2 \header {
3     texidoc = "Tieing a grace to the to a following grace or main note works."
4 }
5
6 \score { \notes \context Voice \relative c'' {
7     c4 \grace { c8 ~ c16 ~ } c4 
8   }
9 }
10 %% new-chords-done %%