Re: beams

2002-03-11 Thread Rune Zedeler
Rune Zedeler wrote: > is there a reason why stemLeftBeamCount and stemRightBeamCount cannot be 0...? Well, easy to fix, at least... -Rune Generated by (address unknown), >From = lilypond-1.5.38.chj1, To = lilypond-1.5.38.rz1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.38.

beams

2002-03-11 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > is there a reason why stemLeftBeamCount and stemRightBeamCount cannot be 0...? > > i.e. [c8 c4 c8] should give > > ____ > | | | > | | | > X X X What kind of notation is that? I've never seen it. It seemed a sane thing to assume that th

beams

2002-03-11 Thread Rune Zedeler
is there a reason why stemLeftBeamCount and stemRightBeamCount cannot be 0...? i.e. [c8 c4 c8] should give ____ | | | | | | X X X -Rune ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/lis

Re: Piano pedalling patch

2002-03-11 Thread Rune Zedeler
Chris Jackson wrote: > I've been hacking around with piano pedalling, to try to implement > bracketed pedals, and my patch is now ready to be tested. And a bug: The horisontal line is too long - by a factor 72/72.27 I guess (problem with points vs. bigpoints) \version "1.5.38.chj1" \score{ \no

Re: Piano pedalling patch

2002-03-11 Thread Rune Zedeler
Chris Jackson wrote: > I've been hacking around with piano pedalling, to try to implement > bracketed pedals, and my patch is now ready to be tested. They look really good Some comments, though: - when doing a up-down-tick, the two diagonal lines line up to each other instead of overlapping.

Re: Piano pedalling patch

2002-03-11 Thread Rune Zedeler
Tim Nowaczyk wrote: > I believe it's gziped. I downloaded the file to lilypond-1.5.38.chj1.diff.gz and >`gunzip`ed it and it looks fine Silly me. Sorry. -Rune ___ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo

Re: Piano pedalling patch

2002-03-11 Thread Tim Nowaczyk
On Mon, Mar 11, 2002 at 11:12:05PM +0100, Rune Zedeler wrote: >Chris Jackson wrote: > >> bracketed pedals, and my patch is now ready to be tested. > >I couldn't unpack the patch. The result looks like this: > ><°ø?<lilypond-1.5.38.chj1.diffÄÂû Õ1~S¼ßóæaàsýî~w÷°·aùm×?þ»o<Ø?0.

Re: Piano pedalling patch

2002-03-11 Thread Rune Zedeler
Chris Jackson wrote: > bracketed pedals, and my patch is now ready to be tested. I couldn't unpack the patch. The result looks like this: <°ø?<lilypond-1.5.38.chj1.diffÄhttp://mail.gnu.org/mailman/listinfo/lilypond-devel

Piano pedalling patch

2002-03-11 Thread Chris Jackson
I've been hacking around with piano pedalling, to try to implement bracketed pedals, and my patch is now ready to be tested. Firstly, all pedal symbols (Ped. * texts, and brackets) are now horizontally aligned, using a line spanner. I think this looks much neater than having them attached to n

(no subject)

2002-03-11 Thread Rune Zedeler
Is it possible to make (untested) \score { \notes < \context Staff = sup < \clef G \context Voice = vone { a' c'' e'' e'' } > \context Staff = sdown < \clef F \context Voice = vtwo { a a \translator Staff = sup a' a' } \context Voice = vthree { f f f f, } > > }