]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-pitched-trill.ly
79c1df86bd4eb3d824adb241f149492d153f52d3
[lilypond.git] / input / regression / tie-pitched-trill.ly
1 \version "2.15.5"
2
3 \header {
4   texidoc = "The pitch of a pitched trill should not trigger a warning for 
5   unterminated ties."
6 }
7
8 \relative c' {
9   \pitchedTrill
10   c1~\startTrillSpan d
11   c1\stopTrillSpan
12 }