]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chords-without-melody.ly
* lily/staff-symbol-referencer.cc (get_position): emergency
[lilypond.git] / input / test / chords-without-melody.ly
1 \version "2.3.8"
2 \header {
3     texidoc = "Jazz chord names can also be printed without notes."
4 }
5 \paper{
6     \context{
7         \ChordNames
8
9         \override BarLine #'bar-size = #4
10
11         
12         \consists Bar_engraver
13         \consists "Volta_engraver"
14     }
15     raggedright = ##t
16 }
17
18
19 \context ChordNames \chords {
20     \repeat volta 2 {
21         f1:maj f:7 bes:7
22         c:maj  es
23     }
24 }
25