X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Fstaff.itely;h=d097535643b0bb9a4f6e6841755b11c07b65fa5c;hb=74daefdc62920b729061cb8711b63890de1f0c17;hp=ce859e2bb5dd08757915e391893f346be8bd5c61;hpb=3af0951f9a11677240efa6228683dd4fcea13eaf;p=lilypond.git diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index ce859e2bb5..d097535643 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -1078,9 +1078,9 @@ oboeNotes = \relative { } @end lilypond -If an @code{\unfoldRepeat} command in a music expression is required to +If an @code{\unfoldRepeats} command in a music expression is required to be printed when using @code{\quoteDuring}, then it too must also contain -its own @code{\unfoldRepeat} command; +its own @code{\unfoldRepeats} command; @lilypond[verbatim,quote] fluteNotes = \relative { @@ -1326,7 +1326,7 @@ It is possible to adjust which aspects of the music are quoted with property. Its default value is @code{'(note-event rest-event tie-event beam-event tuplet-span-event)}, which means that only notes, rests, ties, beams and tuplets are quoted, but not -articulations, dynamic marks, markup etc. +articulations, dynamic marks, markup, etc. @warning{When a @code{Voice} starts with @code{\cueDuring}, as in the following example, the @code{Voice} context must be explicitly declared,