Jump to content

Recommended Posts

Posted

Hello, Dear Friends

 

Tablature is part of the musicxml standard. It´s also important in baroque guitar and also for dealing with finger mechanisms in the guitar, like fingering combinations, etc.

Can it be generated in Opusmodus, there is a TAB clef available ?

Thanks a lot !

Julio

 

 

  • 8 months later...
  • 2 months later...
Posted

Do we, as Opusmodus users, have access to lower level Lisp functions to create MusicXML, so we can could even create tabulature?  Or are we locked out?

 

image.png.73bc0707fcba9d2f8f9ca124f620353f.png

Posted

Trying to guess my way through this using layout.   Why doesn't the below example create a staff with 6 lines?

 

(def-score foo
           (:key-signature 'chromatic
            :time-signature '(4 4)
            :tempo 120
            :layout '(
             (:brace ; Grouping type
              (:6-string inst1 :lines 6))
             ))
  (inst1 :omn '(q c4 e4 g4 c5)
         :channel 1
         :sound 'gm
         :program 0)
  )

Posted

So does this mean that ultimately figuring out a way to do guitar tabulature is impossible at the moment.   That is fine if it is.  I just don't want to waste time seeking the impossible.

 

Are there low level functions available to us that isn't in the basic documentation?

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