]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-names-languages.ly
Issue 2760: CG wants all engravers to have double-quotes around them
[lilypond.git] / input / regression / chord-names-languages.ly
index e446afa4fb0b07789522c2ff069d2f9d2780fa04..d65838c4f22a82e6ce40ce302b770887a9d2a300 100644 (file)
@@ -1,11 +1,11 @@
-\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
-(@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" }
 }
 
 <<