robert edge <[email protected]> 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 <[email protected]> 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 _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
