]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-names-jazz.ly
*** empty log message ***
[lilypond.git] / input / test / chord-names-jazz.ly
index 8ce5263cbe63bcb74ff4552fd6ae87f19a1d9fc9..1c05f5bb3df0b5aa83f581de89932f087718a6d1 100644 (file)
@@ -1,6 +1,4 @@
-\version "2.1.26"
-
-
+\version "2.4.0"
 \header {
 
 texidoc = " Chord names are generated from a list pitches.  The
@@ -14,10 +12,8 @@ are turned off for brevity.
 "
 
 }
-% There are three references, but only two ways to print chord names?
-% Which refers to where? -HJJ
 
-chs = \notes \transpose c' c' 
+chs =  \transpose c' c' 
 {
        <c e g>1
        <c es g>% m = minor triad
@@ -69,7 +65,7 @@ chs = \notes \transpose c' c'
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % alternate Jazz notation
 
-efullmusicJazzAlt = \notes
+efullmusicJazzAlt = 
 {
     <c e gis>1-\markup { "+" }
     <c e g b>-\markup { \normal-size-super
@@ -85,7 +81,7 @@ efullmusicJazzAlt = \notes
 
 efullJazzAlt = #(sequential-music-to-chord-exceptions efullmusicJazzAlt #f)
 
-epartialmusicJazzAlt = \notes{
+epartialmusicJazzAlt = {
     <c d>1-\markup { \normal-size-super "2" }
     <c es>-\markup { "m" }
     <c f>-\markup { \normal-size-super "sus4" }
@@ -143,12 +139,12 @@ banterProperties = \sequential {
        }
 %}
        
-       \new Staff \notes \transpose c c' { \chs }
+       \new Staff  \transpose c c' { \chs }
     >>
-    \paper {
+    \layout {
        indent = 3.\cm
-       \translator { 
-           \ChordNamesContext
+       \context { 
+           \ChordNames
            \consists Instrument_name_engraver
        }
     }