X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava-edge.ly;h=667e0c01db6bb2e43c66871921b929f1166de0cb;hb=03d47798d39bd9ce2a87376ea1585f1f31c1b81b;hp=005ae10b69e506a563037a16c6835e9a9f80d51a;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/ottava-edge.ly b/input/regression/ottava-edge.ly index 005ae10b69..667e0c01db 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.51" + +\version "2.17.6" \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) - \once \override Staff.OttavaBracket #'edge-height = #'(1.2 . 1.2) + \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) - \once \override Staff.OttavaBracket #'edge-height = #'(-1 . -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) - \once \override Staff.OttavaBracket #'edge-height = #'(-1.2 . 1.2) + \ottava #1 + \once \override Staff.OttavaBracket.edge-height = #'(-1.2 . 1.2) a b c - #(set-octavation 0) + \ottava #0 a }