X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass.ly;h=ed97f87582ab4f1b12b83cfd24b124be4abcb615;hb=0a7f1c7430c178fbfbe26bb7013acb474718ef1f;hp=a319a83b1a58b6b30a586fc4798a66c22b2234f3;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/figured-bass.ly b/input/regression/figured-bass.ly index a319a83b1a..ed97f87582 100644 --- a/input/regression/figured-bass.ly +++ b/input/regression/figured-bass.ly @@ -1,33 +1,44 @@ -\version "1.7.18" +\version "2.12.0" + \header { -texidoc = "Test figured bass. - -Figured bass is created by the FiguredBass context which eats -figured bass requests and rest-requests. You must enter these using -the special @code{\figures @{ @}} mode, which allows you to type -numbers, like @code{<4 6+>}. - -" } - -\score { \notes < - \context FiguredBass { - \figures { - <3 [5 7]> -\once \property FiguredBass.BassFigure \set #'direction = #-1 - <3 [5 7]> - <3 [5] 7 [9 11]> - <3+ 5- 7!> - <3 _ 5 _ 7> -% <3 [4 6] 7> - } - } - - \context Voice { \clef bass - c 4 - c c c c c - g8 + + + 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 } + + +<< + \context Voice { + \clef bass + c 4 + c c c c c + g8 } - -> - } -%% new-chords-done %% + \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]> + + } +>> + +