]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/changing-defaults.itely
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / Documentation / user / changing-defaults.itely
index 5eed1c57839f2675db9a408712a2417f6d96ffc6..38abc749632704f9dfb045a6b160dea6bd8fcb6d 100644 (file)
@@ -1,4 +1,4 @@
-@c -*-texinfo-*-
+@c -*- coding: latin-1; mode: texinfo; -*-
 @node Changing defaults
 @chapter Changing defaults
 
@@ -1546,13 +1546,13 @@ the following will usually not produce ba@ss{}tuba in the title.
 @verbatim
   \header {
     title = "Grazing cow"
-    instrument = "Baßtuba"
+    instrument = "Baßtuba"
   }
 @end verbatim
 
 Rather, you should say
 @verbatim
-    instrument = \markup { Baßtuba }
+    instrument = \markup { Baßtuba }
 @end verbatim
 
 @noindent