Michael Gerdau <[email protected]> writes: > Hi David, list, > > I've cherry-picked commit 7f34e80b8d8bebfa4b1f3721a12718b04d7e02f4 > and I think I understand what it does (I'm new to python re but feel > rather comfortable with perl). > > You write you consider that rule too sloppy. I'm probably not > experienced enough w/r to lilypond code to see cases that would break > by this rule. Would you mind providing an example or two (or hints as > to what syntax constructs in general would break)?
Anything vaguely looking like an assignment but not being one. Assignments crammed up with other stuff in one line. Note that = is also used in octave checks. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
