The solution was simple, I just had to place a '-' before \tweak. { \pitchedTrill ees1 -\tweak to-barline ##t \startTrillSpan e \time 3/4 f2. \stopTrillSpan }
Cheers, Lib On Tue, 30 Nov 2021 at 10:24, Lib Lists <lists...@gmail.com> wrote: > > Hi, > > thank you so much. Both seem to work well. However, in the first > option, if I use \pitchedTrill it seems to break the \tweak to-barline > solution. Any suggestions for this? > > { > \pitchedTrill ees1 \tweak to-barline ##t \startTrillSpan e %don't > know where to please the \tweak > \time 3/4 > f2. \stopTrillSpan > } > > Cheers, > Lib > > On Mon, 29 Nov 2021 at 18:46, Dimitris Marinakis <dtsmari...@gmail.com> wrote: > > > > Hi, > > > > without more context I can't say which combo of tweaks will work for you > > but here are some options: > > > > { > > ees1 > > -\tweak to-barline ##t > > \startTrillSpan > > > > \time 3/4 > > d2 > > -\tweak bound-details.right.padding #1 > > -\tweak springs-and-rods #ly:spanner::set-spacing-rods > > -\tweak minimum-length #8 > > \startTrillSpan d4\startTrillSpan \stopTrillSpan > > } > > > > HTH, > > Dimitris > > > > On Mon, Nov 29, 2021 at 6:24 PM Lib Lists <lists...@gmail.com> wrote: > >> > >> Hi, > >> I have two problems related to the trill spanner length. > >> > >> \version "2.22.1" > >> { > >> ees1\startTrillSpan > >> \time 3/4 > >> d2\startTrillSpan d4\startTrillSpan \stopTrillSpan > >> } > >> > >> First bar: according to Gould (p. 136) the trill line should stop at > >> the barline. Is there a way to achieve this? > >> Second bar: the tril lines overlap. If I remove the time signature > >> change (\time 3/4), the trill lines are not aligned and I'd wish to > >> have them on the same line. > >> > >> Thank you in advance for any help. > >> > >> Cheers, > >> Lib > >>