Steve D escreveu:
> On Wed, Jan 17, 2007 at 08:15:24AM +0200, Joe Neeman wrote:
>> We've had a few questions about ties between voices (especially ties from
>> polyphony to chords). It seems that you can get this behaviour simply by
>> moving the Tie_engraver form the Voice context to the Staff context. Note
>> that the Tie_engraver was probably designed to live in the Voice context, so
>> it may not work perfectly, but if people will test it and report problems
>> then it will get fixed.
>>
>> \version "2.10.0"
>> \layout {
>> \context {
>> \Staff
>> \consists "Tie_engraver"
>> }
>> \context {
>> \Voice
>> \remove "Tie_engraver"
>> }
>> }
>> \new Staff {
>> \relative {
>> <<
>> {a' b~ c d} \\
>> {a, b b' c}
>> >>
>> }
>> }
>
> --- --- ---
>
> Thank you very much for the suggestion, Joe. However, in LilyPond
> 2.11.12, if I add a layout section such as you suggested above, there is
> an error message when I invoke LilyPond to process the file--
this should be fixed in .13, currently uploading.
--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPond Software Design
-- Code for Music Notation
http://www.lilypond-design.com
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user