]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-names.ly
patch::: 1.3.96.jcn9
[lilypond.git] / input / test / chord-names.ly
1 \version "1.3.96"
2 chord = \notes\transpose c''\chords{
3    c1
4    c:m
5    c:m5-
6    c:m5-.7-
7    c:7+
8    c:m5-.7
9    c:5-.7+
10    c:m7
11    c:7
12    d
13    d/a
14    d/+gis
15 }
16
17 \score{
18     <
19             \context ChordNames \chord
20             \context Staff \chord
21     >
22     \paper{
23         linewidth = -1.0;
24                 \translator { 
25                         \ChordNamesContext
26                         ChordNames \push #'word-space = #1 
27                 }
28     }
29 }
30