> Attatched is a version or act1.ly, act1_.ly, that puts the final movement in
> its own score block. I know you may not want to put each movement in its own
> score, but lilypond expects this by default and notice how all the problems
> associated with doing it as you have it set up disappear.
>
> Stephen
Thanks for the suggestion, the code below will work nice as a
workaround.
I'll settle with it for engraving, and using the former for midi.
\score {
<< \ss
\new GrandStaff <<
\new Staff {
\set Staff.instrument = \markup { "V1" }
\set Staff.instr = \markup { "V1" }
{ \keyAM \clefva \vaAM }
}
\new Staff {
\set Staff.instrument = \markup { "V2" }
\set Staff.instr = \markup { "V2" }
{ \keyAM \clefvb \vbAM }
}
>>
\new Staff {
\set Staff.instrument = \markup { "Va" }
\set Staff.instr = \markup { "Va" }
{ \keyAM \clefvc \vcAM }
}
\new Staff {
\set Staff.instrument = \markup { "BC" }
\set Staff.instr = \markup { "BC" }
{ \keyAM \clefvd \vdAM }
}
\context FiguredBass \fbAM
>>
\layout {
indent = 0.0\mm
}
}
...
> > I don't want them to appear as seperate scores, because they flow into
> > each other.
> > Except the different acts, of cause.
...
> >> >> >*No*, the forget does not work for:
> >> >> act 1, aria 13, bar 6 Violin II: the b is shown with natural
> >> >> act 1, aria 13, bar 11 Violin I: the f is shown with natural
> >> >> Elsewhere yes, but not for theese two notes.
...
Regards
/Karl
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel