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