Re: add stems to rests under a beam?

2015-08-07 Thread N. Andrew Walsh
actually, Lily apparently already provides a handy mechanism for explicit vertical placement of rests: instead of writing r16, I write a16\rest (replacing the a with whatever pitch I prefer to use), and the rest is placed at that position. It's like the second item in the Reference for rests, §1.2.

Test - please ignore

2015-08-07 Thread Urs Liska
___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: add stems to rests under a beam?

2015-08-07 Thread Klaus Blum
N. Andrew Walsh wrote > I'd prefer to keep the position of the rests as close to > unchanged (ie where they would otherwise appear, were they not under a > beam) as I can. Obviously this will force all the stems to be considerably > longer than normal, but I'd rather that than have the rests sudden

Re: Centering a stencil on another stencil

2015-08-07 Thread Thomas Morley
2015-08-07 19:28 GMT+02:00 Paul Morris : >> On Jul 27, 2015, at 6:14 PM, Thomas Morley wrote: >> >> We've already ly:stencil-aligned-to and centered-stencil, leading to: >> >> circle = #(make-circle-stencil 3 0.4 #f) >> >> square = >> #(stencil-with-color >> (make-connected-path-stencil >> '((0

Re: Centering a stencil on another stencil

2015-08-07 Thread Paul Morris
> On Jul 27, 2015, at 6:14 PM, Thomas Morley wrote: > > We've already ly:stencil-aligned-to and centered-stencil, leading to: > > circle = #(make-circle-stencil 3 0.4 #f) > > square = > #(stencil-with-color > (make-connected-path-stencil > '((0 0) (3 0) (3 3) (0 3) (0 0)) > 0.4 1 1 #f #f)

Re: Including an articulation in a markup

2015-08-07 Thread Ralph Palmer
On Fri, Aug 7, 2015 at 9:18 AM, Thomas Morley wrote: > 2015-08-07 15:02 GMT+02:00 Ralph Palmer : > > > I need to include a snap pizzicato symbol (\snappizzicato) in a footnote, > > and I can't figure out how to call the symbol. > > > http://www.lilypond.org/doc/v2.19/Documentation/notation/the-

Re: add stems to rests under a beam?

2015-08-07 Thread N. Andrew Walsh
PPS- okay, overriding stemlet length got it looking the way I want (overriding French beaming seems unnecessary in this use case), but with one tweak: I'd prefer to keep the position of the rests as close to unchanged (ie where they would otherwise appear, were they not under a beam) as I can. Obvi

Re: add stems to rests under a beam?

2015-08-07 Thread Jacques Menu
Hello Andrew, I seen to get what you want with the followin, maybe with too long stems though : \override Stem.stemlet-length = #0.75 Can you try that? JM > Le 7 août 2015 à 15:25, N. Andrew Walsh a écrit : > > PS- obviously, that's a typo in the first paragraph of my last message: it >

Re: add stems to rests under a beam?

2015-08-07 Thread N. Andrew Walsh
PS- obviously, that's a typo in the first paragraph of my last message: it should read "16th note with a secondary BEAM" (not stem). Anyway, here attached is a (really terrible freehand GIMP-made) drawing of what I want to see. On Fri, Aug 7, 2015 at 9:12 PM, N. Andrew Walsh wrote: > Hi David/An

Re: Including an articulation in a markup

2015-08-07 Thread Thomas Morley
2015-08-07 15:02 GMT+02:00 Ralph Palmer : > Greetings - > > I'm running Ly 2.18.2 under Win7. > > I need to include a snap pizzicato symbol (\snappizzicato) in a footnote, > and I can't figure out how to call the symbol. I've looked extensively in > the Notation Reference, the Internals Reference,

Re: add stems to rests under a beam?

2015-08-07 Thread N. Andrew Walsh
Hi David/Andrew/'ponders, actually, what I want is two things: that the stem extends downward from the beam, and that this stemlet is connected to the following 16th note with a secondary stem. As it is now, the secondary beam stops midway between the c16 and the r16. In short, what I want to see

Including an articulation in a markup

2015-08-07 Thread Ralph Palmer
Greetings - I'm running Ly 2.18.2 under Win7. I need to include a snap pizzicato symbol (\snappizzicato) in a footnote, and I can't figure out how to call the symbol. I've looked extensively in the Notation Reference, the Internals Reference, the LilyPond Snippet Repository, and the mailing list