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 4, 2024
1 parent cf7567a commit 2deaa21
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.spanners.string_number(
o,
"IV =|",
"IV",
staff_padding=5.5,
with_next_leaf=True,
)
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.spanners.string_number(
o,
"IV =|",
"IV",
staff_padding=5.5,
with_next_leaf=True,
)
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 @@ -612,7 +612,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.spanners.string_number(
o,
"IV =|",
"IV",
right_broken=True,
staff_padding=5.5,
with_next_leaf=True,
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 @@ -519,7 +519,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.spanners.string_number(
o,
"IV =|",
"IV",
staff_padding=5.5,
with_next_leaf=True,
)
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 @@ -511,7 +511,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.spanners.string_number(
baca.select.ltleaves(o),
"IV =|",
"IV",
staff_padding=5.5,
with_next_leaf=True,
)
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 @@ -388,7 +388,7 @@ def vc(m, metadata):
baca.override.note_head_style_harmonic(o.pleaves())
baca.spanners.string_number(
o,
"IV =|",
"IV",
staff_padding=5.5,
with_next_leaf=True,
)
Expand Down

0 comments on commit 2deaa21

Please sign in to comment.