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