lilypond-devel
[Top][All Lists]
Advanced

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

lilypond ./ChangeLog Documentation/user/notatio...


From: Han-Wen Nienhuys
Subject: lilypond ./ChangeLog Documentation/user/notatio...
Date: Fri, 8 Oct 2004 11:50:36 +0200

address@hidden writes:
>  
>  
>  The command @code{\bar address@hidden is a short cut for doing
> address@hidden Timing.whichBar = address@hidden  Whenever @code{whichBar}
> address@hidden Staff.whichBar = address@hidden  Whenever @code{whichBar}

why did you make this correction? parser.yy says

        | BAR STRING                    {
                Music *t = set_property_music (ly_symbol2scm ("whichBar"), $2);

                Music *csm = context_spec_music (ly_symbol2scm ("Timing"), 
SCM_UNDEFINED,
                                        t, SCM_EOL);
                $$ = context_spec_music (ly_symbol2scm ("Score"), 
SCM_UNDEFINED, csm, SCM_EOL);
                $$->set_spot (THIS->here_input ());
                t->set_spot (THIS->here_input ());



-- 

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





reply via email to

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