]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/staff.itely
Imported Upstream version 2.19.53
[lilypond.git] / Documentation / notation / staff.itely
index ce859e2bb5dd08757915e391893f346be8bd5c61..d097535643b0bb9a4f6e6841755b11c07b65fa5c 100644 (file)
@@ -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,