lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: triple stop warnings


From: David Kastrup
Subject: Re: triple stop warnings
Date: Sat, 12 Dec 2009 08:35:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Jay Anderson <address@hidden> writes:

> On Fri, Dec 11, 2009 at 3:38 PM, Neil Puttock <address@hidden> wrote:
>> 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 'duration-log 2)
>>                    (and (ly:grob? dots)
>>                         (ly:grob-set-property! dots 'dot-count 0))))
>>                (ly:music-property music 'tweaks)))
>>   music)
>>
>> \relative c' {
>>  <\stop c g' e'>2.\fermata
>> }
>
> 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.

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 string player).  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.

There are dots on the half notes.

-- 
David Kastrup





reply via email to

[Prev in Thread] Current Thread [Next in Thread]