]> git.donarmstrong.com Git - lilypond.git/commitdiff
lots of updates.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 19 Apr 2003 22:20:38 +0000 (22:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 19 Apr 2003 22:20:38 +0000 (22:20 +0000)
ChangeLog
Documentation/user/refman.itely

index 23d15e8e4303f0053f454ea4a7b05532bbde5971..7698824fe631417d9cea191b5c8aa37ecf01c45b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely: lots of updates.
+
 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * input/regression/chord-name-major7.ly: new file
index bcab5eee4bf9618df8ea13dc38022f739e0192bb..dd6db6ef8bce5e975c0a697549d37238bc838432 100644 (file)
@@ -2899,14 +2899,12 @@ staff.  Lilypond currently only supports the graphical ambitus notation.
 To apply, add the @internalsref{Ambitus_engraver} to the
 @internalsref{Voice} context, i.e.
 
-@verbatim
-  \paper {
-    \translator {
+@example
+  \paper @{ \translator @{
       \VoiceContext
       \consists Ambitus_engraver
-    }
-  }
-@end verbatim
+    @} @}
+@end example
 
 The result will look like this.
 @lilypond[singleline]
@@ -3311,7 +3309,8 @@ separators, e.g.
 @lilypond[fragment,verbatim]
 \context ChordNames \chords {
       c:7sus4
-      \property ChordNames.chordNameSeparator = \markup { "|" }
+      \property ChordNames.chordNameSeparator
+        = \markup { "|" }
       c:7sus4 }
 @end lilypond
 @end table