]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/music-functions.scm (glue-mm-rest-texts): also put other
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 8 Nov 2005 14:46:20 +0000 (14:46 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 8 Nov 2005 14:46:20 +0000 (14:46 +0000)
events into EventChord. This fixes textspanners on mm rests. Fixes spanner-rest.ly

* lily/grob-closure.cc (add_offset_callback): bugfix: properly add
offset callbacks. This fixes alignment for Fingering objects.

scm/music-functions.scm

index 40e7396c558a9c3d64a991143fd919c082062540..ce4af76c064d378045ce7d305589a00ec5bd74d3 100644 (file)
@@ -397,9 +397,6 @@ a property set for MultiMeasureRestNumber."
                         (append texts events))
                        others)))
 
-
-       (display-scheme-music (list music))
-
        ))
 
   music)