]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-durations.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / figured-bass-durations.ly
1 \version "2.16.0"
2
3 \header {
4
5   texidoc = "Bass figures and extenders shall also work correctly if the
6 figure has a different duration than the bass note. In particular, if a
7 timestep does not have a new figure (because the old figure still goes on),
8 extenders should be drawn and not be reset.
9 "
10
11 }
12
13
14 \paper { ragged-right = ##t }
15
16
17 <<
18   \context Voice <<
19     {
20       \clef bass
21       c4 c c c | c c c c |
22     }
23     \figuremode {
24       <3>2 <3> \set Staff.useBassFigureExtenders = ##t <3> \set Staff.useBassFigureExtenders = ##f <3>
25     }
26   >>
27 >>
28
29