Re: warning for duplicate definitions

2016-01-08 Thread David Wright
but I’m worried that I’ll miss some, so it’d be useful to issue a warning for > duplicate definitions in case I miss some. Is this possible? Depending on how consistent you are with your syntax, find/grep might help. I keep the following line in my recall buffer: find ~/LilyScores ~/LilyLib

Re: warning for duplicate definitions

2016-01-08 Thread David Kastrup
I’ll miss some, so it’d be useful to issue > a warning for duplicate definitions in case I miss some. Is this > possible? Not really. In lily/parser.yy I see assignment: assignment_id '=' identifier_init { parser->lexer_->set_identifi

warning for duplicate definitions

2016-01-08 Thread Mike Solomon
Hey all, I’m combining several documents into a large book tonight and I am positive that I have: legato = \markup \italic “legato” in at least 10 documents. I’d like to consolidate these into a style sheet but I’m worried that I’ll miss some, so it’d be useful to issue a warning for