X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fottava.ly;h=1c133a195a0ca699ed753e2775ec47b7f2a6a52b;hb=38408524c283578cff6d5475ac2776ef81a2dcde;hp=f14dd831a15822d2ab5a939a0e7c5667e2174abe;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/ottava.ly b/input/regression/ottava.ly index f14dd831a1..1c133a195a 100644 --- a/input/regression/ottava.ly +++ b/input/regression/ottava.ly @@ -2,7 +2,7 @@ \header { texidoc = "Ottava brackets are supported, through the -use of the scheme function @code{set-octavation}. +use of the music function @code{\\ottava}. The spanner should go below a staff for 8va bassa, and the ottavation markup can be tuned with @code{Staff.ottavation}. @@ -10,7 +10,8 @@ markup can be tuned with @code{Staff.ottavation}. " } -\version "2.11.51" + +\version "2.12.0" %% . There must be a minimum distance between the octavation line and the %% topmost staff line, taking into account the height of the closing @@ -36,33 +37,33 @@ markup can be tuned with @code{Staff.ottavation}. \relative c''' { a b c a - #(set-octavation 1) + \ottava #1 a b c a - #(set-octavation 0) - #(set-octavation 2) + \ottava #0 + \ottava #2 a b c a - #(set-octavation 0) - #(set-octavation -1) + \ottava #0 + \ottava #-1 a b c a - #(set-octavation 0) + \ottava #0 \break a, - #(set-octavation 1) + \ottava #1 \set Staff.ottavation = #"8" b - #(set-octavation 0) + \ottava #0 c a - #(set-octavation -1) + \ottava #-1 \set Staff.ottavation = \markup { \concat { 8 \tiny \raise #0.8 vb }} b a g - #(set-octavation 0) + \ottava #0 c - #(set-octavation -1) + \ottava #-1 \set Staff.ottavation = #"8" c,,16 - #(set-octavation 0) + \ottava #0 c'16 - #(set-octavation -1) + \ottava #-1 \set Staff.ottavation = #"8" g,,16 }