]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-grace.ly
2b7e1fdd017e22a00da85c307061528130ccc86c
[lilypond.git] / input / regression / tie-grace.ly
1 \version "1.7.18"
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