Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with redefinable symbol #11

Closed
sbeitzel opened this issue Nov 30, 2017 · 2 comments
Closed

Error with redefinable symbol #11

sbeitzel opened this issue Nov 30, 2017 · 2 comments

Comments

@sbeitzel
Copy link
Contributor

The ABC standard suggests that one ought to be able to redefine a symbol to include an annotation. However, abcm2ps seems to treat any such definition as needing to be a decoration string. For example, the following ABC file:

%abc-2.1 %%straightflags false %%flatbeams true %%graceslurs false %%titleformat T0, R-1 C1 X: 1 T: Moonstar (SNARE) C: arr. by Gloria Pellegrin M: 4/4 L: 1/8 K: none stafflines=1 V: S stem=down gstem=up dyn=up clef=none snm="S" U: R = /// U: r = // U: v = "^V" V:S {A}c>A r(cA) {A}cvrc

produces this error output:
abcm2ps-8.13.17 (2017-11-21) File moonstar_snare.abc moonstar_snare.abc:17:19: error: Decoration !"^V"! not defined

Whereas, if the line is changed to:
{A}c>A r(cA) {A}c"^V"rc
then the output looks the way one expects, with a 'V' appearing above the last note.

@moinejf
Copy link
Collaborator

moinejf commented Nov 30, 2017

abcm2ps does not implement all of the ABC standard. The differences are described in the document: http://moinejf.free.fr/abcm2ps-doc/features.xhtml.

@sbeitzel
Copy link
Contributor Author

Fair enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants