Re: custom multi-measure rests

2016-03-24 Thread Marc Hohl
Am 24.03.2016 um 02:47 schrieb Flaming Hakama by Elaine: I'd like to figure out how to execute something found in some Jazz charts for drums. It is a compact way to indicate "play time for X measures" in a single measure. I think this has been discussed (and solved) already, see https://list

Re: Flag stencil

2016-03-24 Thread Marc Hohl
Am 24.03.2016 um 03:00 schrieb Andrew Bernard: When making a custom flag stencil, how does one go about getting all the flags added to the stem, for the various note values, not just one? Here’s what I have so far, which only makes one flag for any value. I want to draw my own paths, not add gly

Re: Flag stencil

2016-03-24 Thread Andrew Bernard
Hi Marc, Thanks. But I specifically mentioned I am drawing my own stencil, not using a font glyph. Digging deeper, the answer lies in flag-styles.scm, where can be found a recursive function buildflag that recursively draws the supplied stencil in the right offsets according to the supplied du

Re: Flag stencil

2016-03-24 Thread Malte Meyn
Isn’t \override Flag.stencil = #modern-straight-flag or \override Flag.stencil = #(straight-flag [some values, see flag-styles.scm for explanation]) what you want? I think you don’t need to write the stencil from scratch ;) Am 24.03.2016 um 09:37 schrieb Andrew Bernard: Hi Marc, Thanks. But

Re: custom multi-measure rests

2016-03-24 Thread Andrew Bernard
Hi David, It’s LSR 753 I think you are after. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Flag stencil

2016-03-24 Thread Andrew Bernard
Hi Malte, Thanks. I am engraving a massively complex work by my colleague, a principal exponent of the New Complexity School, and the flags are very subtle. But in fact, I am able to do precisely as you say and it handles all the cases I currently need with a function that calls straight-flag w

Re: Flag stencil

2016-03-24 Thread Marc Hohl
Am 24.03.2016 um 09:37 schrieb Andrew Bernard: Hi Marc, Thanks. But I specifically mentioned I am drawing my own stencil, not using a font glyph. Yep, that's exactly what I wrote. The stuff with the glyphs was just an explanation for Lilypond's way to *choose* flags not to *stack* them, so y

Re: custom multi-measure rests

2016-03-24 Thread Marc Hohl
Am 24.03.2016 um 10:45 schrieb Andrew Bernard: Hi David, It’s LSR 753 I think you are after. D'oh – I searched the LSR for "multi measure rest" but did not find that one ;-) Marc Andrew ___ lilypond-user mailing list lilypond-user@gnu.org htt

Horizontal \sustainOn alignment

2016-03-24 Thread N. Andrew Walsh
Hi List, quick question: is there a way to modify the horizontal alignment of the various \sustainOn grobs? For reasons inexplicable to me (also somewhat odd from an engraving standpoint) my client wants the traditional Ped. glyph left-aligned to the start of the note. Is there a way to do this t

Re: Horizontal \sustainOn alignment

2016-03-24 Thread Kieren MacMillan
Hi, > For reasons inexplicable to me (also somewhat odd from an engraving > standpoint) my client wants the traditional Ped. glyph left-aligned to the > start of the note. Isn’t that the accepted tradition (cf. Gould)? Perhaps I’m misunderstanding your description… Thanks, Kieren.

Re: Horizontal \sustainOn alignment

2016-03-24 Thread N. Andrew Walsh
Well, we're talking about mm. here: In all of Gould's examples, it's more the "e" that's centered on the notehead. My client wants the vertical of the P to be flush with the left side of the notehead (which shifts it slightly but noticeably rightward compared to standards). I'm not sure why, but th

Re: Horizontal \sustainOn alignment

2016-03-24 Thread N. Andrew Walsh
Hi Andrew, thank you for your kind offer. To be honest, I tend to agree with you: as ugly as the Fraktur glyph is, it's immediately recognizable (Gould even argues against using a Roman typeface, to avoid confusion with the sostenuto pedal). TBH, I think it was aligned like this in my working copy

Re: Horizontal \sustainOn alignment

2016-03-24 Thread Kieren MacMillan
Hi, > In all of Gould's examples, it's more the "e" that's centered on the notehead. We must have different Goulds: not only are all of the examples I see left-aligned with the left edge of the “P” [even using a magnifying glass], but Gould explicitly states (in the prose) that this is the the

Custom drum midi notes (Was: mute percussion notation)

2016-03-24 Thread Pierre-Luc Gauthier
Pierre-Luc Gauthier writes: >> When one remaps note names like that, is it also possible to map midi >> notes to those names? David Kastrup writes: > It would appear that midiDrumPitches are used for initializing > drumPitchTable in some context in ly/performer-init.ly so it should be > possible

Re: Custom drum midi notes (Was: mute percussion notation)

2016-03-24 Thread Simon Albrecht
On 24.03.2016 16:02, Pierre-Luc Gauthier wrote: % How can I append those bellow to the default list? % (Instead of replacing the old list) midiDrumPitches = #`( (key . ,(ly:make-pitch 0 6 FLAT)) (cr . ,(ly:make-pitch 1 1 NATURAL))

