lilypond-user
[Top][All Lists]
Advanced

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

Re: constructive criticism


From: Han-Wen Nienhuys
Subject: Re: constructive criticism
Date: Thu, 8 Jan 2004 13:36:12 +0100

address@hidden writes:
> > and then we use
> >
> >   \translator Staff = up {
> >      \consists ".."
> >      Stem \override #'thickness = #4
> >      Slur \override #'transparent = ##t
> >   } ..music..
> 
> Then why not use \apply #up-staff-properties  { .. } here?

because the properties need to take effect before the
Engravers::initialize() is called, and is not possible in 2.1.7 and
earlier.  The above example is stupid, the following would be better

        \translator Staff = up {
           \remove "Instrument_name_engraver"
           StaffSymbol \set #'line-count = #4
        } { .. }


-- 

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





reply via email to

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