MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / figured-bass.ly
blobed97f87582ab4f1b12b83cfd24b124be4abcb615
1 \version "2.12.0"
3 \header {
6 texidoc = " Figured bass is created by the FiguredBass context which
7 responds to figured bass events and rest events. You must enter these
8 using the special @code{\\figuremode @{ @}} mode, which allows you to
9 type numbers, like @code{<4 6+>} and add slashes, backslashes and pluses.
11 You can also enter markup strings. The vertical alignment may also be tuned.
18 \paper { ragged-right = ##t }
22 \context Voice {
23 \clef bass
24 c 4
25 c c c c c
28 \figures {
29 <3 [5 7]>
30 <3\+ [5/] 7/ [9 11]>
31 <3+ 5- 7!>
32 <3 _! 5 _- 7>
33 <3 _ 5 _ 7>
34 <3 6/ >
35 <3 6\\ >
36 <"V7" ["bla" 6] \markup{ \musicglyph #"rests.2"} >
38 \once \override BassFigureAlignment #'stacking-dir = #UP
39 <3 [5 7]>