Jump to content

Recommended Posts

Hi,

I am working on a table for harmonics on the theorbo.

Is there a way to mark strings with numbers higher than 5?

Or perhaps a way to add your custom roman numeral?

By the way, I am still on 1.2.23260, maybe there are more options in 1.3 regarding custom markings?

Kind Regards,

Erik

Link to comment
Share on other sites

Do you mean number attributes?

'(e c4 num0 cs4 num1 d4 num2 ds4 num3 e4 num4 f4 num5 fs4 num6
    g4 num7 gs4 num8 a4 num9 as4 num10 b4 num11)

image.png

 

You can extend the list of attributes with: ADD-TEXT-ATTRIBUTES function:

(add-text-attributes
 '(v-ah "ah")
 '(v-ee "ee")
 '(v-eh "eh")
 '(v-ei "ei")
 '(v-ih "ih")
 '(v-mm "mm")
 '(v-oh "oh")
 '(v-oo "oo")
)

 

The list of new functionality in version 1.3 is quite big, the workflow improved considerably as well not to mention the bug fixes.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy