Re: [PATCH] Chromatic staff

2007-04-14 Thread Kevin Dalley
6bcffa458287f Mon Sep 17 00:00:00 2001 From: Kevin Dalley <[EMAIL PROTECTED]> Date: Sat, 14 Apr 2007 16:29:55 -0700 Subject: [PATCH] Chromatic staff This version of the patch incorporates Han-Wen's suggestions. This patch allows the vertical position of each note to be set with a s

[PATCH] Chromatic staff

2007-04-08 Thread Kevin Dalley
This patch is to be applied to the head. It's a simple patch than my previous try. Regression test included. This patch allows the vertical position of each note to be set with a scheme function. This feature can be used for creating a chromatic staff, for example. --- input/regression/chromati

Re: Downward pointing triangle

2007-04-02 Thread Kevin Dalley
I'm using the downward triangle for some chromatic staffs, where a downward triangle, is one semi-tone lower in pitch than a normal-looking note, which is one semi-tone lower than an upward-pointing triangle. Calling it "commonly used" would be an exaggeration, however. If you look at twinline, o

Re: New noteheads and other contributions

2007-03-30 Thread Kevin Dalley
Thanks. I'll send in my triangle, which may meet my needs, and let you do whatever you need. Maximilian Albert <[EMAIL PROTECTED]> writes: > Kevin Dalley schrieb: >> Jamie, >> >> I have a downward-pointing triangle now, which is the reverse of the >> d

Downward pointing triangle (was Re: Sponsorhip of new note heads)

2007-03-30 Thread Kevin Dalley
Jamie, I have a downward-pointing triangle now, which is the reverse of the do. However, it isn't exactly what you want. It is isosceles, though I don't think that it is equilateral. Also, the stem is at the side of the triangle, rather than centered on the triangle. I believe that modifying

Re: [PATCH] Added chromatic ledger and internal ledger lines. Sample test file is

2007-03-30 Thread Kevin Dalley
Do you want me to combine all of my patches into one big patch, or split them out according to functionality? "Han-Wen Nienhuys" <[EMAIL PROTECTED]> writes: > 2007/3/24, Kevin Dalley <[EMAIL PROTECTED]>: >> Oops. This was supposed to be for lilypond-deve

Re: New bug priority: postponed

2007-03-29 Thread Kevin Dalley
I like the agile programming or extreme programming model that you work on the items at the top of the list, and don't worry about the items near the bottom of the list. The low priority items will be fixed when all the items above them are finished. It is probably a waste of time to precise prio

Re: [PATCH] Added chromatic ledger and internal ledger lines. Sample test file is

2007-03-24 Thread Kevin Dalley
me if you would like a patch which starts from the current 2.11. I'm willing to give it a try, if I can figure out enough git. >From b530144219ff01bb837b559859f5a16ab5548709 Mon Sep 17 00:00:00 2001 From: Kevin Dalley <[EMAIL PROTECTED]> Date: Sat, 24 Mar 2007 18:33:55 -0700 S

More thoughts on chromatic staffs scheme vs C++

2007-03-23 Thread Kevin Dalley
I recently submitted a patch to allow chromatic staffs. I added a value to Note_heads_engraver to chose staff-line-layout from a LilyPond file. I submitted a semitone layout, and I'm trying 2 others in private, before deciding whether they should be submitted. Each of these has a very small amou

Re: Does the center of the staff need to be zero?

2007-03-19 Thread Kevin Dalley
Juergen Reuter <[EMAIL PROTECTED]> writes: > You are right, but this is not the issue I was trying to point out. > The problem is neither of musical nor notational kind, but of > typographical kind. Maybe I should have chosen the bass clef as a > more evident example: > > No, unfortunately, the c

Re: Does the center of the staff need to be zero?

2007-03-19 Thread Kevin Dalley
I misread your G clef comment the first time I read it. The G clef is correct, if you change your interpretation a bit. It confused me for quite a while also. The documentation needs to be improved, but I haven't figured out exactly how. The G-clef is centered around the G note. The center of

Re: [PATCH] Corrected on_line for better ledger lines for different staffs.

2007-03-19 Thread Kevin Dalley
Kevin Dalley <[EMAIL PROTECTED]> writes: > Here's a patch for problems with ledger lines when using > line-positions. And here's the regression test I missed for the earlier patch. >From 2d1ca459f4f2f85bab955025dae551f0d0f11d12 Mon Sep 17 00:00:00 2001 From: Kevin

