]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/basic-notation.itely (Ties): document \repeatTie.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 21 Feb 2006 23:57:34 +0000 (23:57 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 21 Feb 2006 23:57:34 +0000 (23:57 +0000)
* Documentation/topdocs/NEWS.tely (Top): document \repeatTie.

ChangeLog
Documentation/topdocs/NEWS.tely
Documentation/user/basic-notation.itely

index 71dd3c9dea4f19c1a0ded22f2020b7b201487bc4..e36ae258fa58d2413aec59ec2be60233866e16df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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
index dd7f37e520ef8dc476628a152e710ee3508cfbb9..3a569e891241e91bdf8f67eca2efa0a05b163074 100644 (file)
@@ -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 <c e g>\repeatTie
+@end lilypond
+
+This feature was sponsored by Steve Doonan.
+
 @item Newly created contexts may also be named with the following
 syntax,
 
index 024df7cb6195edb2a338f378daceb8decbc20a38..d58ba1157d326cf51871faf52ac9d6a9f092e4c9 100644 (file)
@@ -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 <c e g>\repeatTie
+@end lilypond
+
+@cindex repeating ties
+@cindex volta brackets and ties
 
 @commonprop