]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-pitched-trill.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-pitched-trill.ly
1 \version "2.16.0"
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 }