Re: Horizontal \sustainOn alignment

2016-03-24 Thread tisimst
On Thu, Mar 24, 2016 at 7:29 AM, Kieren MacMillan [via Lilypond] < ml-node+s1069038n188919...@n5.nabble.com> wrote: > > Is that even doable? > > Of course. Simply change the X-offset: > > \version "2.19.36" > > pedalstuff = { > \clef bass > c1\sustainOn c1\sustainOff > \override Staff.Sustai

Re: Horizontal \sustainOn alignment

2016-03-24 Thread Mark Knoop
At 15:04 on 24 Mar 2016, Mark Knoop wrote: >At 09:29 on 24 Mar 2016, Kieren MacMillan wrote: >>> In all of Gould's examples, it's more the "e" that's centered on the >>> notehead. >> >>We must have different Goulds: not only are all of the examples I see >>left-aligned with the left edge of the

Re: Horizontal \sustainOn alignment

2016-03-24 Thread Mark Knoop
At 09:29 on 24 Mar 2016, Kieren MacMillan wrote: >> In all of Gould's examples, it's more the "e" that's centered on the >> notehead. > >We must have different Goulds: not only are all of the examples I see >left-aligned with the left edge of the “P” [even using a magnifying >glass], but Gould ex

Re: Custom drum midi notes (Was: mute percussion notation)

2016-03-24 Thread Pierre-Luc Gauthier
2016-03-24 11:26 GMT-04:00 Simon Albrecht : > An alist being a list of list you should be able to write > > midiDrumPitches = #(append midiDrumPitches > `((key . ,(ly:make-pitch 0 6 FLAT)) >(cr . ,(ly:make-pitch 1 1 NATURAL)) >(b

How to add padding around whiteout text

2016-03-24 Thread Joseph N. Srednicki
Hello: Please see the following code example. In this example, I used the \whiteout command so that my markup looks like it interrupts or a layer on top of the spanner bar. Could someone please explain how to add some padding around the text or point me to the location in the documentation or

Re: How to add padding around whiteout text

2016-03-24 Thread Malte Meyn
Am 24.03.2016 um 19:25 schrieb Joseph N. Srednicki: Could someone please explain how to add some padding around the text or point me to the location in the documentation or mail archive that deals with this issue? Whiteout has been improved in version 2.19, you can now override the thickness

Re: How to add padding around whiteout text

2016-03-24 Thread Daniel Birns
I downloaded 2.19.38 and got this. Is this a new problem with .38? Do you, Joseph, see this? dant.ly:35:1: error: syntax error, unexpected ‘}' On Mar 24, 2016, at 11:25 AM, Joseph N. Srednicki mailto:jnsredni...@verizon.net>> wrote: Hello: Please see the following code exampl

RE: How to add padding around whiteout text

2016-03-24 Thread Joseph N. Srednicki
Hi Daniel: I did not receive the error that you mentioned. I compiled with Version 2.19.35. Thanks. Joe Srednicki From: Daniel Birns [mailto:danielbi...@quantumintech.com] Sent: Thursday, March 24, 2016 3:27 PM To: Joseph N. Srednicki Cc: lilypond-user@gnu.org Subject: Re: How to

Re: How to add padding around whiteout text

2016-03-24 Thread Simon Albrecht
On 24.03.2016 19:25, Joseph N. Srednicki wrote: Could someone please explain how to add some padding around the text or point me to the location in the documentation or mail archive that deals with this issue? Just use: \markup { \override #'(thickness . 5) \whiteout { \fontsize #-3 \line

Re: How to add padding around whiteout text

2016-03-24 Thread Simon Albrecht
On 24.03.2016 20:26, Daniel Birns wrote: I downloaded 2.19.38 and got this. Is this a new problem with .38? Do you, Joseph, see this? dant.ly :35:1: error: syntax error, unexpected ‘}' This is a very basic LilyPond syntax error, so it certainly doesn’t have anything to do wit

RE: How to add padding around whiteout text

2016-03-24 Thread Joseph N. Srednicki
Hello everyone: Thanks to everyone who responded. To avoid any possible copy and paste errors, I am attaching the example in a file. I checked over the file and compiled it again. Lilypond compiles the file successfully without any errors or warnings. It is possible to add padding around the m

RE: How to add padding around whiteout text

2016-03-24 Thread Joseph N. Srednicki
Please ignore my last message; it crossed with this one. Thanks, Simon. Much appreciated. -Original Message- From: Simon Albrecht [mailto:simon.albre...@mail.de] Sent: Thursday, March 24, 2016 5:07 PM To: Joseph N. Srednicki ; lilypond-user@gnu.org Subject: Re: How to add padding aroun

Re: How to add padding around whiteout text

2016-03-24 Thread Daniel Birns
Y’all, I had trouble with this in lilypond. Sure enough, if you look at the bottom, the email processing mangled the source. The last two << characters are replaced with something else. The test_whiteout.ly file worked fine, and then I discovered what happened. I’ll have to look out for that in