lilypond-devel
[Top][All Lists]
Advanced

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

Re: add stencil-whiteout-outline function (issue 236480043 by address@hi


From: paulwmorris
Subject: Re: add stencil-whiteout-outline function (issue 236480043 by address@hidden)
Date: Tue, 02 Jun 2015 02:29:41 +0000

I updated convertrules.py as follows:

@rule ((2, 19, 22), """whiteout -> whiteout-box""")
def conv(str):
    str = re.sub (r"\whiteout", r"\whiteout-box", str)
    str = re.sub (r".whiteout", r".whiteout-box", str)
    str = re.sub (r"#'whiteout", r"#'whiteout-box", str)
    str = re.sub (r"stencil-whiteout", r"stencil-whiteout-box", str)
    return str

but when I run
scripts/auxiliar/update-with-convert-ly.sh
I get this:

make: *** No rule to make target `python-modules'.  Stop.
xargs: ./out/bin/convert-ly: No such file or directory
xargs: ./out/bin/convert-ly: No such file or directory

I'm running LilyDev3 in a virtual machine.  (Feeling like I'm in over my
head with this one.)

https://codereview.appspot.com/236480043/



reply via email to

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