Re: triple stop warnings

2009-12-12 Thread Reinhold Kainhofer
Am Samstag, 12. Dezember 2009 08:35:24 schrieb David Kastrup: Jay Anderson horndud...@gmail.com writes: Also for the other responses, sorry if I didn't explain it very well. This is the only way I've seen triple (and quadruple) stops notated so I thought it would be self-explanatory.

Re: triple stop warnings

2009-12-12 Thread Robin Bannister
Jay Anderson wrote: I've attached a picture of the particular chord I was working on (for viola, alto clef, in 3/4). In this case I want to keep it explicitly notated and all in the same voice. I suppose that this is notionally c g e'2. Something which sounds like that but looks like

Re: triple stop warnings

2009-12-12 Thread Robin Bannister
c4*3 g e'2. Mmm, that was where you started. Sorry for the noise. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: triple stop warnings

2009-12-12 Thread David Kastrup
Reinhold Kainhofer reinh...@kainhofer.com writes: Am Samstag, 12. Dezember 2009 08:35:24 schrieb David Kastrup: Jay Anderson horndud...@gmail.com writes: Also for the other responses, sorry if I didn't explain it very well. This is the only way I've seen triple (and quadruple) stops notated

Re: triple stop warnings

2009-12-12 Thread Reinhold Kainhofer
Am Samstag, 12. Dezember 2009 08:35:24 schrieb David Kastrup: Again: could you explain why you want to write 2. as a duration and then remove the dot manually? This does not really make sense at all. Thanks for the other examples. I hadn't seen it notated like that before (I'm not a

Re: triple stop warnings

2009-12-12 Thread David Kastrup
Robin Bannister r...@dataway.ch writes: c4*3 g e'2. Mmm, that was where you started. Sorry for the noise. You can get a better-looking result at the cost of quadrupling the number of warnings. { \clef G \relative c' { \once \override NoteColumn #'ignore-collision =

Re: triple stop warnings

2009-12-12 Thread Philip Potter
2009/12/12 David Kastrup d...@gnu.org: Robin Bannister r...@dataway.ch writes:   c4*3 g e'2. Mmm, that was where you started. Sorry for the noise. You can get a better-looking result at the cost of quadrupling the number of warnings. {  \clef G \relative c' {                  \once

Re: triple stop warnings

2009-12-12 Thread Jay Anderson
Just to sum up: stop = #(define-music-function (parser location music) (ly:music?) (set! (ly:music-property music 'tweaks) (acons 'before-line-breaking (lambda (grob) (let ((dots (ly:grob-object grob 'dot))) (ly:grob-set-property! grob

Re: triple stop warnings

2009-12-11 Thread David Kastrup
Jay Anderson horndud...@gmail.com writes: I've done triple-stops like this in the past: c4 g' e'2.\fermata I'd prefer to do the triple-stop something more like this to avoid warnings: \tweak #'duration-log #2 \tweak #'dot-count #0 c g' e'2.\fermata | Your code examples don't work as

Re: triple stop warnings

2009-12-11 Thread Philip Potter
2009/12/11 Jay Anderson horndud...@gmail.com: I've done triple-stops like this in the past: c4 g' e'2.\fermata I'd prefer to do the triple-stop something more like this to avoid warnings: \tweak #'duration-log #2 \tweak #'dot-count #0 c g' e'2.\fermata | Unfortunately I can't make the dot

Re: triple stop warnings

2009-12-11 Thread Owain Sutton
On Fri, 2009-12-11 at 09:20 +, Philip Potter wrote: 2009/12/11 Jay Anderson horndud...@gmail.com: I've done triple-stops like this in the past: c4 g' e'2.\fermata I'd prefer to do the triple-stop something more like this to avoid warnings: \tweak #'duration-log #2 \tweak

Re: triple stop warnings

2009-12-11 Thread Philip Potter
2009/12/11 Owain Sutton m...@owainsutton.co.uk: On Fri, 2009-12-11 at 09:20 +, Philip Potter wrote: 2009/12/11 Jay Anderson horndud...@gmail.com: I've done triple-stops like this in the past: c4 g' e'2.\fermata I'd prefer to do the triple-stop something more like this to avoid

Re: triple stop warnings

2009-12-11 Thread Owain Sutton
On Fri, 2009-12-11 at 10:42 +, Philip Potter wrote: 2009/12/11 Owain Sutton m...@owainsutton.co.uk: On Fri, 2009-12-11 at 09:20 +, Philip Potter wrote: 2009/12/11 Jay Anderson horndud...@gmail.com: I've done triple-stops like this in the past: c4 g' e'2.\fermata I'd

Re: triple stop warnings

2009-12-11 Thread Philip Potter
2009/12/11 Owain Sutton m...@owainsutton.co.uk: I realise now I've checked that the Tchaikovsky does have rests in the lower 'voice'.  The Stravinsky doesn't, however, - but you can just about make it out here, at figure 2: http://www.sheetmusicplus.com/look_inside/5867960/image/262798 How

Re: triple stop warnings

2009-12-11 Thread David Pounder
--- Original Message --- From: Philip Potter philip.g.pot...@gmail.com To: m...@owainsutton.co.uk Sent: 11.12.09, 13:20:43 Subject: Re: triple stop warnings 2009/12/11 Owain Sutton m...@owainsutton.co.uk: I realise now I've checked that the Tchaikovsky does have rests

Re: triple stop warnings

2009-12-11 Thread Neil Puttock
2009/12/11 Jay Anderson horndud...@gmail.com: I've done triple-stops like this in the past: c4 g' e'2.\fermata I'd prefer to do the triple-stop something more like this to avoid warnings: \tweak #'duration-log #2 \tweak #'dot-count #0 c g' e'2.\fermata | Unfortunately I can't make the dot

Re: triple stop warnings

2009-12-11 Thread Jay Anderson
On Fri, Dec 11, 2009 at 3:38 PM, Neil Puttock n.putt...@gmail.com wrote: stop = #(define-music-function (parser location music) (ly:music?)   (set! (ly:music-property music 'tweaks)         (acons 'before-line-breaking                (lambda (grob)                  (let ((dots

Re: triple stop warnings

2009-12-11 Thread David Kastrup
Jay Anderson horndud...@gmail.com writes: On Fri, Dec 11, 2009 at 3:38 PM, Neil Puttock n.putt...@gmail.com wrote: stop = #(define-music-function (parser location music) (ly:music?)   (set! (ly:music-property music 'tweaks)         (acons 'before-line-breaking                (lambda (grob)