[EMAIL PROTECTED] writes:
> Han-Wen Nienhuys writes:
>
> >> \score {
> >> }
> >>
> >> \score {
> >> }
> >
> > this is an area where it's not clear to me
> > how to maintain backward compatibility with 2.2. The 2.3 solution is
> >
> > \book {
> > (the scores.)
> > }
>
> Assuming that, in 2.3, y
Han-Wen Nienhuys writes:
>> \score {
>> }
>>
>> \score {
>> }
>
> this is an area where it's not clear to me
> how to maintain backward compatibility with 2.2. The 2.3 solution is
>
> \book {
> (the scores.)
> }
Assuming that, in 2.3, you never want the above without \book (unless
you know wha
[EMAIL PROTECTED] writes:
> Hi,
> in the following example, the second mvt overlaps the first one, resulting in
> really weird output.
>
> \version "2.3.4"
> \score {
> \notes {\repeat unfold 200 c'4}
> \paper {}
> }
>
> \score {
> \notes {\repeat unfold 200 d'4}
> \paper {}
> }
this is
Hi,
in the following example, the second mvt overlaps the first one, resulting in
really weird output.
\version "2.3.4"
\score {
\notes {\repeat unfold 200 c'4}
\paper {}
}
\score {
\notes {\repeat unfold 200 d'4}
\paper {}
}
___
bug-lilypon