You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless a line or block is explicitly annotated as music or lyrics (using the \music or \lyrics keyword), gly detects it's meaning. The autodetection currently fails for music lines containing adiastematic neumes. They fall through music detection and are handled as lyric lines.
This should be changed. As a result of this change, not only the explicit music line annotation should not be necessary any more in test example nabc.gly, but also music lines with more complex adiastematic neumes should be autodetected correctly. E.g. this gly
c4
c|talsi8lsm9 d|vi ixdh'!iv|pelss3`vihglsl3 h.|ta ,
GAu -- de -- á -- mus *
Note: each change of the gly parser must be documented by at least one test case which fails before and passes after the change. Test cases of gly syntax features usually have the form of a pair of gly file in tests/examples/gly/given and a resulting gabc file in tests/examples/gly/expected.
The text was updated successfully, but these errors were encountered:
Unless a line or block is explicitly annotated as music or lyrics (using the
\music
or\lyrics
keyword),gly
detects it's meaning. The autodetection currently fails for music lines containing adiastematic neumes. They fall through music detection and are handled as lyric lines.This should be changed. As a result of this change, not only the explicit music line annotation should not be necessary any more in test example nabc.gly, but also music lines with more complex adiastematic neumes should be autodetected correctly. E.g. this gly
should produce gabc like this
(Source of the example gabc)
Note: each change of the gly parser must be documented by at least one test case which fails before and passes after the change. Test cases of gly syntax features usually have the form of a pair of gly file in
tests/examples/gly/given
and a resulting gabc file intests/examples/gly/expected
.The text was updated successfully, but these errors were encountered: