Urs,

On Mon, Oct 20, 2014 at 1:30 PM, Urs Liska <u...@openlilylib.org> wrote:

Yes, that's (unfortunately) correct.
I have (say) two flute parts that will be printed individually in parts. But in the score they should be combined (which is what \partcombine should be good for ...).

But for some reasons I have to enclose the flute parts in explicit voices, and this doesn't seem to work with \partcombine.

% fluteI

one = \relative c'' {
  c1 ~
}

two = \relative c'' {
  c1
}

fluteI = \new Voice {
  \one
  \two
}

etc.

the \new Voice construct is necessary to enable the tie in this example.

I have no clue if I can get out of this situation with real hassles. Therefore I asked if there's a way to "extract" the plain music expression out of \fluteI here.

Best
Urs

Do you have to make the voice explicit? When I changed your example to just

fluteI = {
 \one
 \two
}

{ \fluteI }

it works just as it did without the "\new Voice". This could be from the simplicity of the example, but it makes me curious.

Regards,
Abraham
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to