You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, would anybody be able to help me create a script where I can type some bar numbers and tempos into a window, and it will make score expressions appear on the Finale score?
For example, imagine I type in:
1 - 111
7 - 109
8 - 105
31 - 55
and I would get an output of:
Quarter = 111 (placed at bar 1 of the score)
Quarter = 109(-2) (placed at bar 7 of the score)
Quarter = 105 (-4) (placed at bar 8 of the score)
Quarter = 55 (-50) (placed at bar 31 of the score)
etc....
And it would make Score Expressions from my Tempo category and place them in the correct bar?
Do you think it is possible with Finale-lua?
The text was updated successfully, but these errors were encountered:
Hello, would anybody be able to help me create a script where I can type some bar numbers and tempos into a window, and it will make score expressions appear on the Finale score?
For example, imagine I type in:
1 - 111
7 - 109
8 - 105
31 - 55
and I would get an output of:
Quarter = 111 (placed at bar 1 of the score)
Quarter = 109(-2) (placed at bar 7 of the score)
Quarter = 105 (-4) (placed at bar 8 of the score)
Quarter = 55 (-50) (placed at bar 31 of the score)
etc....
And it would make Score Expressions from my Tempo category and place them in the correct bar?
Do you think it is possible with Finale-lua?
The text was updated successfully, but these errors were encountered: