lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: skylines and custom-code


From: Thomas Morley
Subject: Re: skylines and custom-code
Date: Fri, 9 Apr 2021 11:48:23 +0200

Am Do., 8. Apr. 2021 um 19:26 Uhr schrieb Jean Abou Samra <jean@abou-samra.fr>:
>
> > Well, I need correct skylines, at least when it comes to Script,
> > TextScript, Fingerings etc
> It should only remove the note heads' contribution
> to skylines:
>
> #(ly:set-option 'debug-skylines)
>
> {
>    \override NoteHead.vertical-skylines = ##f
>    \override NoteHead.no-ledgers = ##t
>    c'''1^"Text"
>    c'''1
> }
>
> Of course, this has a collision, but I think that
> the glissandi in your case should make for
> reasonable skylines.

Nope, see:

#(ly:set-option 'debug-skylines #t)
{
   b'2\glissando
   \once \override NoteColumn.glissando-skip = ##t
   \override NoteHead.vertical-skylines = ##f
   \override NoteHead.no-ledgers = ##t
   c'''2^!
   c'''2
}

> > I'll study the section.
> > For some other details I may have some suggestions.
> > Do you prefer a (private) mail or issue/MR at GitLab?
> As you prefer, depending on whether you would
> like the discussion to be public or not. I do
> not mind either way. Thanks in advance for your
> feedback.

Will do.

Thanks,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]