X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass.ly;h=cbcb40c96f0fbe1797492237074f40586c0bbdcd;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=a1cc088e98f4000e8b2e36796b3da2fcc09bf752;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/figured-bass.ly b/input/regression/figured-bass.ly index a1cc088e98..cbcb40c96f 100644 --- a/input/regression/figured-bass.ly +++ b/input/regression/figured-bass.ly @@ -1,34 +1,44 @@ -\version "2.3.17" +\version "2.12.0" + \header { - texidoc = " -Figured bass is created by the FiguredBass context which eats -figured bass requests and rest-requests. You must enter these using -the special @code{\figuremode @{ @}} mode, which allows you to type -numbers, like @code{<4 6+>}. -You can also type letters by entering quoted strings, which is shown in the -last bass figure. -" } -\paper { raggedright = ##t } + 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, backslashes and pluses. + +You can also enter markup strings. The vertical alignment may also be tuned. + +" + +} + + +\paper { ragged-right = ##t } + + << - \figures { - <3 [5 7]> - \once \override BassFigure #'direction = #-1 - <3 [5 7]> - <3 [5] 7 [9 11]> - <3+ 5- 7!> - <3 _! 5 _- 7> - <3 _ 5 _ 7> - <"V7" ["bla" 6] 7> - - } - \context Voice { - \clef bass - c 4 - c c c c c - g8 - } + \context Voice { + \clef bass + c 4 + c c c c c + g8 + } + \figures { + <3 [5 7]> + <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 + <3 [5 7]> + + } >>