]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chords-without-melody.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / chords-without-melody.ly
1 \version "2.1.26"
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:7 bes:7
11                         c:maj  es
12                 }
13         }
14         \paper{
15                 \translator{
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