]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-names-german.ly
*** empty log message ***
[lilypond.git] / input / test / chord-names-german.ly
index 9dac83696aca0adf7df3508fc17dd8308a644451..896fea3decf11f6efcdb76f72d966e592a327892 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.2"
+\version "2.1.7"
 \header  {
     texidoc = "@cindex Chord Names German
 By setting @code{ChordNames.chordRootNamer}, the root
@@ -20,15 +20,15 @@ scm = \chords {
     % beses/beses
 } 
 \score {
-\notes <
+\notes <<
     \context ChordNames { \scm }
-    \newcontext ChordNames {
+    \new ChordNames {
        \property ChordNames.instrument = #"german"
        \germanChords \scm }
-    \newcontext ChordNames {
+    \new ChordNames {
        \property ChordNames.instrument =#"semi-german"
        \semiGermanChords \scm }
-    \context Voice {  \scm } >
+    \context Voice {  \scm } >>
 \paper {
     raggedright = ##t 
     \translator {\ChordNamesContext \consists Instrument_name_engraver }}