]> git.donarmstrong.com Git - lilypond.git/blob - input/test/note-chords.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / note-chords.ly
1
2 scheme = \notes {
3   <c'1 e' g'>
4   <e' g' c''>
5   <e e' g' c''>
6 }
7
8 \score {
9   <
10     \context ChordNamesVoice \scheme
11     \context Staff \scheme
12   >
13   \paper { linewidth = -1.; }
14 }