]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-broken.ly
Web-ja: update introduction
[lilypond.git] / input / regression / trill-spanner-broken.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "
5 A TrillSpanner crossing a line break should restart exactly above
6 the first note on the new line. "
7 }
8
9 { c'1\startTrillSpan \break
10   c' c'\stopTrillSpan
11 }
12
13 \paper {
14   ragged-right = ##t
15 }