Mats Bengtsson wrote:
> but set the NoteHead property #'transparent = ##t
Whoops, I didn't think enough.
You can turn off the noteheads by setting them to \turnOff - and in this
way avoid the paper-hacking:
mela = \notes \relative c' { a-. c e-> a\fermata }
melb = \notes \relative c' { c g'2 c'4 }
\score {
<
\context Voice=va \mela
\context Voice=vb <
\melb
\context Thread=tb {
\property Thread.NoteHead = \turnOff \mela
}
>
>
}
Afaics this solution produces the same result as my previos attempt -
but it is less code (in the paper block, at least).
-Rune
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user