MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / figured-bass-implicit.ly
blobfc4823aa179c0107bbc1e79f58bff1372b5d6506
2 \header
5 texidoc = "Implicit bass figures are not printed, but they do get extenders."
9 \version "2.12.0"
10 \paper
12 ragged-right = ##t
16 \relative c'' \new Voice {
17 c^"normal" c c c^"extenders" c c c_"implicit" c
19 \figures {
20 <3 6!>
21 <3 4+>
23 \set useBassFigureExtenders = ##t
24 <3 6!>
25 <3 4+>
27 \set useBassFigureExtenders = ##t
28 \set implicitBassFigures = #'(3)
29 <3 6!>
30 <3 4+>
32 >>