From: Mats Bengtsson Date: Fri, 12 Aug 2005 12:09:08 +0000 (+0000) Subject: * Documentation/user/basic-notation.itely (Ties): Add example of X-Git-Tag: release/2.7.5~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb1d4959748f08847f3d914c382cc6d507f37a3e;p=lilypond.git * Documentation/user/basic-notation.itely (Ties): Add example of tying a tremolo to a chord. Thanks to Steve Doonan. --- diff --git a/ChangeLog b/ChangeLog index f6f820653a..5ba34aa9f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-12 Mats Bengtsson + * 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. diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 89a11742b6..fcaefddddc 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -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]~ } 4 +\grace { c16[~ e~ g]~ } 2 +\repeat "tremolo" 8 { c32~ c'~ } 1 @end lilypond