]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / trill-spanner.ly
1
2 \header {
3   texidoc = "The trill symbol and the wavy line are neatly aligned:
4 the wavy line should appear to come from the crook of the r"
5
6 }
7
8 \version "2.11.51"
9 \paper { ragged-right = ##t }
10 \relative c'' {
11   c1\startTrillSpan
12   c\stopTrillSpan
13 }
14