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