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 18, 2024
1 parent b085ff1 commit fbf274b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion faberge/sections/09/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def va(m):
baca.stem_tremolo(plt)
baca.hairpinlib.hairpin(
baca.select.clparts(o, [1]),
"p - o< p > pp - o< p > pp",
"p - o< p > pp - o< p > pp p",
)
baca.mspanners.scp(
baca.select.clparts(o, [1]),
Expand Down Expand Up @@ -587,6 +587,8 @@ def vc(m):
baca.spanners.hairpin(
o,
"p < f-poco-scratch",
# (abjad.Tweak(r"- \tweak parent-alignment-X -1"), -1),
# (abjad.Tweak(r"- \tweak self-alignment-X -1"), -1),
rleak=True,
)
for n in [5, 6, 7]:
Expand Down

0 comments on commit fbf274b

Please sign in to comment.