GithubHelp home page GithubHelp logo

chorale-corpus's People

Contributors

johentsch avatar markgotham avatar

Watchers

 avatar

Forkers

johentsch

chorale-corpus's Issues

Voices to parts

Make consistent 2-voices per part throughout.

This would then support automatic mapping

  • from the 2 staves ("close score") keyboard version
  • to 4 stave ("open score") SATB choral setting.

Code for this drafted in prep_bach.

Bug in the computation of the (flexible) levenshtein distance

The flexible levenshtein sometimes gives higher values than the normal one, notable values higher than 6. Also, the first call to levenshtein_distance here clearly gives a wrong result.

levenshtein_distance('Herr, nun laß Freide', 'Herr, nun lass in Friede') # 7
flexible_levenshtein_distance('Herr, nun laß Freide', 'Herr, nun lass in Friede') # 8

levenshtein_distance('O wie selig ihr doch, ihr Frommen', 'O wie selig seid ihr doch, ihr Frommen') # 5
flexible_levenshtein_distance('O wie selig ihr doch, ihr Frommen', 'O wie selig seid ihr doch, ihr Frommen') # 10

levenshtein_distance('Lobet den Herren, denn er ist freundlich', 'Lobet den Herren, denn er ist sehr freundlich') # 5
flexible_levenshtein_distance('Lobet den Herren, denn er ist freundlich', 'Lobet den Herren, denn er ist sehr freundlich') # 10

Slurs in Bach

Source has slurs both:

  • in correct positions
  • also where there should be a tie.

TODO: a new script.

  • If “slur”
  • If note before = note after
  • Remove slur, input tie.
  • Optionally not even a tie but a longer note value.

May introduce a couple of errors, but vast majority will be improvements.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.