On Wed, 2019-05-29 at 17:56 +0100, Joe Wilkinson wrote: > Is it possible to go through a staff and find all the E# or B# notes > (which appear on staffs 4&5 if music in A or E is transposed to F# or > C# > respectively) and either > add a /F or /C as a reminder to the note names on staff 5, or > move the notes creating the E# or B# when converted and change them, > i.e. find all the G# notes and change them to Ab so that they > transpose > neatly to F?
If I understand you rightly you want to add a comment such as "/F" to a note but have the comment only appear on the mirrored staff. That's not possible, the mirrored staff actually mirrors the music by referring to it, not copying it in any way. It would be easy enough to step through finding particular notes and adding some text like "/F" to decorate the found note ... Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
