PROMPT

From MusiCAD

PROMPT is a template function that you can use in a layout template to adjust a setting.

Syntax:

   PROMPT( notification, parameter );

Examples

Ask to set the number of repetitions:

   PROMPT( Number of repeats?, iRepeatCount );

Using translations this becomes:

   PROMPT( #askRepeat, iRepeatCount );