]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ottava.ly
patch::: 1.3.95.jcn4
[lilypond.git] / input / test / ottava.ly
1 \score{
2     \notes\relative c'''{
3         \property Voice.TextSpanner \pop #'type
4         \property Voice.TextSpanner \push #'type = #"dotted-line"
5         \property Voice.TextSpanner \push #'edge-height = #'(0 . 1.5)
6         \property Voice.TextSpanner \push #'edge-text = #'("8va " . "")
7         \property Staff."c0-position" = #-13
8
9         a\spanrequest \start "text" b c a \spanrequest \stop "text"
10
11         \property Staff."c0-position" = #-6
12         a b c a
13
14         \property Staff."c0-position" = #1
15         \property Voice.TextSpanner \push #'edge-text = #'("8bass " . "")
16         \property Voice.TextSpanner \push #'direction = #-1
17         a\spanrequest \start "text" b c a \spanrequest \stop "text"
18     }
19 }