]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-pitched.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / trill-spanner-pitched.ly
1 \version "2.14.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 }