Re: Insert text
Reply #3 –
Hey Lorenzo,
looks like you're running into a POS limit for the staff.
What that means is that one of the parameters for a note, or other staff object, is it's "POS" or position on the staff.
When I checked I found the limit seems to be + or - 99, with POS 0 being the middle line of the staff.
Perhaps you could try a PageTxtMaestro and a PageTxt object.
I've attached such an example. The text written into the PageTxt object is:
Din don din don...%br%Campane del Campanil Basso, la torre più bella del mondo,%br%Un bacio all\'attacco, un fior che rincora la cima, la cima lassù,%br%Discendi in agili volte, ritorna al rifugio quaggiù, quaggiù.%br%La pietra di Dio è il sentiero, la corda un legame di cuori.%br%Suonate, campane, il più vero ardir degli umani valori.%br%Un bacio all\'attacco...%br%Pareti dorate, lesene, sconfinan nel cielo infinito:%br%segnate squillanti quel passo, che sale, che sale giocondo.
Note that this is one continuous line in the Text field. The %br% directives are line breaks. You cannot control the spacing between lines.
If you run out of characters in the Text field, you can just create a second PageTxt object with a different name and put the extra characters in it. Use the same parameters for the second object as for the first EXCEPT for the name, the Y offset and of course the text content.
OR
This object in the example is called Lyric1, you could copy this object, change its name to, say, Lyric2, and change the content of the text and Y offset fields.