]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-continuation-modifiers.ly
Add a hack to packed spacing to work around extra columns.
[lilypond.git] / input / regression / figured-bass-continuation-modifiers.ly
1 \header {
2
3   texidoc = "Figured bass extender lines shall be broken when a figure has
4   a different alteration, augmentation or diminishment."
5
6 }
7
8 \version "2.11.63"
9 \paper {
10   ragged-right = ##t
11 }
12
13 <<
14   \relative \new Voice {
15     c8 c c c c c
16   }
17   \figures {
18     \bassFigureExtendersOn
19     <6 4 3>8 <6\\ 4! 3!> <6 4- 3+> <6/ 4\+ 3>  <6 4\! 3+>  <6\+ 4\+ 3++>
20   } 
21 >>