MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / ottava-edge.ly
blob4a4680fe5986ebbf06b792878b05ff79812eb765
2 \header
4 texidoc =
5 "Both edge heights of an ottava bracket can be specified."
8 \version "2.12.0"
11 \layout { ragged-right = ##t}
13 \relative c''' {
15 %standard ottavation
16 \ottava #1
17 a b c
18 \ottava #0
21 %override the left edge height to produce standard text with a left edge
22 \ottava #1
23 \once \override Staff.OttavaBracket #'edge-height = #'(1.2 . 1.2)
24 a b c
25 \ottava #0
28 % Look! we can make them go up!
29 \ottava #1
30 \once \override Staff.OttavaBracket #'edge-height = #'(-1 . -1)
31 a b c
32 \ottava #0
35 % and have them go in different directions
36 \ottava #1
37 \once \override Staff.OttavaBracket #'edge-height = #'(-1.2 . 1.2)
38 a b c
39 \ottava #0