lilypond-user
[Top][All Lists]
Advanced

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

Re: trillspan issue


From: Gilles
Subject: Re: trillspan issue
Date: Fri, 25 Feb 2005 20:28:25 +0100
User-agent: Mutt/1.5.6+20040907i

 
> Thanks for the hack, it doesn't work quite right. 

This is because you have to adapt the construct to the
actual bar content.  In

  << { music_a } { music_b } >>

The duration must be equal in "music_a" and "music_b" or
you'll have bar check failures (and/or the music will not
look like you would expect).

E.g. for the bar with the half-note:

  | a4-> <<{c,2.->(\startTrillSpan}{s2 s4 s8 s16 s32 s32\stopTrillSpan}>> |

Here the duration of "music_a" is "2." while for "music_b" it is "1".
Hence, you should write:

  | <<{ a4-> c,2.->(\startTrillSpan}{s2 s4 s8 s16 s32 s32\stopTrillSpan}>> |


Gilles




reply via email to

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