Re: [Spam] RE: Clef change placement

2020-02-03 Thread Aaron Hill
On 2020-02-03 1:54 pm, Rutger Hofman wrote: I would also welcome this feature. How difficult is it to write a [Scheme] engraver? The mechanics of defining and using a Scheme engraver are relatively simple: \version "2.19.83" Custom_engraver = #(lambda (context) ;; The let block can d

Re: Grace notes in the first measure mess up the layout

2020-02-03 Thread Arle Lommel
Thanks much. I *hunted* all over for something like this, but clearly didn’t have the right search string as I thought this was a problem with the *first* measure in a piece. This helps. > On Feb 3, 2020, at 22:14, Daniel Rosen wrote: > >> From: Arle Lommel [mailto:fene...@gmail.com] >> Sent

RE: Grace notes in the first measure mess up the layout

2020-02-03 Thread Daniel Rosen
> From: Arle Lommel [mailto:fene...@gmail.com] > Sent: Monday, February 03, 2020 10:04 PM > To: Lilypond-User Mailing List > Subject: Grace notes in the first measure mess up the layout > > How can I get this to display as expected? Just add an equivalent grace note spacer in the other voices,

Grace notes in the first measure mess up the layout

2020-02-03 Thread Arle Lommel
I’m running into a major layout fault when I have a grace note in the first measure of a piece. Measures with a grace note look as expected, but all other staves are *really* ugly. I’m assuming this is *not* the intended behavior and conjecture it is happening because Lilypond sees the grace no

Re: Default values for grob properties not listed on IR page

2020-02-03 Thread Aaron Hill
On 2020-02-03 1:50 pm, Daniel Rosen wrote: How do I find the default value for a grob property if that property isn't listed on the grob's IR page-for instance, the default value for Glissando.thickness? The documentation is in part generated from the define-grobs.scm file, where each grob and

Re: TrillPitchHead doesn’t implement note-head-interface (?)

2020-02-03 Thread Thomas Morley
Am Mo., 3. Feb. 2020 um 20:35 Uhr schrieb Kieren MacMillan : > > Hi Harm, > > > which question, is it solved? > > Yes. I fixed the OP’s MWE (see 1st score in this snippet) so that it did what > he wants (see 2nd score in this snippet): > > %%% > \version "2.19.83" > > { \pitchedTrill e''2 \harmoni

Space after barline for DynamicText in Dynamics context

2020-02-03 Thread Daniel Rosen
In the example below, modifying DynamicText.X-offset in the Voice context forces extra space to appear after the barline so that there's no collision, but doing the same thing in a Dynamics context does not. Is there a way to have the Dynamics context behave the way the Voice context does in thi

Re: TrillPitchHead doesn’t implement note-head-interface (?)

2020-02-03 Thread Kieren MacMillan
Hi David, > It's more a note than anything else: similar LilyPond On/Off "pairs" use > \override / \revert rather than \temporary \override / \revert > > so that for a real matched pair you need \temporary \...On and \...Off > (note that \temporary { \override ... \overide ... } actually works,

Re: [Spam] RE: Clef change placement

2020-02-03 Thread Rutger Hofman
I would also welcome this feature. How difficult is it to write a [Scheme] engraver? Rutger On 2/2/20 6:55 PM, Daniel Rosen wrote: -Original Message- From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca] Sent: Saturday, February 01, 2020 11:15 AM To: Daniel Rosen Cc: Lilypond-

Default values for grob properties not listed on IR page

2020-02-03 Thread Daniel Rosen
How do I find the default value for a grob property if that property isn't listed on the grob's IR page-for instance, the default value for Glissando.thickness? DR

Re: TrillPitchHead doesn’t implement note-head-interface (?)

2020-02-03 Thread David Kastrup
Kieren MacMillan writes: > Hi Harm, > >> which question, is it solved? > > Yes. I fixed the OP’s MWE (see 1st score in this snippet) so that it > did what he wants (see 2nd score in this snippet): > > %%% > \version "2.19.83" > > { \pitchedTrill e''2 \harmonic \startTrillSpan f'' \stopTrillSpan }

Re: TrillPitchHead doesn’t implement note-head-interface (?)

2020-02-03 Thread Kieren MacMillan
Hi Harm, > which question, is it solved? Yes. I fixed the OP’s MWE (see 1st score in this snippet) so that it did what he wants (see 2nd score in this snippet): %%% \version "2.19.83" { \pitchedTrill e''2 \harmonic \startTrillSpan f'' \stopTrillSpan } dtrillOn = { \temporary \override TrillPi

Re: TrillPitchHead doesn’t implement note-head-interface (?)

2020-02-03 Thread Thomas Morley
Am So., 2. Feb. 2020 um 20:17 Uhr schrieb Kieren MacMillan : > > Hi all, > > Trying to answer a question on the Facebook group led me to discover that (to > my surprise!) TrillPitchHead doesn’t implement note-head-interface and thus > (I believe) doesn’t respond to the #'style tweak. > > Is there

Re: Fill indication in percussion scores

2020-02-03 Thread Marco Bagolin
Amazing, ty all Il giorno lun 3 feb 2020 alle 10:19 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> ha scritto: > Hi Marco, hi Kevin, > > If you want to stick to the image, I'd modified Kevin's coding as: > > { > \override TextSpanner.bound-details.left.padding = #3.5 > \override T

Re: Fill indication in percussion scores

2020-02-03 Thread Pierre Perol-Schneider
Hi Marco, hi Kevin, If you want to stick to the image, I'd modified Kevin's coding as: { \override TextSpanner.bound-details.left.padding = #3.5 \override TextSpanner.bound-details.right.padding = #-3.5 \override TextSpanner.bound-details.left.text = \markup \lower #1 "fill " \override Te

Re: Fill indication in percussion scores

2020-02-03 Thread Kevin Barry
On Mon, Feb 03, 2020 at 08:41:21AM +0100, Marco Bagolin wrote: > I tried to use: > > \ottava #1 > \set Staff.ottavation = #”fill” > ... music in drum mode... > \ottava #0 > > but obviously it can not work in drum mode... Hi Marco, Perhaps a TextSpanner would be a better choice for this. Does so