]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-grace.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-grace.ly
1
2 \version "2.19.21"
3 \header {
4   texidoc = "Tying a grace to a following grace or main note works."
5 }
6
7 \layout { ragged-right= ##t }
8
9 \context Voice \relative {
10   c''4 \grace { c8 ~ 16 ~ } c4 
11 }
12
13