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 23bcad3 commit 5003252
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions faberge/sections/02/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,9 +926,10 @@ def vc(m):
rleak=True,
staff_padding=3,
)
baca.mspanners.vibrato(
baca.spanners.vibrato(
[o],
"(poco vib.) -> vib. mod.",
rleak=True,
staff_padding=5.5,
)
with baca.scope(m.get(63, 70)) as o:
Expand All @@ -945,9 +946,10 @@ def vc(m):
staff_padding=3,
)
with baca.scope(m.get(71, 88)) as o:
baca.mspanners.vibrato(
baca.spanners.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, 89)) as o:
Expand Down
6 changes: 4 additions & 2 deletions faberge/sections/03/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,9 +938,10 @@ def vc(m):
rleak=True,
staff_padding=3,
)
baca.mspanners.vibrato(
baca.spanners.vibrato(
[o],
"(poco vib.) -> vib. molto",
rleak=True,
staff_padding=5.5,
)
with baca.scope(m.get(23, 26)) as o:
Expand All @@ -956,9 +957,10 @@ def vc(m):
rleak=True,
staff_padding=3,
)
baca.mspanners.vibrato(
baca.spanners.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 5003252

Please sign in to comment.