]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-pitched.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / trill-spanner-pitched.ly
1 \version "2.11.51"
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 {
16   \pitchedTrill c4.\startTrillSpan es f\stopTrillSpan
17 }