lilypond-user
[Top][All Lists]
Advanced

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

Slyce.py


From: David Raleigh Arnold
Subject: Slyce.py
Date: Mon, 29 Nov 2004 14:56:18 -0500
User-agent: KMail/1.6.2

When I ran into a problem with lilypond-book, I had just updated
a dozen 2.2 files to 2.4, so I wrote this utility to make sure
I wouldn't have as much trouble in the future.

If you use lilypond-book, you'll love this.

 Run slyce.py on this file:               Head
                                        %{begin_group
                                        % name1.ly
                                        ...
                                        % name2.ly 
                                        ...
                                        % name3.ly 
                                        ... 
                                        end_group%}
                                          Tail

and these files are generated:

    name1.ly:     name2.ly:    name3.ly:

    Head          Head          Head
    ...           ...           ... 
    Tail          Tail          Tail

Grab it at my website.  daveA
http://www.openguitar.com/lyutilities.html
--




reply via email to

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