X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass.ly;h=a5a9cde1fc39ade9b43578bf61d6aa00e0422c37;hb=2b1e4fd89d57bfecd23afbdeb55293792398f826;hp=cbcb40c96f0fbe1797492237074f40586c0bbdcd;hpb=3bafaae8bf353619d2f97036e874f1c9cb787adf;p=lilypond.git diff --git a/input/regression/figured-bass.ly b/input/regression/figured-bass.ly index cbcb40c96f..a5a9cde1fc 100644 --- a/input/regression/figured-bass.ly +++ b/input/regression/figured-bass.ly @@ -1,11 +1,11 @@ -\version "2.12.0" +\version "2.17.6" \header { texidoc = " Figured bass is created by the FiguredBass context which responds to figured bass events and rest events. You must enter these -using the special @code{\figuremode @{ @}} mode, which allows you to +using the special @code{\\figuremode @{ @}} mode, which allows you to type numbers, like @code{<4 6+>} and add slashes, backslashes and pluses. You can also enter markup strings. The vertical alignment may also be tuned. @@ -35,7 +35,7 @@ You can also enter markup strings. The vertical alignment may also be tuned. <3 6\\ > <"V7" ["bla" 6] \markup{ \musicglyph #"rests.2"} > - \once \override BassFigureAlignment #'stacking-dir = #UP + \once \override BassFigureAlignment.stacking-dir = #UP <3 [5 7]> }