]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/basic-notation.itely (Ties): Add example of
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 12 Aug 2005 12:09:08 +0000 (12:09 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 12 Aug 2005 12:09:08 +0000 (12:09 +0000)
tying a tremolo to a chord. Thanks to Steve Doonan.

ChangeLog
Documentation/user/basic-notation.itely

index f6f820653ac8f544b1e492ef0b28e10688708829..5ba34aa9f3c497129c879a68bd169173a57a4453 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
+       * Documentation/user/basic-notation.itely (Ties): Add example of
+       tying a tremolo to a chord. Thanks to Steve Doonan. 
+
        * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
        properties and move tieMelismaBusy to the list of written
        properties. 
index 89a11742b69777bcfae16c64fa0e6ca1337323be..fcaefddddc54101364308f60a06aac69bc303540 100644 (file)
@@ -1470,11 +1470,13 @@ lines.
 
 Ties are sometimes used to write out arpeggios.  In this case, two tied
 notes need not be consecutive.  This can be achieved by setting the
-@code{tieWaitForNote} property to true.  For example,
+@code{tieWaitForNote} property to true. The same feature is also useful,
+for example, to tie a tremolo to a chord. For example,
 
 @lilypond[fragment,verbatim,relative=1,raggedright]
 \set tieWaitForNote = ##t
-\grace { c16[~ e~ g]~ } <c, e g>4   
+\grace { c16[~ e~ g]~ } <c, e g>2   
+\repeat "tremolo" 8 { c32~ c'~ } <c c,>1
 @end lilypond