Dmitry Rutsky wrote:

> > In the paper block, add the following:
> >
> >
> >         \translator{ \ScoreContext
> >                         \remove "Timing_engraver" }
> >
> >
> >         \translator { \StaffContext
> >                         \consists "Timing_engraver"}

you also have to insert "\alias Timing" together with the timing
engraver, like this:

\translator {
  \StaffContext
  \alias Timing
}

Then you can use both the \bar command and the \time command
independently in the staves.

This is a very recent feature of lilypond. Notice that it means that you
don't any longer have to specify the bar lines with a property-statement
- you CAN use \bar "|."

-Rune


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to