----- Original Message -----
From: <d...@gnu.org>
To: <philehol...@googlemail.com>; <tdanielsmu...@googlemail.com>;
<gra...@percival-music.ca>; <k-ohara5...@oco.net>
Cc: <re...@codereview-hr.appspotmail.com>; <lilypond-devel@gnu.org>
Sent: Friday, August 31, 2012 12:12 AM
Subject: Re: Adds support for cross-staff-stems (issue 6344092)
http://codereview.appspot.com/6344092/diff/12002/scm/music-functions.scm
File scm/music-functions.scm (right):
http://codereview.appspot.com/6344092/diff/12002/scm/music-functions.scm#newcode1784
scm/music-functions.scm:1784: (if (<= 2 (length stems))
Why not use "and" here and leave out the #f below? Then one does not
hunt for #f to figure out what happens when the condition is false.
http://codereview.appspot.com/6344092/diff/12002/scm/music-functions.scm#newcode1801
scm/music-functions.scm:1801: (let ((span (ly:engraver-make-grob trans
'Stem '())))
Why not have "root" as the cause, the last element of
ly:engraver-make-grob? That would make the stem span tweakable.
http://codereview.appspot.com/6344092/
This patch has been approved, pushed and the Rietveld closed. If you want
to propose changes, it should be a new patch.
--
Phil Holmes
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel