lilypond-user
[Top][All Lists]
Advanced

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

Re: Timing_engraver and \remove - \consists in general


From: Han-Wen Nienhuys
Subject: Re: Timing_engraver and \remove - \consists in general
Date: Fri, 6 Sep 2002 23:17:19 +0200

address@hidden writes:
> > I can't get a final barline to appear.
> 
> The manual says (under "Bar Lines"):
> 
> The command \bar bartype is a short cut for doing
> \property Score.whichBar = bartype

I have changed this: now the shortcut, both for \time and \bar is to
set \property Timing.XXXXX, and Timing is aliased to Score. The new
poly-metric.ly thus reads:


\score {

    \notes
    <
        \context Staff = SA
        {
            \time 4/4
        c1 c1 c1
        \bar "|."
    }
    \context Staff= SB {
        \time 3/4
        c2. c2.  c2. c2.
        \bar "|."
    }

    >            

    \paper{
    \translator{ \ScoreContext
    \remove "Timing_engraver" }
    \translator{ \StaffContext
    \consists "Timing_engraver"
    \alias Timing
}
}
}


-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

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