David,

Wow, so simple. 
Thank you for the remedy.

Mark

-----Original Message-----
From: David Kastrup <[email protected]> 
Sent: Saturday, September 16, 2023 2:44 PM
To: Mark Stephen Mrotek <[email protected]>
Cc: [email protected]
Subject: Re: slurs

"Mark Stephen Mrotek" <[email protected]> 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
      • RE: slurs Mark Stephen Mrotek

Reply via email to