NoteWorthy Composer Forum

Forums => Tips & Tricks => User Tools => Topic started by: David Palmquist on 2010-02-23 02:03 am

Title: Multibar rests
Post by: David Palmquist on 2010-02-23 02:03 am
I use the Multibar rest user tool and am very happy with it.  I use SwingDings instead of Boxmarks for the font, because Lawrie made it put the number above the horizontal line - that's more conventional.

Currently, the MBR sign appears right at the beginning of the first bar of the rest group.  If some staffs have rehearsal letters placed at the beginning of that bar, they are forced to the right because the MBR text affects their position.

I'm willing to edit the tool, but I don't know the coding.  Can someone tell me exactly what code I should use to change the position of the MBR text so it appears at the beginning of the second rest measure instead of the first, please?
Title: Re: Multibar rests
Post by: Randy Williams on 2010-02-23 03:21 am
I haven't ever used this tool myself, but I took a quick look at the PHP source.  It appears to me that you can just change the 1 line "$Txtpos = 1" to read "$Txtpos = 3".  Instead of inserting the MBR text before the first object (which is the first rest), it should then insert it before the third object (which is the second rest - the second object is the first bar).  I think this will do what you are asking, but I haven't tried it myself.
Title: Re: Multibar rests
Post by: David Palmquist on 2010-02-24 01:53 am
Works perfectly.  Thank you very much, Purdue. Randy

(Very sorry about getting your name wrong, Randy - I must have been distracted just before I replied.) 
Title: Re: Multibar rests
Post by: Randy Williams on 2010-02-24 02:43 am
Very cool.  Glad that worked for you.