lilypond-user
[Top][All Lists]
Advanced

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

Re: problem when producing parts (was: "different rehearsal mark setting


From: Mats Bengtsson
Subject: Re: problem when producing parts (was: "different rehearsal mark settings...")
Date: Tue, 17 Jun 2008 15:40:44 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

If you replace the small "o" with a capital "O" in Output_property_engraver, throughout
the files, it will compile without any errors.

A few comments on your code:
There's no need to duplicate the same \layout{...} block within each \score (or \book) block. Just insert one such \layout{...} block at the top of the file (before the first \book) to make
it apply to all scores in the file.

In most of the printed parts, the rehearsal marks are printed twice on top of each other. I guess that you want to remove the Mark_engraver from the Score context, since you have it in a separate context. I haven't followed this thread earlier, but I don't really see the point of using a separate MarkLine context for the individual parts. Perhaps
you only need it for the full score?

/Mats

hhpmusic wrote:
Ok, I solved the problem I asked this morning, by deleting the unwanted lines for adding span_bar_engraver to StaffGroup and GrandStaff. I'm now trying to extract parts, but there are a pack of problems. In my original working files, I put the parts .ly file in a subdir, and it worked well until comng to the trumpet 3 part, saying "unknown translator 'output_property_engraver'". I thencopy trumpet 2 to replace it, and changed II to III. But the problem was still there. See parts.log. Now I put all defs into my score file, and was about deliver to you. But when I run wenparts.ly, the program crashed every time at the first file, producing only the ps format. then the error dialog comes out, asking whether I want to send or unsend the error report. Could someone tell me what's wrong?
Haipeng


------------------------------------------------------------------------
??????????????4300 <http://pro.163.com/event.ng/Type=click&FlightID=108452&AdID=109911&TargetID=635&Values=31,43,51,60,72,85,91,100,110,150,312,316,330,332,457,499,586,702,733,734,774,775,788,942,943,944,948,949,950,951,1004&Redirect=http://www.dfxwy.com.cn/>


--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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