From 70c506a22c24d0fdb9478472c9a7f56a2b69217d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 19 Apr 2003 22:20:38 +0000 Subject: [PATCH] lots of updates. --- ChangeLog | 4 ++++ Documentation/user/refman.itely | 13 ++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23d15e8e43..7698824fe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-20 Han-Wen Nienhuys + + * Documentation/user/refman.itely: lots of updates. + 2003-04-19 Han-Wen Nienhuys * input/regression/chord-name-major7.ly: new file diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index bcab5eee4b..dd6db6ef8b 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -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 -- 2.39.5