Re: [PATCH] Fix 524 (pitched trill accidental forgetfulness)

2008-06-10 Thread Mats Bengtsson
Neil Puttock wrote: As an aside, while working on this fix, I noticed that the description for localKeySignature is ambiguous: it says that the property is reset at a bar line. As far as I can tell, it only gets reset when there's a new key signature. If you manage to digest all the code rel

[PATCH] Fix 524 (pitched trill accidental forgetfulness)

2008-06-10 Thread Neil Puttock
Hi everybody, Attached is the gist of a patch detailing a fix for Issue 524. Could someone check it for me or suggest any improvements so I can push with an updated regtest? There are two things which I'm concerned about: - it copies some code from accidental-engraver.cc to get the current bar n

Re: [PATCH] Re: Raised 6th step in figured bass

2008-06-10 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 11. Juni 2008 schrieben Sie: > 2008/6/10 Reinhold Kainhofer <[EMAIL PROTECTED]>: > > The corresponding markup function is \backslashed-digit: > > \markup {\backslashed-digit #6 } > > Thanks for adding a snippet to this; if it gets appr

Re: [PATCH] Optionally add text to metronome marks (i.e. allow \tempo "Allegro" 4=120)

2008-06-10 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 11. Juni 2008 schrieben Sie: > 2008/6/6 Reinhold Kainhofer <[EMAIL PROTECTED]>: > > Attached is a patch (for current master), which is my first attempt to > > implent this. The patch is not perfect yet, but works really well. What > > it d

Re: [PATCH] Optionally add text to metronome marks (i.e. allow \tempo "Allegro" 4=120)

2008-06-10 Thread Neil Puttock
2008/6/6 Reinhold Kainhofer <[EMAIL PROTECTED]>: > Attached is a patch (for current master), which is my first attempt to implent > this. The patch is not perfect yet, but works really well. What it does: > - Extend the parser to allow the above forms for \tempo > - Add a tempoText property, sim

Re: [PATCH] Re: Raised 6th step in figured bass

2008-06-10 Thread Neil Puttock
2008/6/10 Reinhold Kainhofer <[EMAIL PROTECTED]>: > The corresponding markup function is \backslashed-digit: > \markup {\backslashed-digit #6 } Thanks for adding a snippet to this; if it gets approved, you've saved me a bit of work. ;) The only problem I can see is the duplication between th

Why does LilyPond delete the PDF first?

2008-06-10 Thread Wilbert Berendsen
Hi, in scm/backend-library there is (line 114-115): (if (access? pdf-name W_OK) (delete-file pdf-name)) Why is the PDF deleted (instead of just truncated on write)? It breaks the PDF watching feature of KDE, because KDE looses the watch on the file because it is deleted. When the fi

[PATCH] Re: Raised 6th step in figured bass

2008-06-10 Thread Reinhold Kainhofer
Am Freitag, 6. Juni 2008 schrieb Reinhold Kainhofer: > I'm currently transcribing a Mozart piece with figured bass. In several > places, the harmony uses a raised 6th, which is typically notated (also in > the hand-engraved Mozart editions I have available) as a 6 with a backward > slash through th