You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to ask you all if there is a way of rendering a .gabc score in a single line no matter the length of the source file. And if there are more available ouput formats rather than .pdf, like .png, .svg, .jpeg...
Thanks in advance,
Juan Carlos
The text was updated successfully, but these errors were encountered:
I could change the page width but if there are not symbols left to render, the tetragram keeps being printed. Is there a way to stop printing the staff when there aren't notes left?
There’s not anyway to do this in the current system. The staff lines are the first thing drawn on each line, and so they have no knowledge of the number of neumes/syllables to be drawn. The only thing they “know” is the width of the page, and so are always drawn to span that.
Hello everyone!
I wanted to ask you all if there is a way of rendering a .gabc score in a single line no matter the length of the source file. And if there are more available ouput formats rather than .pdf, like .png, .svg, .jpeg...
Thanks in advance,
Juan Carlos
The text was updated successfully, but these errors were encountered: