Re: Chord brackets

2002-04-09 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > On Tue, Apr 09, 2002 at 11:13:03AM +0200, Han-Wen Nienhuys wrote: > > [EMAIL PROTECTED] writes: > > > Before I get bored of hacking brackets, I'd like to implement vertical > > > brackets down the side of chords, meaning "don't arpeggiate me". I > > > > Check out if yo

Chord brackets

2002-04-09 Thread Chris Jackson
David Raleigh Arnold <[EMAIL PROTECTED]> wrote: > Chris Jackson wrote: > > Before I get bored of hacking brackets, I'd like to implementvertical > > brackets down the side of chords, meaning "don't arpeggiate me". I > > Germans have been using these to indicate barring in guitar > music for a lo

Silly merge of notes in the same Staff-context when producing midi

2002-04-09 Thread Heikki Johannes Junes
The following examples should produce exactly same midi-events. However, in the first score there is some merge of notes which prevents playing the "g,"-note. Instead, the second score is played exactly the right manner! \score { \context PianoStaff < \context Staff = upper <

Re: Chord brackets

2002-04-09 Thread Chris Jackson
On Tue, Apr 09, 2002 at 08:28:04PM +0200, Rune Zedeler wrote: > My idea (the simplest) is to use the piano pedal engraver to draw ottavas (so > that ottava spanners are actually implemented as "ottava-pedals". When thinking > back on the old harpsichords this is perhaps not as silly as it first

Re: Chord brackets

2002-04-09 Thread Chris Jackson
On Tue, Apr 09, 2002 at 11:13:03AM +0200, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > Before I get bored of hacking brackets, I'd like to implement vertical > > brackets down the side of chords, meaning "don't arpeggiate me". I > > Check out if you can do it by simply overriding the b

[PATCH] Midi-interface

2002-04-09 Thread Heikki Johannes Junes
When using timidity with "timidity -ig" there is available a precompiled gtk+ -interface. Though it is rather simple, it is possible to browse between the midi-files and somewhat within a midi-file. The interface makes it possible to skip near to a desired position in a midi-file, a feature which

Re: Chord brackets

2002-04-09 Thread Chris Jackson
On Tue, Apr 09, 2002 at 08:13:26PM +0200, Rune Zedeler wrote: > Quoting Chris Jackson <[EMAIL PROTECTED]>: > > > Before I get bored of hacking brackets, I'd like to implement vertical > > brackets down the side of chords, meaning "don't arpeggiate me". > > This is more than odd. > I feel so very

Re: Chord brackets

2002-04-09 Thread Rune Zedeler
Quoting Chris Jackson <[EMAIL PROTECTED]>: > Before I get bored of hacking brackets If you are not tired of coding brackets then I suggest that you snoop into ottava :-) My idea (the simplest) is to use the piano pedal engraver to draw ottavas (so that ottava spanners are actually implemented

Re: Chord brackets

2002-04-09 Thread Rune Zedeler
Quoting Chris Jackson <[EMAIL PROTECTED]>: > Before I get bored of hacking brackets, I'd like to implement vertical > brackets down the side of chords, meaning "don't arpeggiate me". This is more than odd. I feel so very sure that I remember that this was once in lily... I read through various

Chord brackets

2002-04-09 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Before I get bored of hacking brackets, I'd like to implement vertical > brackets down the side of chords, meaning "don't arpeggiate me". I > suppose this should be done by the arpeggio engraver, and drawn in the > same way as the horizontal brackets. > > But what sho