Skip to content

Commit

Permalink
Update to match 10233dd?diff=split&w=0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenjaminmiller authored Jul 17, 2024
1 parent 1bf371d commit e1d85a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ly/esmufl.ily
Original file line number Diff line number Diff line change
Expand Up @@ -1252,10 +1252,10 @@ ekmMakeClusters =
flg
(grob-interpret-markup grob
(make-translate-scaled-markup
(cons -0.55 (* -2.5 dir))
(make-fontsize-markup 0
(make-ekm-char-markup
(if (positive? dir) #xE564 #xE565))))))
(if (= UP dir)
(cons -0.644 -2.456)
(cons -0.596 2.168))
(make-ekm-char-markup (if (= UP dir) #xE564 #xE565)))))
flg)
(cons
(- (* (ly:grob-property stm 'thickness) (ly:staff-symbol-line-thickness grob)))
Expand Down

0 comments on commit e1d85a3

Please sign in to comment.