]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chords-without-melody.ly
(texidoc): add from
[lilypond.git] / input / test / chords-without-melody.ly
1 \version "1.7.18"
2 \header {
3 texidoc = "Jazz chords can also be used without notes."
4 }
5
6 \score{
7         \context ChordNames \chords{
8
9                 \repeat volta 2 {
10                         f1:maj f:maj f:7 bes:7
11                         c:maj c:maj es es
12         
13         
14                 }
15         }
16         \paper{
17                 \translator{
18                         \ChordNamesContext
19
20                         BarLine \override #'bar-size = #4
21
22                         
23                         \consists Bar_engraver
24                         \consists "Volta_engraver"
25                 }
26         }
27 }
28
29
30