]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
authorwl <wl>
Sat, 18 Sep 2004 13:21:24 +0000 (13:21 +0000)
committerwl <wl>
Sat, 18 Sep 2004 13:21:24 +0000 (13:21 +0000)
ties.

ChangeLog
ly/engraver-init.ly

index a71baad57c70c26bbd1e01607b2cae0a3e09a029..4bcd7f0a73c4b7149ba4671240f26c394b9a877f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-18  Werner Lemberg  <wl@gnu.org>
+
+       * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
+       ties.
+
 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * input/{input,regression}/*.ly: run convert-ly
index 1bb15e28b7f94fa00bb58587213470b2069489ec..fa8da2751262e66ab5ffe1754948a527ce68aa73 100644 (file)
@@ -559,7 +559,7 @@ AncientRemoveEmptyStaffContext = \context {
        (Voice Slur direction -1)
     )
 
-  quotedEventTypes = #'(note-event rest-event)
+  quotedEventTypes = #'(note-event rest-event time-scaled-music tie-event)
 }
 
 EasyNotation = \context {      % TODO: why \context override?