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/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel