]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-names-languages.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-names-languages.ly
index f1ca5b4a49328ad056276bb8bbb652cf8e9eb10b..d65838c4f22a82e6ce40ce302b770887a9d2a300 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.10.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
-(@code{\frenchChords} replaces Re to Ré).
+(@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" }
 }
 
 <<