From 347c723c14187c3fd1547d20a61bd89cea2f2720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trevor=20Ba=C4=8Da?= Date: Thu, 4 Jan 2024 18:08:42 -0500 Subject: [PATCH] Cleaned up music.py files. --- faberge/sections/05/music.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faberge/sections/05/music.py b/faberge/sections/05/music.py index 2863a90438..208a0e1f52 100644 --- a/faberge/sections/05/music.py +++ b/faberge/sections/05/music.py @@ -172,7 +172,7 @@ def fl(m): o, "G#3 G#3 G#3 F#3", allow_repeats=True, - noncyclic=True, + exact=True, ) for n in [2, 4]: with baca.scope(m[n]) as o: @@ -218,7 +218,7 @@ def cl(m): o, "C3 C3 Db3 C3", allow_repeats=True, - noncyclic=True, + exact=True, ) with baca.scope(m[5]) as o: baca.pitch(o, "B1")