Re: Lilypond language definition for Notepad++

2009-08-21 Thread Mats Bengtsson
Copied to the bug mailing list, since it seems that the generated lilypond-words files are not complete. -Eluze wrote: i searched with a simple regex in C:\Program Files\lilypond\usr\share\lilypond for definitions and found over 200 missing terms - i hope they have been added since

Re: Lilypond language definition for Notepad++

2009-08-21 Thread Graham Percival
Many of those words are from bagpipe.ly and related non-automatically-included files. I'm not certain they *should* be included in that list. There are some properties that probably should be included, but I'd caution anybody to check that those properties really aren't included in the most

Re: Ghostscript fails with special characters in filename

2009-08-21 Thread Ian Hulin
Patrick McCarty wrote: On 2009-08-20, Reinhold Kainhofer wrote: Am Donnerstag, 20. August 2009 11:47:52 schrieb Reinhold Kainhofer: Am Donnerstag, 20. August 2009 11:37:55 schrieb Patrick McCarty: On 2009-08-20, Reinhold Kainhofer wrote: To me this seems like guile is

Re: Ghostscript fails with special characters in filename

2009-08-21 Thread Patrick McCarty
On 2009-08-21, Ian Hulin wrote: Patrick McCarty wrote: Hmm... I just realized why the ~S was being used instead of ~a: the ~S allows double quotes in the filename, but ~a does not. So this would fail with your patch: $ lilypond \file\.ly Even though it is an unlikely filename,

Re: Ghostscript fails with special characters in filename

2009-08-21 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 21. August 2009 23:20:12 schrieb Patrick McCarty: On 2009-08-21, Ian Hulin wrote: * You've identified a rare case which needs a fix to some pretty basic code. How do we know it's rare? I don't think it's worth breaking PDF

Re: Ghostscript fails with special characters in filename

2009-08-21 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 22. August 2009 00:17:19 schrieb Reinhold Kainhofer: This works also with pathologic file names like: a b.ly b'c.ly cd.ly d'e.ly ef'.ly f\g.ly f\g.pdf g\'h.ly I just realized that we have no regression tests to check filename

Issue 817 in lilypond: Enhancement: new syntax for more flexible cresc/dim spanners

2009-08-21 Thread codesite-noreply
Comment #1 on issue 817 by reinhold.kainhofer: Enhancement: new syntax for more flexible cresc/dim spanners http://code.google.com/p/lilypond/issues/detail?id=817 New patch implementing the backend (i.e. processing the properties): http://codereview.appspot.com/109072 The definition of

Issue 727 in lilypond: Pedal * glyph should be bottom-aligned

2009-08-21 Thread codesite-noreply
Updates: Status: Fixed Labels: fixed_2_13_4 Comment #1 on issue 727 by pnorcks: Pedal * glyph should be bottom-aligned http://code.google.com/p/lilypond/issues/detail?id=727 (No comment was entered for this change.) -- You received this message because you are listed in the

box sizes in lilypond-book vs. normal

2009-08-21 Thread Graham Percival
On Fri, Aug 21, 2009 at 11:48:12PM +0200, denis.roe...@loria.fr wrote: http://www.loria.fr/~roegel/tmp/test.tex http://www.loria.fr/~roegel/tmp/score.ly To compile: lilypond-book --pdf --o=out test.tex cd out pdflatex test Observe: difference between squares in text and score. Ok, I've