Urs Liska <[email protected]> writes: > Am 19.02.19 um 15:43 schrieb David Kastrup: >> Urs Liska <[email protected]> writes: >> >>> I'm banging my head for something that's surely completely trivial, >>> but I don't find the incantation to flip the text and the fingering in >>> this MWE: >>> >>> \relative { >>> c'' ^"a" ^1 >>> } >>> >>> If I'm not mistaken Fingering doesn't respond to >>> outside-staff-priority, does it? >> It does. >> >> >>> Of course there is a solution without having to push the fingering >>> around with extra-offset? >>> >>> Looking forward to the embarrassment ;-) >> Here you are. > > > Hm, > then I'm all the more scratching my head why it the actual file not even > > g2 -\tweak outside-staff-priority 2000 -1 -\tweak outside-staff-priority 1000 > \t > > works.
What is \t ? If it is a string or markup, you cannot tweak it. You can only tweak text events. If \t is a string or markup, a text event would be -\t . -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
