]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc -- clarify that \skip is a command, not a note
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 2 Feb 2010 13:54:30 +0000 (06:54 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 2 Feb 2010 13:55:15 +0000 (06:55 -0700)
Documentation/notation/rhythms.itely

index b326037d70b8086a3aa19a15f246a49877ff0ad5..57e35363eada2241912fb645a3b6a939ee54b96a 100644 (file)
@@ -322,7 +322,7 @@ a4 a4
 b16*4 c4
 @end lilypond
 
-The duration of skip or spacing notes may also be modified by
+The duration of spacing notes may also be modified by
 a multiplier.  This is useful for skipping many measures, e.g.,
 @code{s1*23}.
 
@@ -686,9 +686,9 @@ s2 c
 @cindex lyrics, skip
 
 Spacer rests are available only in note mode and chord mode.  In
-other situations, for example, when entering lyrics, @code{\skip}
-is used to skip a musical moment.  @code{\skip} requires an
-explicit duration.
+other situations, for example, when entering lyrics, the
+command @code{\skip} is used to skip a musical moment.
+@code{\skip} requires an explicit duration.
 
 @lilypond[quote,verbatim,relative=2]
 <<
@@ -703,6 +703,22 @@ explicit duration.
 >>
 @end lilypond
 
+Because @code{\skip} is a command, it does not affect the default
+durations of following notes, unlike@tie{}@code{s}.
+
+@lilypond[quote,verbatim,relative=2]
+<<
+  {
+    \repeat unfold 8 {a4}
+  }
+  {
+    a4 \skip 2 a |
+    s2 a
+  }
+>>
+@end lilypond
+
+
 A spacer rest implicitly causes @code{Staff} and @code{Voice}
 contexts to be created if none exist, just like notes and rests
 do: