lilypond-user
[Top][All Lists]
Advanced

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

Re: AW: afterGrace with a slur?


From: Mats Bengtsson
Subject: Re: AW: afterGrace with a slur?
Date: Tue, 02 Aug 2005 11:00:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511



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:address@hidden Gesendet: Dienstag, 2. August 2005 08:06
An: Bodo
Cc: address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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