CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Mats Bengtsson <[EMAIL PROTECTED]>      05/08/12 12:09:08

Modified files:
        .              : ChangeLog 
        Documentation/user: basic-notation.itely 

Log message:
        * Documentation/user/basic-notation.itely (Ties): Add example of
        tying a tremolo to a chord. Thanks to Steve Doonan.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3997&tr2=1.3998&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/basic-notation.itely.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3997 lilypond/ChangeLog:1.3998
--- lilypond/ChangeLog:1.3997   Fri Aug 12 11:58:53 2005
+++ lilypond/ChangeLog  Fri Aug 12 12:09:08 2005
@@ -1,5 +1,8 @@
 2005-08-12  Mats Bengtsson  <[EMAIL PROTECTED]>
 
+       * 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: lilypond/Documentation/user/basic-notation.itely
diff -u lilypond/Documentation/user/basic-notation.itely:1.34 
lilypond/Documentation/user/basic-notation.itely:1.35
--- lilypond/Documentation/user/basic-notation.itely:1.34       Tue Aug  9 
08:47:47 2005
+++ lilypond/Documentation/user/basic-notation.itely    Fri Aug 12 12:09:08 2005
@@ -1470,11 +1470,13 @@
 
 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
[EMAIL PROTECTED] property to true.  For example,
[EMAIL PROTECTED] 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
 
 


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to