]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/chord-names-languages.ly
Authors.itexi - Updated Current Developers list
[lilypond.git] / Documentation / included / chord-names-languages.ly
index e446afa4fb0b07789522c2ff069d2f9d2780fa04..e71a44d91b7666f64bd96a05dc6397d600883622 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.12.0"
+\version "2.16.0"
 \header  {
     texidoc = "@cindex Chord Names German
-The english naming of chords (default) can be changed to german 
-(@code{\germanChords} replaces B and Bes to H and B), semi-german 
-(@code{\semiGermanChords} replaces B and Bes to H and Bb), italian
-(@code{\italianChords} uses Do Re Mi Fa Sol La Si), or french
+The English naming of chords (default) can be changed to German 
+(@code{\germanChords} replaces B and Bes to H and B), semi-German 
+(@code{\semiGermanChords} replaces B and Bes to H and Bb), Italian
+(@code{\italianChords} uses Do Re Mi Fa Sol La Si), or French
 (@code{\frenchChords} replaces Re to RĂ©).
 
 " }
@@ -22,7 +22,7 @@ scm = \chordmode {
 
 \layout {
     ragged-right = ##t 
-    \context {\ChordNames \consists Instrument_name_engraver }
+    \context {\ChordNames \consists "Instrument_name_engraver" }
 }
 
 <<