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 15, 2024
1 parent 1b3ef5b commit 4a7353f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions faberge/sections/10/music.ily
Original file line number Diff line number Diff line change
Expand Up @@ -2921,8 +2921,6 @@ number.10.Violin.Music = {
c''2
:32
%! SPANNER_STOP
\!
%! SPANNER_STOP
\bacaStopTextSpanSCP
%! SPANNER_START
- \baca-solid-line-with-arrow
Expand Down Expand Up @@ -2960,6 +2958,8 @@ number.10.Violin.Music = {
- \tweak color #(x11-color 'DeepPink1)
%! REDUNDANT_DYNAMIC
\pp
%! SPANNER_STOP
\!

c''2
- \baca-staccati #4
Expand Down Expand Up @@ -3505,8 +3505,6 @@ number.10.Viola.Music = {
bf!2
:32
%! SPANNER_STOP
\!
%! SPANNER_STOP
\bacaStopTextSpanSCP
%! SPANNER_START
- \baca-solid-line-with-arrow
Expand Down Expand Up @@ -3544,6 +3542,8 @@ number.10.Viola.Music = {
- \tweak color #(x11-color 'DeepPink1)
%! REDUNDANT_DYNAMIC
\pp
%! SPANNER_STOP
\!

bf!2
- \baca-staccati #4
Expand Down
4 changes: 1 addition & 3 deletions faberge/sections/10/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,8 @@ def vn_va(cache):
)
with baca.scope(m[7]) as o:
baca.piecewise.hairpin(
baca.select.lparts(o.rleaves(), [1, 1]),
baca.select.lparts(o.rleaves(), [1, 3, 1]),
"p pp >o !",
do_not_bookend=True,
rleak=True,
)
with baca.scope(m[8]) as o:
baca.piecewise.hairpin(
Expand Down

0 comments on commit 4a7353f

Please sign in to comment.