X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass.ly;h=a5a9cde1fc39ade9b43578bf61d6aa00e0422c37;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=b710399117905f6c74d807d1c2743bc776740958;hpb=0c289671d105bea58592607cb508aef59aee882b;p=lilypond.git diff --git a/input/regression/figured-bass.ly b/input/regression/figured-bass.ly index b710399117..a5a9cde1fc 100644 --- a/input/regression/figured-bass.ly +++ b/input/regression/figured-bass.ly @@ -1,12 +1,12 @@ -\version "2.10.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 -type numbers, like @code{<4 6+>} and add slashes and pluses. +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. @@ -32,9 +32,10 @@ You can also enter markup strings. The vertical alignment may also be tuned. <3 _! 5 _- 7> <3 _ 5 _ 7> <3 6/ > + <3 6\\ > <"V7" ["bla" 6] \markup{ \musicglyph #"rests.2"} > - \once \override BassFigureAlignment #'stacking-dir = #UP + \once \override BassFigureAlignment.stacking-dir = #UP <3 [5 7]> }