]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-continuation.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / figured-bass-continuation.ly
1 \header {
2
3   texidoc = "Figured bass extender lines run between repeated bass
4 figures. They are switched on with @code{useBassFigureExtenders}"
5
6 }
7
8 \version "2.16.0"
9 \paper {
10   ragged-right = ##t
11 }
12
13 <<
14   \relative \new Voice {
15     c8 c  b b  a a  b b  
16     c^"the same with extenders" c  b b  a a  b b  
17   
18   }
19  \figures {
20     <6+ 4 3>4 <6 4 3> <4 3+> r4
21     \set useBassFigureExtenders = ##t
22     <6+ 4 3> <6 4 3> <4 3+> r4
23   } 
24 >>