]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/figured-bass-alteration.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / figured-bass-alteration.ly
1
2 \header {
3   texidoc = "Bass figures can carry alterations."
4 }
5
6 \version "2.12.0"
7
8 \layout {
9   ragged-right= ##t
10 }
11
12 \relative c'' {
13   \new Voice 
14   <<
15     { c4 c c }
16     \figures
17     {
18       <3- > <3! > <3+ >
19     }
20   >>
21 }
22