]> git.donarmstrong.com Git - lilypond.git/blob - input/test/drarn-chords.ly
6acba0eaaf9c3f98bd03edf7457af293e709ce3c
[lilypond.git] / input / test / drarn-chords.ly
1 \version "1.3.120";
2
3 %{
4 Would this be acceptable/good enough/convenient for entry?
5
6    Convention/Standard    Lily
7    
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
16
17 %}
18
19 scales =  \notes \transpose c'' \chords{
20         \property ChordNames.drarnChords=##t
21                 %c1:m \break c1:m
22                 c1:m c1:m
23 }
24
25 %\include "paper-as9.ly";
26 \score{
27         <
28                 \context ChordNames \scales
29                 \context Staff \scales
30         >
31         \paper{
32 %               \paperAs_nine
33                 \translator {
34                         \ChordNamesContext
35                         }
36         }
37 }