Skip to content

Commit 4a7353f

Browse files
committed
Cleaned up music.py files
1 parent 1b3ef5b commit 4a7353f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

faberge/sections/10/music.ily

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,8 +2921,6 @@ number.10.Violin.Music = {
29212921
c''2
29222922
:32
29232923
%! SPANNER_STOP
2924-
\!
2925-
%! SPANNER_STOP
29262924
\bacaStopTextSpanSCP
29272925
%! SPANNER_START
29282926
- \baca-solid-line-with-arrow
@@ -2960,6 +2958,8 @@ number.10.Violin.Music = {
29602958
- \tweak color #(x11-color 'DeepPink1)
29612959
%! REDUNDANT_DYNAMIC
29622960
\pp
2961+
%! SPANNER_STOP
2962+
\!
29632963

29642964
c''2
29652965
- \baca-staccati #4
@@ -3505,8 +3505,6 @@ number.10.Viola.Music = {
35053505
bf!2
35063506
:32
35073507
%! SPANNER_STOP
3508-
\!
3509-
%! SPANNER_STOP
35103508
\bacaStopTextSpanSCP
35113509
%! SPANNER_START
35123510
- \baca-solid-line-with-arrow
@@ -3544,6 +3542,8 @@ number.10.Viola.Music = {
35443542
- \tweak color #(x11-color 'DeepPink1)
35453543
%! REDUNDANT_DYNAMIC
35463544
\pp
3545+
%! SPANNER_STOP
3546+
\!
35473547

35483548
bf!2
35493549
- \baca-staccati #4

faberge/sections/10/music.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,8 @@ def vn_va(cache):
535535
)
536536
with baca.scope(m[7]) as o:
537537
baca.piecewise.hairpin(
538-
baca.select.lparts(o.rleaves(), [1, 1]),
538+
baca.select.lparts(o.rleaves(), [1, 3, 1]),
539539
"p pp >o !",
540-
do_not_bookend=True,
541-
rleak=True,
542540
)
543541
with baca.scope(m[8]) as o:
544542
baca.piecewise.hairpin(

0 commit comments

Comments
 (0)