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