lilypond-1.3.118
[lilypond.git] / input / test / drarn-chords.ly
blobd8eb62b75321b0471cbf69ae171fddbc4130b3aa
1 \version "1.3.117";
3 %{
4 Would this be acceptable/good enough/convenient for entry?
6 Convention/Standard Lily
8 C# cis
9 Cb ces
10 Cm; Cmin c:3-; c:m; c:min
11 Caug c:5+; c:aug;
12 Cdim c:3-.5-; c:dim
13 Cmaj7 c:7+; c:maj
14 C7 c:7
15 Csus; Csus4 c:4; c:sus
19 scales = \notes \transpose c'' \chords{
20 \property ChordNames.drarnChords=##t
21 %c1:m \break c1:m
22 c1:m c1:m
25 %\include "paper-as9.ly";
26 \score{
28 \context ChordNames \scales
29 \context Staff \scales
31 \paper{
32 % \paper_as_nine
33 \translator {
34 \ChordNamesContext