Looks very good. Just a couple more comments.
Thanks, Carl http://codereview.appspot.com/4182056/diff/1/scm/define-markup-commands.scm File scm/define-markup-commands.scm (right): http://codereview.appspot.com/4182056/diff/1/scm/define-markup-commands.scm#newcode994 scm/define-markup-commands.scm:994: (define (nest-patterns pattern pattern-width distance count patterns) It might be even better if this were defined as a markup command, for example pattern-markup. Then anybody else (like me) could use it for making a repeating pattern of markups (like a LyricExtender for shape notes). http://codereview.appspot.com/4182056/diff/1/scm/define-markup-commands.scm#newcode1032 scm/define-markup-commands.scm:1032: (x-offset (+ (* (- (- middle-width (* patterns-number period)) pattern-width) (/ (1+ dir) 2)) (abs (car pattern-x-extent))))) Wrap to proper formatting at about 80 characters. http://codereview.appspot.com/4182056/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel