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 4, 2024
1 parent 978e1c7 commit cc403cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faberge/sections/05/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def fl(m):
o,
"G#3 G#3 G#3 F#3",
allow_repeats=True,
exact=True,
noncyclic=True,
)
for n in [2, 4]:
with baca.scope(m[n]) as o:
Expand Down Expand Up @@ -218,7 +218,7 @@ def cl(m):
o,
"C3 C3 Db3 C3",
allow_repeats=True,
exact=True,
noncyclic=True,
)
with baca.scope(m[5]) as o:
baca.pitch(o, "B1")
Expand Down

0 comments on commit cc403cc

Please sign in to comment.