1\version "2.16.0"
2
3\header {
4
5  texidoc = "Pitched trills are denoted by a small note head in
6  parentheses following the main note. This note head is properly
7  ledgered, and parentheses include the accidental."
8
9}
10
11\paper {
12  ragged-right = ##t
13}
14
15\relative c' {
16  \pitchedTrill c4.\startTrillSpan es f\stopTrillSpan
17}
18