Re: Minimum tie length not honored after a break

2023-12-08 Thread Jean Abou Samra
It's just a separate property. Try setting minimum-length-after-break.

Minimum tie length not honored after a break

2023-12-08 Thread Knute Snortum
Consider the following snippet: %%% \version "2.25.10" \paper { ragged-right = ##t } \layout { \context { \Voice \override Tie.minimum-length = 5 } } \relative { 1~ | \break q4 r4 r2 | } %%% The minimum tie length is not honored after the break in the ais note of the chord.

Re: subtitle moves notes off staff lines

2023-12-08 Thread John F. Gibson
Thank you very much! You're right. The PDF looks fine in a different PDF viewer. I see the problem when using okular on OpenSUSE Tumbleweed, but not OpenSUSE Leap 15.2. thanks again, and best regards, John On Fri, Dec 8, 2023 at 4:52 AM Paul Hodges wrote: > This is an artefact of some poorer

Re: subtitle moves notes off staff lines

2023-12-08 Thread Paul Hodges
This is an artefact of some poorer PDF viewers; your example shows perfectly in Acrobat.  Sadly, I see the effect often in Frescobaldi (on Windows) when not zoomed in, but have got used to it - zooming in always shows that the postscript is correct. Paul From: John F. Gibson To:

Re: subtitle moves notes off staff lines

2023-12-08 Thread Craig Fearing
FWIW it's also fine in Foxit pdf reader in a Win11 system. On 2023-12-08 04:51, Werner LEMBERG wrote: I've noticed at times lilypond produces notes that are not exactly on or between the staff lines. I boiled it down to the attached minimum example, which shows a D flat that looks floated up abo