[icon]

GNU LilyPond

Welcome to the home of the GNU Music Typesetter

What is LilyPond
General information
Simple examples
Complex examples
Download
GNU/Linux binaries
Windows
Source code
Documentation
Tutorial
Manual
Glossary
other ...

Support
Mailing lists
Search
WikiWiki
FAQs

External sites
lilypond.org/development
lilypond.org/stable
ftp.lilypond.org
Mutopia
Other music online

Node:Ties, Next:, Previous:Durations, Up:Note entry



Ties

A tie connects two adjacent note heads of the same pitch. When used with chords, it connects all the note heads whose pitches match. Ties are indicated using the tilde symbol `~'. If you try to tie together chords which have no common pitches then no ties will be created.

  e' ~ e' <c' e' g'> ~ <c' e' g'>

[picture of music]

If you dislike the amount of ties created for a chord, you set Voice.sparseTies to true, resulting in a smaller number of ties:

  \property Voice.sparseTies = ##t
  <c' e' g'> ~ <c' e' g'>

[picture of music]

In its meaning a tie is just a way of extending a note duration, similar to the augmentation dot: the following example are two ways of notating exactly the same concept.

[picture of music]

The name of the tie grob is Tie . It is usually created in the Voice context.

BUGS

At present, the tie is implemented as a separate thing, temporally located in between the notes. There is also no way to convert between tied notes, dotted notes and plain notes.

Tieing only a subset of the note heads of a chord is not supported in a simple way. It can be achieved by moving the tie-engraver into the Thread context and turning on and off ties per Thread.

Go back to index of LilyPond.

Please send GNU LilyPond questions and comments to lilypond-user@gnu.org.

Please send comments on these web pages to lilypond@packages.debian.org

Copyright (c) 1997--2001 Han-Wen Nienhuys and Jan Nieuwenhuizen.

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.


This page was built from LilyPond-1.4.12 (stable-branch) by

Anthony Fok <lilypond@packages.debian.org>, Tue Mar 12 01:35:39 2002 HKT.