]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-table.ly
patch::: 1.3.136.jcn1
[lilypond.git] / input / test / chord-table.ly
index 14c758c52ef9fb8c2c0ba2050555dd30e4c84f88..fdb855e3ce676449b031a999635522e0d0e7baf2 100644 (file)
@@ -1,42 +1,44 @@
 \header{
-filename =     "chord-table.ly";
-copyright =    "public domain";
-enteredby =    "jcn";
+filename =     "chord-table.ly";
+copyright =    "public domain";
+enteredby =    "jcn";
 }
 
-tab = \notes\transpose c'''\chords{
-       c1 c-m c-4 c-m4 c-5+ c-5- c-m5- c-5.5+ c-6\break %c-m6\break
+tab =  \notes\transpose c'''\chords{
+       c1 c:m c:4 c:m4 c:5+ c:5- c:dim c:5-.5+ c:6\break %c:m6\break
 }
 
 \score{
-       \type StaffGroup <
-               \type Staff=c \notes\transpose c\tab
-               \type ChordNames=c \notes\transpose c\tab
-               \type Staff=cis \notes\transpose cis\tab
-               \type ChordNames=cis \notes\transpose cis\tab
-               \type Staff=des \notes\transpose des\tab
-               \type ChordNames=des \notes\transpose des\tab
-               \type Staff=d \notes\transpose d\tab
-               \type ChordNames=d \notes\transpose d\tab
-               \type Staff=es \notes\transpose es\tab
-               \type ChordNames=es \notes\transpose es\tab
-               \type Staff=e \notes\transpose e\tab
-               \type ChordNames=e \notes\transpose e\tab
-               \type Staff=fis \notes\transpose fis\tab
-               \type ChordNames=fis \notes\transpose fis\tab
-               \type Staff=g \notes\transpose g\tab
-               \type ChordNames=g \notes\transpose g\tab
-               \type Staff=as \notes\transpose as\tab
-               \type ChordNames=as \notes\transpose as\tab
-               \type Staff=a \notes\transpose a\tab
-               \type ChordNames=a \notes\transpose a\tab
-               \type Staff=bes \notes\transpose bes,\tab
-               \type ChordNames=bes \notes\transpose bes,\tab
-               \type Staff=b \notes\transpose b,\tab
-               \type ChordNames=b \notes\transpose b,\tab
+       \context StaffGroup <
+               \context Staff=c \notes\transpose c\tab
+               \context ChordNames=c \notes\transpose c\tab
+               \context Staff=cis \notes\transpose cis\tab
+               \context ChordNames=cis \notes\transpose cis\tab
+               \context Staff=des \notes\transpose des\tab
+               \context ChordNames=des \notes\transpose des\tab
+               \context Staff=d \notes\transpose d\tab
+               \context ChordNames=d \notes\transpose d\tab
+               \context Staff=es \notes\transpose es\tab
+               \context ChordNames=es \notes\transpose es\tab
+               \context Staff=e \notes\transpose e\tab
+               \context ChordNames=e \notes\transpose e\tab
+               \context Staff=fis \notes\transpose fis\tab
+               \context ChordNames=fis \notes\transpose fis\tab
+               \context Staff=g \notes\transpose g\tab
+               \context ChordNames=g \notes\transpose g\tab
+               \context Staff=as \notes\transpose as\tab
+               \context ChordNames=as \notes\transpose as\tab
+               \context Staff=a \notes\transpose a\tab
+               \context ChordNames=a \notes\transpose a\tab
+               \context Staff=bes \notes\transpose bes,\tab
+               \context ChordNames=bes \notes\transpose bes,\tab
+               \context Staff=b \notes\transpose b,\tab
+               \context ChordNames=b \notes\transpose b,\tab
        >
        \paper{
                textheight = \vsize - 4.0 * \staffheight;
        }
 
 }
+
+