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

Font directive effect seems to be position dependent. #1030

Open
seisiuneer opened this issue Jun 27, 2024 · 0 comments
Open

Font directive effect seems to be position dependent. #1030

seisiuneer opened this issue Jun 27, 2024 · 0 comments

Comments

@seisiuneer
Copy link
Contributor

seisiuneer commented Jun 27, 2024

%%textfont just before %%text in the header appears to have no effect, but if it's added at the top just below the X: tag, it works. Actually on further testing, anywhere in the header works. Once you're out of the header, %%textfont doesn't work.

For example:

X: 1
T: Cooley's
C: Traditional
R: Reel
M: 4/4
L: 1/8
Q: 1/4=90
K: Edor
%%textfont Times-Roman 24
%%text Hello world
|:"Em"EBBA B2 EB|B2 AB dBAG|"D"F/E/D AD BDAD|F/E/D AD BAGF|

doesn't reflect the textfont change but:

X:1
%%textfont Times-Roman 24
T: Cooley's
C: Traditional
R: Reel
M: 4/4
L: 1/8
Q: 1/4=90
K: Edor
%%text Hello world
|:"Em"EBBA B2 EB|B2 AB dBAG|"D"F/E/D AD BDAD|F/E/D AD BAGF|

does.

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

1 participant