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 Feb 24, 2024
1 parent a2ccce1 commit 3f51425
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion faberge/sections/04/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.rspanners.string_number(
o,
"IV",
4,
staff_padding=5.5,
)
baca.untie(o)
Expand Down
2 changes: 1 addition & 1 deletion faberge/sections/05/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.rspanners.string_number(
o,
"IV",
4,
staff_padding=5.5,
)
baca.untie(o.pleaves())
Expand Down
2 changes: 1 addition & 1 deletion faberge/sections/10/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.rspanners.string_number(
o,
"IV",
4,
right_broken=True,
staff_padding=5.5,
)
Expand Down
2 changes: 1 addition & 1 deletion faberge/sections/11/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.rspanners.string_number(
o,
"IV",
4,
staff_padding=5.5,
)
baca.untie(o.pleaves())
Expand Down
2 changes: 1 addition & 1 deletion faberge/sections/13/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.rspanners.string_number(
baca.select.ltleaves(o),
"IV",
4,
staff_padding=5.5,
)
baca.untie(o.pleaves())
Expand Down
2 changes: 1 addition & 1 deletion faberge/sections/14/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.rspanners.string_number(
o,
"IV",
4,
staff_padding=5.5,
)
baca.untie(o.pleaves())
Expand Down

0 comments on commit 3f51425

Please sign in to comment.