Bodo wrote:
Ah, thanks. I didn't try to overlap the round and curly parentheses like
that. I guess as a programmer I'm so used to strict hierarchical nesting
relationships that this didn't even occur to me. And if you nest the
parentheses hierarchically, such as "a4 ( {b16 [ a ]} )", you get errors. Maybe this could be explained a little better in the manual.

A slur start or end (i.e. a left or right parentheses) always has
to be attached to a specific note. Once you know this fact, I find
the solution completely logical.

   /Mats


Thanks again,
 Bodo



-----Ursprüngliche Nachricht-----
Von: Mats Bengtsson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 2. August 2005 08:06
An: Bodo
Cc: lilypond-user@gnu.org
Betreff: Re: afterGrace with a slur?

Simply add the slur as for any other notes:

\version "2.6.0"
\score{
  \new Voice \relative c'' {
    \afterGrace a4 ( {b16 [ a ] ) } g4
  }
  \layout{raggedright=##t}
}


   /Mats

Bodo wrote:


Hi,

I want to add two grace notes that are sung on the same syllable as the preceding note and are connected with a slur to the preceding note. I have attached a small image that shows what I want to do.

So far I have only found \afterGrace to come close to what

I want, but
it doesn't allow me to connect the grace notes with a slur. All my experiments with using parentheses so far have produced errors.

\acciaccatura and \appoggiatura provide a slur, but only for grace notes before the slurred-to note, not after.

Any ideas?

Bodo






--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to