You can use the \repeatTie command to get the connecting tie before the first note, see
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Long-repeats#Normal-repeats

In this particular situation, it might also make sense to add invisible notes before and after the snippet and use ordinary ties, see http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Inside-the-staff#Hidden-notes
This would probably make it easier to adjust the length of the ties.

  /Mats

Alexandros Droseltis wrote:
Hello!

I try to typeset a fragment-example which does not start at the
beginning of a piece. I want to show, that there are ties that connect
the example to the previous and to the next notes in the piece. That is,
I want something like (this is a minimal example. The ~ causes error, it
is put here to demonstrate what is wanted):

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.13.1"
\layout {
\context{
\Staff
\remove Time_signature_engraver
}
}
\score{
\new Staff\relative c'{
\set Score.currentBarNumber = #29
\bar ""
~ c4 g'2.\laissezVibrer
}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

How could I make the beginning tie appear? How could I make the
laissezVibrer tie longer?
Using LilyPond 2.13.1.

Thanks for any help!

Alexandros


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: mats.bengts...@ee.kth.se
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to