]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-table.ly
release: 1.3.146
[lilypond.git] / input / test / chord-table.ly
index 37e0ae9ef64791fbd9b44ae1abe35b23bc4c8cea..1eaf987daeba15c1dde2684c933cb1556108b63b 100644 (file)
@@ -1,44 +1,45 @@
+\version "1.3.146"
 \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
-       % Han-Wen: try this instead, and Wierd Things (spacing etc) happen:
-%      \notes {<c1 e g>} c1-m c-4 c-m4 c-5+ c-5- c-m5- c-5-5+ c-6  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;
+               textheight = \vsize - 4.0 * \staffheight
        }
 
 }
+
+