Comment #2 on issue 3133 by [email protected]: A music expression cannot be followed by a tie
http://code.google.com/p/lilypond/issues/detail?id=3133

The first measure is afflicted by problems with implicit creation of a Voice
  \new Staff \new Voice {
solves that problem.

Then everything makes sense using the concept that the tie indication 'f1~' is an attachment to the first note in the tie, much like the 'd4(' at the start of a slur. Ties simply find their second note on their own, with no need for the equivalent of 'd4)'. The early examples in the manual center the '~' between the ties notes (which is not how LilyPond thinks of the tie indication) but that stops as soon as there are ties in chords.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to