]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-continuation-center.ly
new file.
[lilypond.git] / input / regression / figured-bass-continuation-center.ly
1 \header {
2
3   texidoc = "Pairs of congruent figured bass extender lines are vertically centered.
4  "
5
6 }
7
8 \version "2.7.12"
9 \paper {
10   raggedright = ##t
11 }
12
13 <<
14   \relative \new Voice {
15     c8 c  b b  a a  b b  
16     c c  b b
17   
18   }
19  \figures {
20     \set useBassFigureExtenders = ##t
21     <6+ 4 3>4 <6 4 3> r
22     <6+ 4 3>4 <6 4 3> <4 3+> r
23   } 
24 >>