Skip to main content

Messages

This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

Messages - medman28037

1
User Tools / Re: How do I make a script to effect only certain notes?
Thank you everyone for your input.  I was playing around and was able to do what I needed with no problem.  I had to create a staff for each color, then set all the notes to visibility= never.  Then using y'all input with Global Mod made the notes I needed for that color visible.  I then layer the whole thing together and it worked pretty well.  I tweaked the glob mod phrase y'all recommending so I did not have to edit it for each note.  That helped alot.  Here is the phrase I used:
php\php.exe scripts\adp_GlobalMod.php Note,Pos==<PROMPT:Enter Note position:=*> Visibility=<PROMPT:Set Visibility to:=|Default|Always|TopStaff|Never|>
Thanks again for all the help
2
User Tools / How do I make a script to effect only certain notes?
I am working with piece for the childerns bell choir at church.  All the bells are colored coded.  Example C is red, etc.  I am trying to get the notes on the sheet music to have the same color as their corresponding bell.  Example the middle C note is red, the D is green, etc.  I have already seen what I takes to add the color to the score from other threads but here is my real question.  I have made the whole staff not visible in it's property menu.  Now I want to make a specific note visibile on the whole staff.  It would take me forever to highlight each middle C individually and make it visible again.  Those anyone know a script that I could use to make all of a certain note(ex the middle C) visible and leave the rest hidden.  I was playing around with the visibility script but I don't think it will work.  I appreciate any help I can get.  Thanks in advance