lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur between different \score sections?


From: Jan-Peter Voigt
Subject: Re: Slur between different \score sections?
Date: Mon, 20 Aug 2012 10:19:23 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120713 Thunderbird/14.0

Hello Daniel,

I usually use \repeatTie/\repeatSlur and \laissezVibrer to create half/broken slurs or ties.
So you end the first piece with (for example)
{ ... c1\laissezVibrer }
and start the next one with (for example)
{ c4\repeatTie ... }

Here's a tiny example with the new \shape (v 2.15.40) command, that augments the (semi)ties a little bit:
--snip--

\score {

\relative c'' {

\repeat unfold 3 { c1 ~ }

\shape LaissezVibrerTie #'((0 . 0)(1 . 0)(2 . 0)(3 . 0))

c\laissezVibrer

}

\header {

piece = "Mvt. I"

}

}

\score {

\relative c'' {

\shape RepeatTie #'((-1.5 . 0)(-1 . 0)(-.5 . 0)(0 . 0))

c4\repeatTie d2 e4 | f1 ~ | f

}

\header {

piece = "Mvt. II"

}

}

--snip--

HTH
Cheers,
Jan-Peter

On 20.08.2012 05:34, Daniel E. Moctezuma wrote:
Hello,

I was wondering if it's possible to put *slurs between different \score sections* (inside a \book). I have 2 movements of a work that are played one after another (attaca) with a slur between them.
Thanks.

--
Daniel E. Moctezuma


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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