]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-names.ly
patch::: 1.3.45.jcn2
[lilypond.git] / input / test / chord-names.ly
1 chord = \notes\transpose c''\chords{
2    c1
3    c:m
4    c:m5-
5    c:m5-.7-
6    c:7+
7    c:m5-.7
8    c:5-.7+
9    c:m7
10    c:7
11 }
12
13 \score{
14     <
15             \context ChordNames \chord
16             \context Staff \chord
17     >
18     \paper{
19         linewidth = -1.0;
20         \translator { \ChordNameContext chordNameWordSpace = #1 }
21         \translator { \LyricsContext textScriptWordSpace = #0.3 }
22     }
23 }
24