lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tracker 836: Add facility to change output file-name for a \book blo


From: n . puttock
Subject: Re: Tracker 836: Add facility to change output file-name for a \book block
Date: Sun, 08 Nov 2009 21:40:28 +0000


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]