From: Graham Percival Date: Tue, 16 Aug 2005 10:13:17 +0000 (+0000) Subject: Cautionary accidentals work with naturals, too. X-Git-Tag: release/2.7.6~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf800312fa48b1a8714a90a9df5654b32b34621f;p=lilypond.git Cautionary accidentals work with naturals, too. --- diff --git a/ChangeLog b/ChangeLog index 93068300f4..eb8df1374c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * lily/tuplet-bracket.cc: simple build fix. + * Documentation/user/putting.itely: use "we" instead of "I". + + * Documentation/user/basic-notation.itely: cautionary accidentals + work with naturals, too. + 2005-08-15 Han-Wen Nienhuys * lily/tuplet-bracket.cc (calc_position_and_height): add diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index fcaefddddc..5133b865df 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -163,10 +163,11 @@ print them manually. A reminder accidental can be forced by adding an exclamation mark @code{!} after the pitch. A cautionary accidental (i.e., an accidental within parentheses) can be obtained by adding the -question mark `@code{?}' after the pitch. +question mark `@code{?}' after the pitch. These extra accidentals +can be used to produce natural signs, too. @lilypond[quote,raggedright,fragment,verbatim] -cis' cis' cis'! cis'? +cis' cis' cis'! cis'? c c? c! c @end lilypond