X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Frhythms.itely;h=08d9b7ca13c5c61d9ab56711a1a5f23e3a8e32f0;hb=21f6ea846dc1930cb41f185485ce6e1c8d9b30bd;hp=b140fb7407cd8c559689aad922483e85ac59adfc;hpb=cfe204f50a73e31a4fa15091a1f812843ef6c245;p=lilypond.git diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index b140fb7407..08d9b7ca13 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -1509,15 +1509,20 @@ c4 c d8[ d d] f4 g4. d4 e d c @end lilypond -A new bar is never started within a cadenza, even if one or more -@code{\bar} commands are inserted within it. Therefore, reminder -accidentals will need to be added manually. See @ref{Accidentals}. +Inserting a @code{\bar} command within a cadenza does not start a new +measure, even if a bar line is printed. So any accidentals -- which +are usually assumed to remain in force until the end of the measure -- +will still be valid after the bar line printed by @code{\bar}. If +subsequent accidentals should be printed, forced accidentals or +reminder accidentals need to be inserted manually, see +@ref{Accidentals}. @lilypond[verbatim,relative=2,quote] c4 d e d \cadenzaOn cis4 d cis d \bar "|" +% First cis is printed without alteration even if it's after a \bar cis4 d cis! d \cadenzaOff \bar "|"