bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1988 in lilypond: Patch: Rename \markuplines to \markuplist (b


From: David Kastrup
Subject: Re: Issue 1988 in lilypond: Patch: Rename \markuplines to \markuplist (before running convert-ly)
Date: Fri, 28 Oct 2011 08:23:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Graham Percival <address@hidden> writes:

> On Fri, Oct 28, 2011 at 04:49:26AM +0000, address@hidden wrote:
>> 
>> Oh, convert-ly _is_ clean.  I am waiting for the version number to
>> bump (every minute now?) so that my convertrules.ly don't create
>> files with a later version than the current one.
>
> yes, any minute now.  The upload will probably start in 10 minutes
> -- it's finished compiling stuff.  My computer has a slow HD and
> GUB does 1 or 2 mirroring of ~1.0 gigs of docs and stuff.  or
> maybe my computer has a fast HD and it's just struggling with all
> that stuff.
>
> incidently, I saw that I increased the version number properly
> after 2.15.15; all that's was missing is a new release.

PACKAGE_NAME=LilyPond
MAJOR_VERSION=2
MINOR_VERSION=15
PATCH_LEVEL=16
MY_PATCH_LEVEL=
VERSION_STABLE=2.14.2
VERSION_DEVEL=2.15.15

My python/convertrules.py aims for 2.15.17 however, as the
\makeStringTuning change is already committed:

@rule ((2, 15, 7),
    _ ("Handling of non-automatic footnotes."))
--

@rule ((2, 15, 9),
       _ ("Change in internal property for MultiMeasureRest"))
--

@rule ((2, 15, 10),
       _ ("Creation of a Flag grob and moving of certain Stem properties to 
this grob"))
--

@rule ((2, 15, 16), r"\makeStringTuning, \contextStringTuning -> \stringTuning")
def conv (str):
--

@rule ((2, 15, 17), "\\markuplines -> \\markuplist")
def conv (str):


-- 
David Kastrup



reply via email to

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