]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-continuation-modifiers.ly
Make relative-includes configurable with a -d option.
[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.64"
9
10 <<
11   \relative \new Voice {
12     c8 c c c c c
13   }
14   \figures {
15     \bassFigureExtendersOn
16     <6 4 3>8 <6\\ 4! 3!> <6 4- 3+> <6/ 4\+ 3>  <6 4\! 3+>  <6\+ 4\+ 3++>
17   } 
18 >>