lilypond-user
[Top][All Lists]
Advanced

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

Re: Nested slurs


From: Michael Welsh Duggan
Subject: Re: Nested slurs
Date: Sun, 19 Nov 2006 23:10:15 -0500
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux)

"Joseph Haig" <address@hidden> writes:

> Is it possible to have nested slurs of different types?  For example,
> on the following:
>
> e8 fis g4
>
> to have "\slurSolid e8( fis) g4" and "\slurDotted e8( fis g4)" at the
> same time, with the solid slur inside the dotted one?

You could use the following:

phrasingSlurDotted = {
  \override PhrasingSlur  #'dash-period = #0.75
  \override PhrasingSlur #'dash-fraction = #0.1
}

phrasingSlurSolid = {
  \revert PhrasingSlur #'dash-period
  \revert PhrasingSlur #'dash-fraction
}

And then do something like this:

\phrasingSlurDotted e8\(( fis) g4\) \phrasingSlurSolid

-- 
Michael Welsh Duggan
(address@hidden)




reply via email to

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