Re: \override multiple properties?

2020-02-01 Thread Aaron Hill
On 2020-02-01 6:46 pm, Bric wrote: In my case i am needing to override a series of notes and then revert. (So, don't want to use "\once"). I have already used your construct, coupling it with reverting directives grouped the same way (with a named group): emphasizeStem = { \override

Re: \override multiple properties?

2020-02-01 Thread Bric
> On February 1, 2020 at 7:06 PM Aaron Hill wrote: > related \overrides into their own music variable or function, if there > needs to be some parameterization: > > > \version "2.18" > > emphasizeStem = { >\override Stem.thickness = #3.0 >\override Stem.color = #'(0.5 0.3 0.2)

Re: \override multiple properties?

2020-02-01 Thread Aaron Hill
On 2020-02-01 7:54 am, David Kastrup wrote: Bric writes: Is it possible to override multiple with just one "\override" directive? something like this (wrong syntax): \override { Voice.Stem.thickness = #3.0 Voice.Stem.color = #(rgb-color 0.3 0.1 0.1) } to reduce

Re: Clef change placement

2020-02-01 Thread Kieren MacMillan
Hi Daniel, > From Elaine Gould's "Behind Bars" (p. 9): > >> Where an instrument rests for more than a system, it is usual to return it >> to its commonest clef... Place >> the clef change at the end of the system after the player has finished: this >> is the least disruptive position >> as

Re: \override multiple properties?

2020-02-01 Thread David Kastrup
Bric writes: > The documentation examples are showing single property overrides, like so: > > \override Voice.Stem.thickness = #3.0 > > Is it possible to override multiple with just one "\override" directive? > > something like this (wrong syntax): > > \override { Voice.Stem.thickness = #3.0 >

\override multiple properties?

2020-02-01 Thread Bric
The documentation examples are showing single property overrides, like so: \override Voice.Stem.thickness = #3.0 Is it possible to override multiple with just one "\override" directive? something like this (wrong syntax): \override { Voice.Stem.thickness = #3.0 Voice.Stem.color =

Re: passing file to LilyBin

2020-02-01 Thread David Nalesnik
Hi Kieren! On Sat, Feb 1, 2020 at 8:15 AM Kieren MacMillan wrote: > > Hi David, > > Does help? > > Cheers, > Kieren. It's very informative, though I was hoping that there is a LilyBin API. If not, that would be a killer

\partCombine \pitchedTrill

2020-02-01 Thread Pierre-Luc Gauthier
Hi there, In this MWE the trill pitch des''' is not displayed for some reason. When \partCombineChords is forced, why doesn't both trill note get displayed ? Side question : Why isn't the second bar merged "chorded" by default? Both parts seems \partCombineApart by default. Thanks for your

Re: Newbie Question

2020-02-01 Thread Mark Gould
Hi, A reboot seemed to fix my issue... I have a working LilyPond now - so time to do some reading of the manuals! Mark

Re: passing file to LilyBin

2020-02-01 Thread Kieren MacMillan
Hi David, Does help? Cheers, Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

Re: passing file to LilyBin

2020-02-01 Thread David Nalesnik
On Sat, Feb 1, 2020 at 7:39 AM David Nalesnik wrote: > > Hi all, > > If a website writes an LY file, is it then possible to call > lilybin.org directly with the file from the website? I suppose you > could write it to the clipboard, but a more direct route would be > nice. > And, that would

passing file to LilyBin

2020-02-01 Thread David Nalesnik
Hi all, If a website writes an LY file, is it then possible to call lilybin.org directly with the file from the website? I suppose you could write it to the clipboard, but a more direct route would be nice. Thanks, David

Re: Scheme Book

2020-02-01 Thread Freeman Gilmore
Thanks, Urs: I have read “Extending LilyPond”, it did give me some idea of some of what I need to know. But the need was still there. I find your “Scheme Book” answers this need. Thank you for all your effort.Wish I was smart enough to help. Thank You, ƒg On Sat, Feb 1, 2020 at 3:47

Re: clusters (accordion)

2020-02-01 Thread Gianmaria Lari
> > I would like to engrave the cluster symbol in the attached image. > I have been able to do something that is similar. Here it is: \version "2.19.83" { \hide Rest \makeClusters { 8 8} r8 \makeClusters { 8 8} r8 \makeClusters { 8 8} r8 \makeClusters { 8 8} r8 \undo \hide Rest }

Re: Scheme Book

2020-02-01 Thread Urs Liska
Am Freitag, den 31.01.2020, 16:53 -0800 schrieb Aaron Hill: > On 2020-01-31 11:57 am, Urs Liska wrote: > > https://scheme-book.ursliska.de > > My apologies for hijacking this thread. Don't worry, seems like a useful thing. > > Two things: > > 1) Is it possible to auto-generate (ideal) or