paulrosen / abcjs

javascript for rendering abc music notation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Hyphens

nbruley opened this issue · comments

Is there a way to make this
image
look more like this?
image

%%abc-charset utf-8

X:1
T:Easter Hymn
T:7.7.7.7 D w/Alleluias 
C:Lyra Davidica, 1708
L:1/8
Q:1/4=100
M:4/4
K:C
%%score (S A) (T B)
V:S clef=treble middle=B stem=up
V:A clef=treble middle=B stem=down
V:T clef=bass,, stem=up
V:B clef=bass,, stem=down
[V:S](EFGCF2) (EF) | (E2D2) C4 ||
w:Al*\-*-le-*lu-*ia
[V:A](C4CB,) C2 | (C2B,2) C4 ||
[V:T](G,4 A,F,) (G,F,) | G,2>F,2 E,4 ||
[V:B](C,D, E,2 D,2) (C,A,,) | G,,4 C,4 ||

For the hyphens, you can do this: w:Al*\-*-le \- lu \- ia

I see you are also pointing out bad placement for the slurs. Sorry, that's a bug that I'll fix, but I don't have a timetable for it.

That seems to work for the hyphens, thank you.
If you want to put the slur placement under #988 (comment) you can close this one.