From: John Mandereau Date: Tue, 27 May 2008 21:24:03 +0000 (+0200) Subject: Update regtest for fix #626 X-Git-Tag: release/2.11.48-1~32 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bd2f23aa306d45aef1e493f4933a243e196fd017;p=lilypond.git Update regtest for fix #626 --- diff --git a/input/regression/ottava.ly b/input/regression/ottava.ly index 30fd38770d..3950eef542 100644 --- a/input/regression/ottava.ly +++ b/input/regression/ottava.ly @@ -5,12 +5,12 @@ use of the scheme function @code{set-octavation}. The spanner should go below a staff for 8va bassa, and the ottavation -string can be tuned with @code{Staff.ottavation}. +markup can be tuned with @code{Staff.ottavation}. " } -\version "2.10.0" +\version "2.11.47" %% . There must be a minimum distance between the octavation line and the %% topmost staff line, taking into account the height of the closing @@ -19,7 +19,7 @@ string can be tuned with @code{Staff.ottavation}. %% . Octavation lines broken across staves must always start with `8va' %% (or something similar). % -%% . The `8va' should be slightl offset to the left. +%% . The `8va' should be slightly offset to the left. % %% . The final vertical dashed line of the octavation line should be offset %% to the right. @@ -43,7 +43,7 @@ string can be tuned with @code{Staff.ottavation}. a b c a #(set-octavation 0) #(set-octavation -1) - a b c a + a b c a #(set-octavation 0) \break a, @@ -52,7 +52,9 @@ string can be tuned with @code{Staff.ottavation}. b #(set-octavation 0) c a - #(set-octavation -1) b a g + #(set-octavation -1) + \set Staff.ottavation = \markup { \concat { 8 \tiny \raise #0.8 vb }} + b a g #(set-octavation 0) c #(set-octavation -1)