[PATCH] Corrected on_line for better ledger lines for different staffs.

2007-03-19 Thread Kevin Dalley
Here's a patch for problems with ledger lines when using line-positions. >From 26d959b6b66a7929e1a2ceed8c0456e2113a91fe Mon Sep 17 00:00:00 2001 From: Kevin Dalley <[EMAIL PROTECTED]> Date: Mon, 19 Mar 2007 05:32:37 -0700 Subject: [PATCH] Corrected on_line for better ledger lines

Re: Does the center of the staff need to be zero?

2007-03-18 Thread Kevin Dalley
Here's my patch for the bar line. The ledgers definitely need some work for staffs which are not centered at zero. >From ca021c722d6f74690d189c99eff0ccefe420a3b3 Mon Sep 17 00:00:00 2001 From: Kevin Dalley <[EMAIL PROTECTED]> Date: Sun, 18 Mar 2007 09:30:57 -0700 Subject: [PATCH]

Re: Does the center of the staff need to be zero?

2007-03-18 Thread Kevin Dalley
to review it this week. > > regards, > > Han-Wen > > > 2007/3/15, Kevin Dalley <[EMAIL PROTECTED]>: >> In LilyPond, using line-positions, the center is required to be at 0, >> otherwise there are problems with the created score. There are a >> couple of possibil

Re: Does the center of the staff need to be zero?

2007-03-18 Thread Kevin Dalley
gen > > On Sat, 17 Mar 2007, Han-Wen Nienhuys wrote: > >> As far as I can see there is no strict need, fot it to be zero, so if >> you have a sensible patch to change it, go ahead and post it. >> >> >> BTW I know that you have an interesting patch for Lily to make l

Does the center of the staff need to be zero?

2007-03-15 Thread Kevin Dalley
In LilyPond, using line-positions, the center is required to be at 0, otherwise there are problems with the created score. There are a couple of possibilities. One is to make the documentations more clear that staffs must be centered at 0. The other possibility is to modify LilyPond to take staf

[PATCH] Added chromatic ledger and internal ledger lines. Sample test file is

2007-03-06 Thread Kevin Dalley
staff, which is in ledger-line-spanner.cc. I hope that this patch comes close to meeting your standards. I refactored the ledger-line-spanner.cc a bit to reduce code duplication. >From f12dff06a034c765190ed51e49a0040a7ad74ca7 Mon Sep 17 00:00:00 2001 From: Kevin Dalley <[EMAIL PRO

Missing quote in developer web site code

2007-02-28 Thread Kevin Dalley
In this page: http://lilypond.org/web/devel/participating/ The end quote around "But I am not brilliant!" is mangled. Here's a suggested change to the html: "diff -u *.orig *" in /tmp/ --- index.html.orig 2007-02-28 14:10:36.0 -0800 +++ index.html 2007-02-28 14:10:48.0 -0

Re: I want ledger lines in middle of staff, or dashed staff lines

2007-02-20 Thread Kevin Dalley
Thanks. I'm starting to go with some C++ hacking. I can get the extra ledger lines as long as I don't need them, when the note is outside of the staff and normal ledger lines are created, as you mentioned. I haven't yet lied to LilyPond about whether the note is outside the staff, but I'll think

Re: musicxml problems

2007-02-20 Thread Kevin Dalley
convert-ly converts from one version of lilypond to another. There's a chance that the problem is related to an old version of lilypond, if you are lucky. Graham Percival <[EMAIL PROTECTED]> writes: > Jim Hauxwell wrote: >> I'm using capella-scan to scan some music into musicxml format and am >>

I want ledger lines in middle of staff, or dashed staff lines

2007-02-16 Thread Kevin Dalley
I want to introduce ledger lines in the middle of a staff which has some missing lines. Alternatively, I could using dashed or dotted lines in these locations. I'm working on chromatic staffs, using 6-6 Tetragram by Richard Parncutt as a starting point. http://web.syr.edu/~pwmorris/mnma/gallery

Chromatic staff

2006-10-23 Thread Kevin Dalley
I know that alternative notation and chromatic staffs comes up once in a while. Let's choose a simple one, and assume that I can write some C++, Python, and Scheme. How would I change the notation to using 6-6 Tetragram? http://web.syr.edu/~pwmorris/www.mnma.org/gallery/4LineNotations.html Th