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 14, 2024
1 parent 297993f commit 6ffd838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faberge/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ def clb_staff_positions(argument, *, rotation=None):

def dal_niente_hairpins(argument, stop):
for run in baca.select.runs(argument):
baca.piecewise.hairpin(
[run],
baca.spanners.hairpin(
run,
f"o< {stop}",
rleak=True,
)
Expand Down

0 comments on commit 6ffd838

Please sign in to comment.