]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ottava.ly
release: 1.3.145
[lilypond.git] / input / test / ottava.ly
1
2
3 fragment = \notes {
4   a'''' b c a
5   \property Voice.TextSpanner \set #'type = #'dotted-line
6   \property Voice.TextSpanner \set #'edge-height = #'(0 . 1.5)
7   \property Voice.TextSpanner \set #'edge-text = #'("8va " . "")
8   \property Staff.centralCPosition = #-13
9   a\spanrequest \start "text" b c a \spanrequest \stop "text"
10 }
11
12 \paper { linewidth = -1.; } 
13
14 \score {
15   \notes\relative c \fragment
16   \paper { }  
17 }