On 19 March 2011 12:57, Phil Holmes <[email protected]> wrote: > > To my somewhat untutored eye, the output looks what I'd expect. How would > you expect it to appear?
Yeah, it took me time to understand the expected output as well.
Actually using \autoBeamOff in conjunction with \hideNotes
(and \unHideNotes \autoBeamOn ) permit to have the good result.
Of course, one could also use manual beaming.
\new Staff <<
\new Voice { \voiceOne
\set tieWaitForNote = ##t
c''16~ b''~ <c'' b''>8~ b''2.
}
\new Voice { \voiceTwo
s8
\hideNotes \autoBeamOff
c''~
\unHideNotes \autoBeamOn
c''8. d''16 c''2
}
>>
Cheers,
Xavier
--
Xavier Scheuer <[email protected]>
<<attachment: toto-good.png>>
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
