From: Han-Wen Nienhuys Date: Tue, 21 Feb 2006 23:57:34 +0000 (+0000) Subject: * Documentation/user/basic-notation.itely (Ties): document \repeatTie. X-Git-Tag: release/2.7.36~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=20af64b688c9232a99c47facfd1cf56fe680f6e5;p=lilypond.git * Documentation/user/basic-notation.itely (Ties): document \repeatTie. * Documentation/topdocs/NEWS.tely (Top): document \repeatTie. --- diff --git a/ChangeLog b/ChangeLog index 71dd3c9dea..e36ae258fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-02-22 Han-Wen Nienhuys + * Documentation/user/basic-notation.itely (Ties): document \repeatTie. + + * Documentation/topdocs/NEWS.tely (Top): document \repeatTie. + * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index dd7f37e520..3a569e8912 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -64,6 +64,15 @@ which scares away people. @end ignore +@item Ties may now be attached to the left side of a note with +@code{\repeatTie}, for use with volta repeats. + +@lilypond[relative=2,fragment,ragged-right] +r4 \repeatTie +@end lilypond + +This feature was sponsored by Steve Doonan. + @item Newly created contexts may also be named with the following syntax, diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 024df7cb61..d58ba1157d 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -1541,6 +1541,16 @@ automatic note splitting (see @ref{Automatic note splitting}). This mechanism automatically splits long notes, and ties them across bar lines. +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}, +eg. + +@lilypond[fragment,quote,ragged-right,relative=2] +r \repeatTie +@end lilypond + +@cindex repeating ties +@cindex volta brackets and ties @commonprop