Skip to content

Commit

Permalink
Cleaned up music.py files.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Mar 29, 2024
1 parent 5003252 commit 83f8426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion faberge/sections/02/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,11 @@ def pf(cache):
baca.override.dots_transparent(o)
baca.override.rest_transparent(o.rests())
with baca.scope(m.get(1, 88)) as o:
baca.mspanners.text(
baca.spanners.text(
o,
r"\faberge-rf-one-markup =|",
left_broken_text=r"\faberge-left-broken-rf-one-markup",
rleak=True,
staff_padding=5.5,
)
m = cache["lh"]
Expand Down
3 changes: 2 additions & 1 deletion faberge/sections/03/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,11 @@ def pf(cache):
baca.override.dots_transparent(o)
baca.override.rest_transparent(o.rests())
with baca.scope(m.get(1, 44)) as o:
baca.mspanners.text(
baca.spanners.text(
o,
r"\faberge-rf-two-markup =|",
left_broken_text=r"\faberge-left-broken-rf-two-markup",
rleak=True,
staff_padding=5.5,
)
with baca.scope(m.get(53, 79)) as o:
Expand Down

0 comments on commit 83f8426

Please sign in to comment.