lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Different time signatures


From: Rune Zedeler
Subject: Re: Different time signatures
Date: Tue, 24 Sep 2002 09:08:30 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]