From 92295035f2159f88abb00241a69f6c5cea7d46f3 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 28 Jun 2006 09:27:39 +0000 Subject: [PATCH] Clarify \repeatTie. --- ChangeLog | 4 ++++ Documentation/user/basic-notation.itely | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 58f08098b4..cc751a7e28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-06-28 Graham Percival + + * Documentation/user/basic-notation.itely: clarify \repeatTie. + 2006-06-27 Erik Sandberg * lily/parser.yy: Wrap non-post-events in EventChords before diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index fd5d6efefa..53b86a9942 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -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. -- 2.39.2