X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass.ly;h=a5a9cde1fc39ade9b43578bf61d6aa00e0422c37;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=ba2aa73ea1b0408ab4145e5cf29c1c908933b6ad;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/figured-bass.ly b/input/regression/figured-bass.ly index ba2aa73ea1..a5a9cde1fc 100644 --- a/input/regression/figured-bass.ly +++ b/input/regression/figured-bass.ly @@ -1,22 +1,21 @@ -\version "2.7.13" +\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+>}. +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. +You can also enter markup strings. The vertical alignment may also be tuned. " } -\paper { raggedright = ##t } +\paper { ragged-right = ##t } << @@ -28,13 +27,15 @@ tuned. } \figures { <3 [5 7]> - <3 [5] 7 [9 11]> + <3\+ [5/] 7/ [9 11]> <3+ 5- 7!> <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]> }