]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarify \repeatTie.
authorGraham Percival <graham@percival-music.ca>
Wed, 28 Jun 2006 09:27:39 +0000 (09:27 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 28 Jun 2006 09:27:39 +0000 (09:27 +0000)
ChangeLog
Documentation/user/basic-notation.itely

index 58f08098b4abb075be5213f8d3f83a75386d12ed..cc751a7e28103ed75ceb73fe7411bea3d9ba1c6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-28  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/basic-notation.itely: clarify \repeatTie.
+
 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
 
        * lily/parser.yy: Wrap non-post-events in EventChords before
index fd5d6efefa8f27c6f74a6d95d4e69ea7a925a76b..53b86a9942f4d8089a4ab122dc88da300e849a3a 100644 (file)
@@ -1849,6 +1849,8 @@ automatic note splitting (see @ref{Automatic note splitting}).  This
 mechanism automatically splits long notes, and ties them across bar
 lines.
 
+@funindex \repeatTie
+
 When a second alternative of a repeat starts with a tied note, you
 have to repeat the tie. This can be achieved with @code{\repeatTie},
 
@@ -2927,6 +2929,16 @@ beginning of the example.
 }
 @end lilypond
 
+@funindex \repeatTie
+
+Ties may be added to a second ending,
+
+@lilypond[quote,ragged-right,fragment,verbatim,relative=2]
+c1
+\repeat volta 2 {c4 d e f ~ }
+\alternative { {f2 d} {f\repeatTie f,} }
+@end lilypond
+
 It is possible to shorten volta brackets
 by setting @code{voltaSpannerDuration}.  In the next example, the
 bracket only lasts one measure, which is a duration of 3/4.