http://codereview.appspot.com/150044/diff/1/4
File ly/music-functions-init.ly (left):

http://codereview.appspot.com/150044/diff/1/4#oldcode604
ly/music-functions-init.ly:604: (ly:music-property main-note
'elements))))
with (lambda

http://codereview.appspot.com/150044/diff/1/4
File ly/music-functions-init.ly (right):

http://codereview.appspot.com/150044/diff/1/4#newcode612
ly/music-functions-init.ly:612: (lambda (m) (eq? 'NoteEvent
(ly:music-property m 'name)))
with filter, not (filter

http://codereview.appspot.com/150044/diff/1/4#newcode613
ly/music-functions-init.ly:613: (ly:music-property ev-chord
'elements))))
as above

http://codereview.appspot.com/150044/diff/1/4#newcode620
ly/music-functions-init.ly:620: (let* ((trill-pitch (ly:music-property
(car sec-note-events) 'pitch))
with `e' in begin

http://codereview.appspot.com/150044/diff/1/4#newcode621
ly/music-functions-init.ly:621: (forced (ly:music-property (car
sec-note-events )
with (trill-pitch

http://codereview.appspot.com/150044/diff/1/4#newcode624
ly/music-functions-init.ly:624: (if (ly:pitch? trill-pitch)
with `e' in let*

http://codereview.appspot.com/150044/diff/1/4#newcode631
ly/music-functions-init.ly:631: (if (eq? forced #t)
as (if (ly:pitch? trill-pitch)

http://codereview.appspot.com/150044


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

Reply via email to