]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-grace.ly
1af16e9f996aacf180f5ea1d7b90a1059a41dc8d
[lilypond.git] / input / regression / tie-grace.ly
1
2 \version "2.3.17"
3 \header {
4     texidoc = "Tieing a grace to the to a following grace or main note works."
5 }
6
7     \paper { raggedright= ##t }
8
9 \score {  \context Voice \relative c'' {
10     c4 \grace { c8 ~ c16 ~ } c4 
11   }
12 }
13