lilypond-user
[Top][All Lists]
Advanced

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

Re: please help with updating lsr snippet


From: David Kastrup
Subject: Re: please help with updating lsr snippet
Date: Fri, 12 Oct 2012 15:19:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

TaoCG <address@hidden> writes:

> David Kastrup wrote
>> TaoCG &lt;
>
>> tao_lilyponduser@
>
>> &gt; writes:
>> 
>>> This snippet would be really helpful for me:
>>> http://lsr.dsi.unimi.it/LSR/Item?id=445
>>>
>>> But in 2.16.0 it only works on single notes if they are in a chord
>>> construct
>>> like 
>
> Thanks!
> I created for myself a function to make simply octaves:
> oct = #(define-music-function (parser location mus) (ly:music?) #{
> \makeDuped c c' $mus #})
>
> If I use this in my music I get a warning every time like this:
>
> C:/Users/Tao/Dropbox/Lily Projects/sf_06_canzoni_3_klavier.ly:226:54:
> Warnung: Keine rhythmische Gruppe zu beenden
>     s1*0^\markup { "F." \italic "non legato" } \oct { 
>                                                       \times 2/3 { f,,16\ppp
> g es } f16. f32 r as16 g32 f g es16 } |
>
> This seems to be caused by the tuplet. The output looks good though.

You get the same message for

{ \time 2/4
  \new Voice << \times 2/3 { c c c } \times 2/3 { c' c' c' } >>
}

so it would seem that this is a problem not specifically caused by
\makeDuped.

-- 
David Kastrup




reply via email to

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