]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-implicit.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / figured-bass-implicit.ly
1
2 \header
3 {
4   
5   texidoc = "Implicit bass figures are not printed, but they do get extenders."
6 }
7
8
9 \version "2.19.21"
10 \paper
11 {
12   ragged-right = ##t
13 }
14
15 <<
16   \relative \new Voice {
17     c''^"normal" c c c^"extenders" c c c_"implicit" c
18     }
19   \figures {
20     <3 6!>
21     <3 4+>
22     r
23     \set useBassFigureExtenders = ##t
24     <3 6!>
25     <3 4+>
26     r
27     \set useBassFigureExtenders = ##t
28     \set implicitBassFigures = #'(3)
29     <3 6!>
30     <3 4+>
31   }  
32 >>  
33