>From the reference manual:

>`R' is specifically meant for entering parts: the R rest can expand to fill a 
>score with rests, or it can be printed as a single multimeasure rest.

How can I accomplish the latter? The manual says something about a 
Multi_measure_rest_engraver that voice \consists, but I just get *multiple*
bars with rests.

Ex.:
----
\score{
        \notes{
                \time 4/4;
                R1*10
        }
        \paper{
                \translator{
                        \VoiceContext
                                \consists "Multi_measure_rest_engraver"; }
        }
}

Produces the error "warning: unbound spanner `multi-measure rest'" with lily
1.3.91 and the output is corrupted/strange. I suspect a bug.
  Should the R-rests automaticly collapse to a single multimeasure rest if
engraved in such a context?

 _[Martin]_
-- 
        martin udden | [EMAIL PROTECTED]
----------------------------------------------------
Jazz ain't dead, it just smells funny -- Frank Zappa

_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to