Hi,On 10/12/06, Erlend Aasland <[EMAIL PROTECTED]> wrote:
I think the correct patch is making sure thatthe undotted note head also is in the support of the
side-position-interface for dot-column. Ok, done that, patch attached. However, I'm not convinced that this is the best solution to the problem
I have the following error trying to build 2.9.22 from source
on a FreeBSD 6.1-RELEASE system with bitstream-vera 1.10_2.
Cannot open /usr/X11R6/lib/X11/fonts/bitstream-vera/VeraBd.pfb
The requested file, VeraBd.pfb, does not exist
Open: Failed to open: /usr/X11R6/lib/X11/fonts/bitstream-vera/Ve
Hi, all!
I would expect the following lily file:
\version "2.9.22"
dottedQuarter =
#(define-music-function (parser location note) (ly:music?)
(make-music
'NoteEvent
'duration (ly:make-duration 2 1)
'pitch (ly:music-property note 'pitch)))
\new Voice \transpose c c' {
f4 f \do
Attached patch should fix this one and theoretically even *speed up* glyph
name lookup, since it removes obsolete scheme code. Instead of trying to
fix the scheme code, I added a new longa note head to the feta font. It
looks exactly like a brevis head, but with a stem like quarter note.
Maxi
Hi Han-WenOn 10/12/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
> It fixes the bug, but I guess using the side-position> interface in some clever way can get rid of the magic numbers. Comments?Unfortunately, my music typography books are packed, so I can't access
them, but all dots (of all voice
Erlend Aasland schreef:
Hello,
I had a look at issue #44 yesterday and came up with this patch
(attached). It fixes the bug, but I guess using the side-position
interface in some clever way can get rid of the magic numbers. Comments?
Unfortunately, my music typography books are packed, so
Hello,I had a look at issue #44 yesterday and came up with this patch (attached). It fixes the bug, but I guess using the side-position interface in some clever way can get rid of the magic numbers. Comments?
diff -u -r1.71 note-collision.cc--- lily/note-collision.cc 17 Sep 2006 11:02:29 -