Re: Unusual beaming for piano music

2017-03-31 Thread Juan Cristóbal Cerrillo
This is wonderful. A perfect example of the very intelligent ideas behind Lilypond. And I second the idea of a contemporary notation bundle! all best, jc ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lily

Re: Unusual beaming for piano music

2017-03-31 Thread Jeffery Shivers
On Fri, Mar 31, 2017 at 4:44 AM, Andrew Bernard wrote: > For anybody who comes across this matter in the future, my example code is > attached - a bit too involved to be an MWE I am afraid. > > Gratitude to all for helping with this one! Thanks for sharing this! If/when openLilyLib proceeds with

Re: Unusual beaming for piano music

2017-03-31 Thread Andrew Bernard
Hi Harm, Well and indeed! Using this technique solves the problem. Thank you. Curiously, I make heavy use of this in my scores, but just could not see my way around it in this instance. Image of exact solution attached. The crux of it is the transition between up and down beaming where you can ju

Re: Unusual beaming for piano music

2017-03-31 Thread Andrew Bernard
Hi Harm, Many thanks for all this work, but having the noteheads centred does not help as I need to not have that - sorry, I never mentioned this aspect in the original post actually because that was not the query. Also, when I compile this example there are whitespace gaps all over, and I can;t

Re: Unusual beaming for piano music

2017-03-31 Thread Andrew Bernard
Hi Juan and Jeffery. Thank you for taking the time to work on the beaming problem. Yes, the MS shows noteheads with stems attached in the middle, but that is an idiosyncrasy of the composer and one that I expunge in the engraving. The solutions with the note stems centered therefore do not work fo

Re: Unusual beaming for piano music

2017-03-25 Thread Thomas Morley
2017-03-25 22:01 GMT+01:00 Juan Cristóbal Cerrillo : > Hello Harm, > > If you use two voices as Jeffery suggested and adjust the Stem.beaming > parameters it seems that the following is not needed. > Am I correct or is there something I’m missing? Hi Juan, I think you've merged the best of the so

Re: Unusual beaming for piano music

2017-03-25 Thread Juan Cristóbal Cerrillo
Hello Harm, If you use two voices as Jeffery suggested and adjust the Stem.beaming parameters it seems that the following is not needed. Am I correct or is there something I’m missing? > On Mar 25, 2017, at 6:38 AM, Thomas Morley wrote: > > %% This one is really ugly, because the values are

Re: Unusual beaming for piano music

2017-03-25 Thread Thomas Morley
2017-03-24 22:25 GMT+01:00 Thomas Morley : > > > 2017-03-24 2:13 GMT+01:00 Andrew Bernard : > >> Hi All, >> >> >> >> I have an unusual beaming situation in the piano work I am setting. The >> composer I work with is fussy (very) about his visual gestures in notation >> and it is incumbent on me to

Re: Unusual beaming for piano music

2017-03-24 Thread Juan Cristóbal Cerrillo
Anything is possible in Lilypond! ex2.ly Description: Binary data ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Unusual beaming for piano music

2017-03-24 Thread Juan Cristóbal Cerrillo
Working a bit on Jeffery’s suggestion, it seems to be getting very close to what you want: \version "2.18.2" \markup \vspace #3 beamPos = #(define-music-function (parser location beg end) (number? number?) #{ \once \override Beam.positions = #(cons beg end) #}) musOne = { << \

Re: Unusual beaming for piano music

2017-03-24 Thread Thomas Morley
2017-03-24 2:13 GMT+01:00 Andrew Bernard : > Hi All, > > > > I have an unusual beaming situation in the piano work I am setting. The > composer I work with is fussy (very) about his visual gestures in notation > and it is incumbent on me to reproduce the beaming seen in the attached > image. The i

Re: Unusual beaming for piano music

2017-03-24 Thread Jeffery Shivers
On Fri, Mar 24, 2017 at 3:34 PM, Jeffery Shivers wrote: > How about at that moment where the beam is "split" or whatever, > letting that top beam's stem go all the way down to the d-sharp, and > at that same moment beginning the second beam with a space? I think > with some settings for avoiding v

Re: Unusual beaming for piano music

2017-03-24 Thread Jeffery Shivers
On Fri, Mar 24, 2017 at 3:14 PM, Kim Shrier wrote: > In the notation reference about beaming, > http://lilypond.org/doc/v2.19/Documentation/notation/beams.en.html#manual-beams > , it looks like you can achieve what you want by using manual beaming along > with \set stemLeftBeamCount and \set st

Re: Unusual beaming for piano music

2017-03-24 Thread Kim Shrier
> On Mar 24, 2017, at 1:29 PM, Simon Albrecht wrote: > > Am 24.03.2017 um 20:14 schrieb Kim Shrier: >> In the notation reference about >> beaming,http://lilypond.org/doc/v2.19/Documentation/notation/beams.en.html#manual-beams >> , it looks like you can achieve what you want by using manual be

Re: Unusual beaming for piano music

2017-03-24 Thread Simon Albrecht
Am 24.03.2017 um 20:14 schrieb Kim Shrier: In the notation reference about beaming,http://lilypond.org/doc/v2.19/Documentation/notation/beams.en.html#manual-beams , it looks like you can achieve what you want by using manual beaming along with \set stemLeftBeamCount and \set stemRightBeamCoun

Re: Unusual beaming for piano music

2017-03-24 Thread Kim Shrier
> On Mar 23, 2017, at 7:26 PM, Jeffery Shivers wrote: > > On Thu, Mar 23, 2017 at 9:13 PM, Andrew Bernard > wrote: >> I have an unusual beaming situation in the piano work I am setting. The >> composer I work with is fussy (very) about his visual gestures in notation >> and it is incumbent on

Re: Unusual beaming for piano music

2017-03-23 Thread Jeffery Shivers
On Thu, Mar 23, 2017 at 9:13 PM, Andrew Bernard wrote: > I have an unusual beaming situation in the piano work I am setting. The > composer I work with is fussy (very) about his visual gestures in notation > and it is incumbent on me to reproduce the beaming seen in the attached > image. The is