bug-lilypond
[Top][All Lists]
Advanced

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

Re: modern-straight-flag and convert-ly


From: David Kastrup
Subject: Re: modern-straight-flag and convert-ly
Date: Sun, 14 Apr 2013 08:00:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

robert edge <address@hidden> writes:

> Using a newly installed version of 2.16 on Linux x86-64 convert-ly is
> changing:
>
> \override Stem #'flag = #modern-straight-flag
>
> to:
>
> \override Flag #'print = #modern-straight-flag
>
> which does not produce the correct output and does not generate an error
> message.
>
> Should be(as per an earlier, related thread on this list):
>
> \override Flag #'stencil = #modern-straight-flag

That would be

commit 9e781a447d4ea0dc072403b4c7f0b176f2edb2e2
Author: Mike Solomon <address@hidden>
Date:   Thu Sep 29 11:50:32 2011 +0200

    Adds convert-ly rules for the Flag grob.
    
    All Stem properties that are moved to Flag are now changed to Flag
    properties.  Additionally, Stem grobs' being overriden and reverted
    to and from transparent triggers the same overrides and reverts with
    Flags.

<URL:http://code.google.com/p/lilypond/issues/detail?id=1921>

(Thanks to Colin Hall for adding the commit id to that issue, or it
would have been hard to find since the commit message does not match the
issue title and does not contain the issue number.)

I'd like Mike to corroborate that this should be #'stencil, and then we
need to check at least our own code base for bad occurences.  I have no
really good plan how to deal with files that have already been broken by
that rule.

-- 
David Kastrup




reply via email to

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