Stefan Thomas <[email protected]> writes:
> Dear community,
> I've got another problem with partcombine.
> Is there a possibilitie to force lilypond to print the following (whithin the
> partcombine-command) in tow different voices?
> \version "2.12.2"
>
> upper = \relative c' {
> r8 c e g e c
> }
> lower = \relative c' {
> c4 r2
> }
>
> all ={ \new Staff { \partcombine \upper \lower } }
> \score { \all }
That does not sound like you want the parts combined after all. Maybe
something like
<< { \upper } \\ { \lower } >>
is what you want rather than \partcombine \upper \lower ?
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user