Skip to content

Commit fbf274b

Browse files
committed
Cleaned up music.py files.
1 parent b085ff1 commit fbf274b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

faberge/sections/09/music.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def va(m):
449449
baca.stem_tremolo(plt)
450450
baca.hairpinlib.hairpin(
451451
baca.select.clparts(o, [1]),
452-
"p - o< p > pp - o< p > pp",
452+
"p - o< p > pp - o< p > pp p",
453453
)
454454
baca.mspanners.scp(
455455
baca.select.clparts(o, [1]),
@@ -587,6 +587,8 @@ def vc(m):
587587
baca.spanners.hairpin(
588588
o,
589589
"p < f-poco-scratch",
590+
# (abjad.Tweak(r"- \tweak parent-alignment-X -1"), -1),
591+
# (abjad.Tweak(r"- \tweak self-alignment-X -1"), -1),
590592
rleak=True,
591593
)
592594
for n in [5, 6, 7]:

0 commit comments

Comments
 (0)