"Mark Stephen Mrotek" <carsonm...@ca.rr.com> writes:

> Hello All:
>
>  
>
> \version "2.22.2"
>
> \relative c'' {
>
>   \slurDown <a c>4
>
>     (bes16) (a c bes d c ees d)
>
> }

Good example why it is a bad idea to use non-standard input formatting
for aesthetic reasons: you lose a proper idea about what you are
actually doing.  Both ( and ) are post-events following a note and can
have a direction prescribed using _ and ^ (ok, it is only heeded for the
opening brace).

So you can just write:

\version "2.22.2"

\relative c'' {
   <a c>4_(
   bes16)( a c bes d c ees d)

}


-- 
David Kastrup

  • slurs Mark Stephen Mrotek
    • Re: slurs David Kastrup

Reply via email to