[EMAIL PROTECTED] writes:

(neat address)

>        \relative c'' \sequential { 
>          < a2. c2.  > ~ < a8 c8 > d8
>          c8 f,8  <des8 g8> <d2 aes'2> ~ <d8 aes'8>
>        }
> 
> When I compile, I get a warning message such as:
> No ties were created!:
>          < a2. c2.  > ~


See

http://www.cs.uu.nl/~hanwen/lilypond-local/Documentation/user/out-www/lilypond/Default-contexts.html

try explicitly instantiating a Voice

> 2.  I'd like to legato slur the first two two note chords in the
> second measure, but I don't know how.  The best I've been able to do
> so far is:
> 
>          c8 f,8 <des8 g8 ) >  < ) d2 aes'2>  ~  <d8 aes'8>  r4


try

          c8 f,8 <des8 g8 ( >  < ) d2 aes'2>  ~  <d8 aes'8>  r4

> 3.  Is there any way to tie a grace note to the note it precedes?

No, not with 1.4.x.

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to