]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-pitched.ly
* lily/tie-column.cc (set_directions): set directions only once.
[lilypond.git] / input / regression / trill-spanner-pitched.ly
1 \version "2.6.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   raggedright = ##t
13 }
14
15 \relative {
16   \pitchedTrill c4.\startTrillSpan es f\stopTrillSpan
17 }