lilypond-user
[Top][All Lists]
Advanced

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

Re: splitting .ly files into chunks


From: Rune Zedeler
Subject: Re: splitting .ly files into chunks
Date: Fri, 14 Jun 2002 01:23:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313

Felipe Massia Pereira wrote:
I think he could comment out the \includes he does not want to hear. A
better way to do it would be pre-process the file someway.


I don't see why this is better than

\include "part1.ly"
\include "part2.ly"
\include "part3.ly"

What is the propblem in inserting comments in before the includes that you don't want to hear?

Ofcourse the files are

part1.ly:
voiceone = \notes { ... }
lyricsone = \lyrics { ... }
voicetwo = \notes { ... }
...


part2.ly:
voiceone = \notes { \voiceone ... }
lyricsone = \lyrics { \lyricsone ... }
...

etc.


-Rune




reply via email to

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