gnu-music-discuss
[Top][All Lists]
Advanced

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

[Gnu-music-discuss] Default behaviour of etf2ly


From: David Chan
Subject: [Gnu-music-discuss] Default behaviour of etf2ly
Date: Thu, 14 Sep 2000 16:37:11 +0100 (BST)

Hi,

At the moment, etf2ly.py [seems to] represent rests at the beginning of a
piece as "s" rather than "R".  Would it be possible to change this to "R",
or maybe give a command-line switch to do it?

Also etf2ly.py doesn't create a '\bar "|.";' at the end of each staff.
Would it be sensible to make this the default behaviour?  Perhaps as follows:

501c501
<                               laystr = '%s =  \\notes { { %s } }\n\n' % (l, 
laystr)
---
>                               laystr = '%s =  \\notes { { \n%s\\bar "|.";\n } 
> }\n\n' % (l, laystr)

Comments?

Thanks,
-- 
David



reply via email to

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