At 08:04 on 18 Apr 2025, Mark Knoop wrote:
> At 17:32 on 17 Apr 2025, Knute Snortum wrote:
>> Greetings,
>> I am trying to get a repeat tie to look more like a slur
>> and I'm having some trouble getting a staccato dot under a
>> shaped repeat tie. Here is the code, and I've attached the
>> output:
> <snip>
>> So is there a better way to do this? Is this a bug in LilyPond?
> Have you tried adjusting script-priority?
Scratch that, you want outside-staff-priority:
\relative {
\mark D
<g' e'
-\tweak outside-staff-priority 100
-\shape #'((0 . 0) (0 . 0) (1 . 0) (1 . 0)) \repeatTie>4
-.
}
--
Mark Knoop