lilypond-book needs a --safe mode

2006-11-08 Thread John Williams
(Well, mostly ok. It outputs the music, but fails to include "lilypond-book-preamble.ly", which seems to make the eps bounding boxes not get set.) ~ John Williams ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

bad warning when using figured bass

2006-11-04 Thread John Williams
> gmane wrote: > You seem to be top-posting. Don't do that. > so I added this text to convince it that I wasn't. Annoying, isn't it? > The real message starts below. When a figured bass line has durations which overlap with rests on the same staff, it works, but it outputs a false warning: bug

Multi-measure rest markup bug (regression)

2006-11-03 Thread John Williams
> Gmane thinks I am top-posting, so this is just some dummy text to get the > message past filters that cannot tell the difference between quoted text > and code. The real message starts with the next paragraph. There does not appear to be a way to get a multi-measure rest which is unaffected b

updated lilypond-book patches

2005-04-20 Thread John Williams
midi file on demand though. ~ John Williams --- lilypond-book 2005/04/20 01:44:26 1.1.1.1.1.5 +++ lilypond-book 2005/04/20 01:44:53 @@ -153,6 +153,7 @@ FONTLOAD = 'fontload' FILENAME = 'filename' ALT = 'alt' +INLINE = 'inline' # NOTIME

Re: lilypond-book: inline option

2005-04-20 Thread John Williams
On Tue, 19 Apr 2005, Mats Bengtsson wrote: > Han-Wen Nienhuys wrote: > > Op za, 02-04-2005 te 20:44 -0700, schreef John Williams: > > > >>This patch adds an "inline" option, which removes the and tags > >>from around the music image. > >>

Re: lilypond-book: inline option

2005-04-20 Thread John Williams
On Tue, 19 Apr 2005, Han-Wen Nienhuys wrote: > Op za, 02-04-2005 te 20:44 -0700, schreef John Williams: > > > > P.S. this group of patches should apply cleanly to 2.5.17 in the > > following order: > > > > 1. refactor.patch > > 2. htmlquote.patch >

Re: lilypond-book refactor patch

2005-04-06 Thread John Williams
e. I'll try to include enough of the end of the output so you can see where the crash happened. ~ John Williams [... snip 8142 lines ...] Processing `changing-defaults.itely:1579 (lily-39011303.ly)' Parsing... Renaming input to: `utf8.ly' Interpreting music... [4] Preprocessing

Re: lilypond-book refactor patch

2005-04-05 Thread John Williams
uot;make web" a > little problematic. I'll try fix that, and look over your patch in the > coming days; however, I would greatly appreciate it if you would give > it a whirl too. I understand the frustration. I'll try to do something this week. Anything you can do to make

Re: lilypond-book: filename option

2005-04-05 Thread John Williams
hing more than transiently, I like to give it a name I can remember. "There's a problem compiling lily-314159.ly... Which snippet is that? grep 313159 source. Oops, grep 314159 source. Still nothing. grep 413159 source.html. I mean grep 314159 source.html. Need more context. vim source.html, search for 314159 ... Oh, that snippet. quit. vim source. find the snippet. What was the error again?" ~ John Williams ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: lilypond-book: filename option

2005-04-04 Thread John Williams
m because some are rather trivial, like a single quarter note. Or maybe you would just prefer that your user see "bach-cantata-1.png" in the browser or html source instead of "lily-394747432.png". ~ John Williams ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: lilypond-book refactor patch

2005-04-04 Thread John Williams
compiling both autotrace and potrace, because mftrace would not compile with the first one I tried. (I think I tried autotrace first, but I don't remember for sure.) Anyhow, the html functions in lilypond-book seem a bit neglected, so I thought you guys might appreciate some help in that area.

lilypond-book: inline option

2005-04-04 Thread John Williams
to a midi file instead of the ly file. Or if you do not want the image to be linked at all. ~ John Williams P.S. this group of patches should apply cleanly to 2.5.17 in the following order: 1. refactor.patch 2. htmlquote.patch 3. filename.patch 4. alt.patch 5. inline.patch 3, 4, and

lilypond-book: alt option

2005-04-04 Thread John Williams
This patch adds an "alt" option, which is used replace the default alt text (alt="[image of music]") placed on the lilypond img tag. (The htmlquote patch is especially needed to support this.) ~ John Williams P.S. These patches are brought to you by the needs of the fi

lilypond-book refactor patch

2005-04-04 Thread John Williams
do_options method. This allows the fully parsed options to be accessed by other methods of the class. This is needed for some of the patches which follow this. This patch should change no existing functionality, but it makes doing the rest of the patches I am submitting a lot easier. ~ John Williams

lilypond-book: fix quoted html options

2005-04-04 Thread John Williams
d 'option"' with no value. ~ John Williams --- lilypond-book 2005/04/02 22:46:41 1.1.1.2 +++ lilypond-book 2005/04/02 22:49:45 1.1.1.3 @@ -615,9 +615,6 @@ re.sub ('}', '@}', re.sub ('@&

lilypond-book: filename option

2005-04-04 Thread John Williams
me option, which was rightfully deprecated, only made a copy of the .ly file with the given name. This option uses the basename for all the extensions, including the .png file. ~ John Williams --- lilypond-book 2005/04/02 22:49:45 1.1.1.3 +++ lilypond-book 2005/04/02 22:50:31

lilypond-book patch #2

2005-03-22 Thread John Williams
It doesn't do much good to link to a png file unless you actually create the png file. (This includes the patch to make lilypond-book stop ignoring -f) --- /usr/bin/lilypond-book 2005-03-10 19:08:41.0 -0700 +++ lilypond-book 2005-03-19 20:07:29.329192264 -0700 @@ -1444,11 +1

doc bug

2005-03-22 Thread John Williams
lilypond-book --filter example is wrong on Instead of lilypond-book --filter='convert-ly --from=2.0.0' my-book.tely It should have a "-" to read from stdin:

lilypond-book patch

2005-03-22 Thread John Williams
lilypond-book (2.5.15) ignores the --format option. --- /usr/bin/lilypond-book 2005-03-10 19:08:41.0 -0700 +++ lilypond-book 2005-03-19 18:35:54.586520120 -0700 @@ -1444,7 +1444,8 @@ file = files[0] global process_cmd, format - format = guess_format (fil

Re: lilypond-book filename fragment option

2004-06-02 Thread John Williams
ded. > > I know, but I prefer to solve the underlying problem if possible. I still would like to be able to name my .png files. Would you accept a patch to implement that feature? ~ John Williams ___ bug-lilypond mailing list [EMAIL PROT

Re: lilypond-book filename fragment option

2004-06-01 Thread John Williams
On Mon, 31 May 2004, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > I was able to fix this in lilypond-book-2.0.1 with the patch below. It > > then used "xyzzy" as the basename for the whole process (.ly .tex .dvi > > .eps .png etc). This patch saved my project, since python was choking

lilypond-book filename fragment option

2004-05-30 Thread John Williams
her references to the "printfilename" option. Is there any possibility of getting a filename option which uses the given filename for the whole process, instead of just leaving a copy of the .ly file with that name? ~ John Williams --- lilypond-2.0.1/scripts/out/lilypond-bookSun

lilypond-book filename fragment option

2004-05-23 Thread John Williams
ear to be any other references to the "printfilename" option. Is there any possibility of getting a filename option which uses the given filename for the whole process, instead of just leaving a copy of the .ly file with that name? ~ John Williams --- lilypond-2.0.1/scripts/

lilypond-book bug

2004-01-24 Thread John Williams
lilypond-book -> Music Fragment options documents the option: filename="filename" But the quotes cause an error. It only works as instead of Here is the error: :1:24: error: parse error, expecting `'='': \renameinput ""filename" " It does create a filename.ly, but

