Skip to content
Discussion options

You must be logged in to vote

You could alternatively use the SMuFL "repeatRight" glyph for this, though the result doesn't look as good as yours - at least not without some tweaking.

from neoscore.core import neoscore
from neoscore.core.music_text import MusicText
from neoscore.core.units import Mm
from neoscore.western.staff import Staff

neoscore.setup()
POSITION = (Mm(0), Mm(0))
staff = Staff(POSITION, None, Mm(80))
MusicText((staff.unit(44.5), staff.unit(4)), staff, "repeatRight")
neoscore.show(display_page_geometry=False)

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@charlesneimog
Comment options

@ajyoon
Comment options

@ajyoon
Comment options

Answer selected by charlesneimog
Comment options

You must be logged in to vote
1 reply
@ajyoon
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants