GregoBase icon indicating copy to clipboard operation
GregoBase copied to clipboard

add syllabication check

Open eroux opened this issue 8 years ago • 0 comments

we're starting to have usable syllabication patterns on hyphen-la and I think it would be quite useful to integrate a checker against these patterns in Gregobase.

This could be done in two ways:

  • integrate the python script I've done for Gregorio (see this PR)
  • implement a small gabc parser in php (copied from the python script) and hyphenate directly in php (see this example)

This type of checking has proven very useful on a few big projects I've been involved in, so I think it could benefit users a lot

eroux avatar Dec 13 '16 11:12 eroux