Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rigaux/neuma

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

689 Commits
689 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pour remplacer les espaces par une tabulation


sed 's/ \{4\}/\t/g' in > out


Pb with incomplete implementation of music21 / MEI

Files exported from Verovio contain "sameas" attributes

    <clef xml:id="clef-0000000433116814" sameas="#clef-0000001214623909" />

Not implemented in music21. Fix: edit "base.py", find the def clefFromElement(elem, slurBundle=None) 
function and add a test (DO BETTER)

    **Contained Elements not Implemented:** none
    '''
    if 'perc' == elem.get('shape'):
        theClef = clef.PercussionClef()
    elif 'TAB' == elem.get('shape'):
        theClef = clef.TabClef()
    elif elem.get("sameas") is not None:
        theClef = clef.clefFromString("F4")
    else:
        theClef = clef.clefFromString(elem.get('shape') + elem.get('line'),
                                      octaveShift=_getOctaveShift(elem.get('dis'),
                                                                  elem.get('dis.place')))


Hi there

Thanks a lot again and again for the great tool. I just tried the online conversion from MusicXML to MEI with Verovio. It looks fine in the verovio viewer. Then I import in in our library, and then the verovio display is wrong for some staves: the clef is missing and it seems that the G2 is assumed. See: 

About

Neuma, a digital library of music scores

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.