X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava-edge.ly;h=4a4680fe5986ebbf06b792878b05ff79812eb765;hb=ab9e3136d78bfaf15cc6d77ed1975d252c3fe506;hp=314d5f966cdc9c1b8aa713710d034260cbd2561d;hpb=f436cbf790e4a6100bf2b21e4fb2ff9f3dfcc3cf;p=lilypond.git diff --git a/input/regression/ottava-edge.ly b/input/regression/ottava-edge.ly index 314d5f966c..4a4680fe59 100644 --- a/input/regression/ottava-edge.ly +++ b/input/regression/ottava-edge.ly @@ -4,7 +4,8 @@ texidoc = "Both edge heights of an ottava bracket can be specified." } -\version "2.11.45" + +\version "2.12.0" \layout { ragged-right = ##t} @@ -12,30 +13,30 @@ \relative c''' { %standard ottavation - #(set-octavation 1) + \ottava #1 a b c - #(set-octavation 0) + \ottava #0 a %override the left edge height to produce standard text with a left edge - #(set-octavation 1) + \ottava #1 \once \override Staff.OttavaBracket #'edge-height = #'(1.2 . 1.2) a b c - #(set-octavation 0) + \ottava #0 a % Look! we can make them go up! - #(set-octavation 1) + \ottava #1 \once \override Staff.OttavaBracket #'edge-height = #'(-1 . -1) a b c - #(set-octavation 0) + \ottava #0 a % and have them go in different directions - #(set-octavation 1) + \ottava #1 \once \override Staff.OttavaBracket #'edge-height = #'(-1.2 . 1.2) a b c - #(set-octavation 0) + \ottava #0 a }