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 13, 2024
1 parent dde90a8 commit 443b159
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions faberge/sections/02/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,6 @@ def vc(m):
baca.mspanners.vibrato(
[o],
"(poco vib.) -> vib. mod.",
rleak=True,
staff_padding=5.5,
)
with baca.scope(m.get(63, 70)) as o:
Expand All @@ -927,7 +926,6 @@ def vc(m):
baca.mspanners.vibrato(
baca.select.mgroups(o, [9, 9]),
"sub. vib. mod. -> non vib. -> poco vib.",
rleak=True,
staff_padding=5.5,
)
with baca.scope(m.get(71, 92)) as o:
Expand Down
2 changes: 0 additions & 2 deletions faberge/sections/03/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,6 @@ def vc(m):
baca.mspanners.vibrato(
[o],
"(poco vib.) -> vib. molto",
rleak=True,
staff_padding=5.5,
)
with baca.scope(m.get(23, 26)) as o:
Expand All @@ -946,7 +945,6 @@ def vc(m):
baca.mspanners.vibrato(
[o],
"(vib. molto) -> poco vib.",
rleak=True,
staff_padding=5.5,
)
with baca.scope(m.get(37, 60)) as o:
Expand Down

0 comments on commit 443b159

Please sign in to comment.