[EMAIL PROTECTED] 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   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen 


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

Reply via email to