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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user