Re: Simplify coord-rotate (issue 263690043 by d...@gnu.org)

2015-10-15 Thread thomasmorley65
Please disregard my code from comment #1, it's fishy. More appropiate would be (dropping the idea to rotate around other ponts than zero): #(define (get-PI/4-rotated-quadrants radians) (cond ((>= radians TWO-PI) (get-PI/4-rotated-quadrants (- radians TWO-PI))) ((< radians 0)

Re: Simplify coord-rotate (issue 263690043 by d...@gnu.org)

2015-10-15 Thread dak
Reviewers: thomasmorley651, Message: On 2015/10/15 12:34:17, thomasmorley651 wrote: Please disregard my code from comment #1, it's fishy. More appropiate would be (dropping the idea to rotate around other ponts than zero): #(define (get-PI/4-rotated-quadrants radians) (cond ((>= radia

LilyPond-mode in Emacs

2015-10-15 Thread David Kastrup
Hi, there are a few changes in Emacs-mode that need to be done and stuff that needs to be cleaned/fixed. I don't have what it takes to do this with large amounts of backward-compatibility in mind (and that includes XEmacs which, all-in-all, uses quite older versions and APIs of generic functions

Cropped SVG Output

2015-10-15 Thread David Sankel
Hello all, I'm writing a Lilypond plugin for Sphinx and I'd like to use the SVG output to embed the lilypond output into html files. Compared to PNG embedding, SVG will allow a single webpage to look crisp on many different devices and minimizes the bandwidth necessary on clients. The problem I'm

Re: Cropped SVG Output

2015-10-15 Thread Federico Bruni
Il giorno gio 15 ott 2015 alle 22:10, David Sankel ha scritto: I'm writing a Lilypond plugin for Sphinx and I'd like to use the SVG output to embed the lilypond output into html files. Compared to PNG embedding, SVG will allow a single webpage to look crisp on many different devices and minim

Re: Cropped SVG Output

2015-10-15 Thread Urs Liska
Am 16.10.2015 um 08:40 schrieb Federico Bruni: > yes, try: > > lilypond -dpreview -dbackend=svg test.ly > But doesn't this output the first system only? ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lily