0xfe / vextab

A VexTab Parser for VexFlow
Other
590 stars 115 forks source link

Text on bottom #6

Closed ashgavs closed 11 years ago

ashgavs commented 11 years ago

Hi there, I've read extensively about getting text underneath a bar of music as opposed to on top, and have used several methods (e.g. ++) but none seem to be working. I'll paste the mark up here:

tabstave notation=true tablature=false time=C key=F notes :q F/4 | :8 F-G/4 :q A/4 :8 D-E/4 :q F/4 | F-E-F-A/4 | A-A-A/4 :8 A-G/4 | :hd F/4 text :q, ++, O,|,Haupt,voll,Blut,und,|,Wun,den,voll,|,Schemrz,und,vol,ler,|,Hohn!

0xfe commented 11 years ago

You can use the .NUMBER position syntax to vertically position the text. Here's an example (I replaced ++ with .10, for position 10).

tabstave notation=true tablature=false time=C key=F
notes :q F/4 | :8 F-G/4 :q A/4 :8 D-E/4 :q F/4 | F-E-F-A/4 | A-A-A/4 :8 A-G/4 | :hd F/4
text :q, .10, O,|,Haupt,voll,Blut,und,|,Wun,den,voll,|,Schemrz,und,vol,ler,|,Hohn!
options space=20

Also note that I added some extra space at the end.