2020.10.07

This commit is contained in:
Seymour Shlien
2020-10-07 12:47:54 -04:00
parent c0d3f540d5
commit 92af67ffd8
9 changed files with 46 additions and 7 deletions

View File

@@ -591,6 +591,11 @@ void event_linebreak()
addfeature(LINENUM, lineno, 0, 0);
}
/* a score linebreak character has been encountered */
void event_score_linebreak(char ch)
{
}
void event_startmusicline()
/* starting to parse line of abc music */
{