PianoPedalBracket bug

2004-01-19 Thread John Williams
Pedals it says "setting pedal-type to mixed" in the text but says "Staff.pedalSustainStyle = #'mixed" in the example it then mentions "\pedal-type = #'text" again. Very confusing... ~ John Williams ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

Re: \mark\markup\left-align bug

2004-01-13 Thread John Williams
No parser tag defined for this signature) \typewriter MISSING functions \sans-serif (to select a helvetica font) \normal (to return to normal font size, esp. in cases where that is not the default) One last question, concerning text in some music I'm doing recently. Is there any way to typeset a Measure Repeat (like \repeat "percent") in a text script or lyrics? ~ John Williams ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

\mark\markup\left-align bug

2004-01-11 Thread John Williams
s. And lastly: left-align-markup in scm/new-markup.scm (lilypond-2.0.1) is identical to right-align-markup: it says "RIGHT"! (ly:molecule-align-to! m X RIGHT) ~ John Williams ___ Bug-lilypond mailing list [EMAIL PROTECTED] http:

documentation patch

2004-01-11 Thread John Williams
e web", which takes a long time. Any chance of improving the dependancies? OTOH, not many users will be able to find the right place to change the internals docs anyway. ~ John Williams --- lily/item.cc2004/01/11 18:58:05 1.1 +++ lily/item.cc2004/01/11 23:35:09 @@ -212

cadenza/partial accidentals bug

2004-01-11 Thread John Williams
(lilypond-2.0.1) In the following fragment, the notes b c d e after the cadenza are marked with natural accidentals even though they are in the next measure (there is a barline after the a), which does not look right. If you comment out the \partial 4, the first barline is after d, and the accide

documentation bugs

2004-01-11 Thread John Williams
* Technical manual -> Lexical details Begins and ends with the " character. Sentence fragment. no idea what you mean. * Notation manual -> Rhythmic music needs links to the RhythmicStaff context, etc. ___ Bug-lilypond mailing list [EMAIL P

Tremolo/stem bugs

2003-08-14 Thread John Williams
for :64 tremolos. Line 6 shows :32 and :64 tremolos on 16th notes. I hope this is helpful to you. ~ John Williams \version "1.7.16" \score { \notes { \clef violin \key f \minor \time 4/4 \relative c''' { < \context Voice = VA { \stemUp \voiceOne des2:32^"