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 Jan 25, 2024
1 parent 9e0ba8d commit 0512377
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions faberge/sections/04/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,16 +270,14 @@ def fl_eh_cl(cache):
for i, plt in enumerate(plts):
plt = baca.select.rleaves(plt)
if i == 0:
baca.hairpin(
(),
baca.spanners.hairpin(
plt,
'o< "mp"',
pieces=[plt],
)
elif i == 1:
baca.hairpin(
(),
baca.spanners.hairpin(
plt,
'o< "mf"',
pieces=[plt],
)
baca.override.dls_staff_padding(o, 6)

Expand Down

0 comments on commit 0512377

Please sign in to comment.