Re: Note duration line (contemporary)

2012-11-29 Thread Matthew Probst
I find myself wishing for an O'Reilly style book "Hacking Lilypond". The user guide and the reference are fine as is, but a book with some extended examples of how to _architect_ solutions in Lilypond would be great. I already know Scheme the language, and have a basic understanding of the Lilypo

Re: Note duration line (contemporary)

2012-11-29 Thread Matthew Probst
On Thu, Nov 29, 2012 at 2:41 PM, Olivier Biot wrote: > On Thu, Nov 29, 2012 at 6:58 PM, Matthew Probst wrote: > >> I find myself wishing for an O'Reilly style book "Hacking Lilypond". The >> user guide and the reference are fine as is, but a book with so

My previous request is not of importance

2012-06-12 Thread Matthew Probst
Seems the snippet properly applies the current "relative" level to the snippet. I'm still curious, however, what the best practice for walking/recursing down SequentialMusic data structures is. My desire to get into the Scheme side of things stands. ___

Need some guidance from a Lilypond Scheme expert

2012-06-12 Thread Matthew Probst
I understand the Scheme language at intermediate level, but am not adept at processing Lilypond data structures. I'm looking into Snippet 465: http://lsr.dsi.unimi.it/LSR/Item?id=465 I have the following in my Lilypond code, for typesetting a common guitar strum pattern: rhtOne = #(rhythm-templ

Re: Do one thing well...

2012-06-12 Thread Matthew Probst
On Tue, Jun 12, 2012 at 8:29 AM, Jeff Barnes wrote: > Apparently, we can't do the following now because Lilypond needs a file to > process. (?) But the following looks like a nice feature to consider. And > it could mean some really cool scripts for a particular purpose could be > written. Or tem

Is there a way to prevent tied notes from triggering multiple note names with \context NoteNames?

2021-04-09 Thread Matthew Probst
I've been using Lilypond to create lead sheets for a band that I'm in, and it works great for that. Between that and a website I use for generating simple chord charts, we're covered for our notation purposes. I have some less skilled note readers in the band--they can read rhythm notation, and g

Re: Is there a way to prevent tied notes from triggering multiple note names with \context NoteNames?

2021-04-09 Thread Matthew Probst
Samra wrote: > > Le 09/04/2021 à 17:15, Matthew Probst a écrit : > > I've been using Lilypond to create lead sheets for a band that I'm in, > > and it works great for that. Between that and a website I use for > > generating simple chord charts, we're covered fo

Re: Is there a way to prevent tied notes from triggering multiple note names with \context NoteNames?

2021-04-09 Thread Matthew Probst
I tried Jean's solution and it seems to work perfectly. Need to try Phil's solution too.

Re: ANN: Frescobaldi 3.2

2022-05-05 Thread Matthew Probst
Just to clarify--if the pageview thingy is now required to be installed first, does that mean that a future packaged Windows version might have that plus the appropriate verison of Python packaged with it? I'm fine waiting for that, but wanted to know. On Thu, May 5, 2022 at 12:41 AM Wilbert Bere

Wondering if there's a way to not just hide N.C symbols, but have them not erase "current" chord.

2023-02-17 Thread Matthew Probst
I'm working on charts/scores for a full rock/funk band performance, and I am wondering whether there's an easy way to do what I'm looking for. I understand chordmode and nodemode, and I understand how to set up separate voices to show the chordnames and a pitch squashed rhythmic notation of hte ch

Re: Wondering if there's a way to not just hide N.C symbols, but have them not erase "current" chord.

2023-02-17 Thread Matthew Probst
me immeasurable time that would have been taken manually writing out parts in /notemode. On Fri, Feb 17, 2023 at 4:48 PM Jean Abou Samra wrote: > Le vendredi 17 février 2023 à 16:39 -0600, Matthew Probst a écrit : > > I'm working on charts/scores for a full rock/funk band perform

Re: Wondering if there's a way to not just hide N.C symbols, but have them not erase "current" chord.

2023-02-17 Thread Matthew Probst
ing a variable or function to wrap it? That would be nice to know, but not absolutely necessary. Thanks yet again. On Fri, Feb 17, 2023 at 4:48 PM Jean Abou Samra wrote: > Le vendredi 17 février 2023 à 16:39 -0600, Matthew Probst a écrit : > > I'm working on charts/scores for a

Re: Wondering if there's a way to not just hide N.C symbols, but have them not erase "current" chord.

2023-02-17 Thread Matthew Probst
06 PM Jean Abou Samra wrote: > Le vendredi 17 février 2023 à 16:58 -0600, Matthew Probst a écrit : > > One last question regarding this: > >- Given that now I have a way to not have to set the N.C. symbol to >the empty string, is there a way to preserve a method of using

Re: Wondering if there's a way to not just hide N.C symbols, but have them not erase "current" chord.

2023-02-24 Thread Matthew Probst
e vendredi 17 février 2023 à 19:03 -0600, Matthew Probst a écrit : > > This is indeed the first time I'm really understanding adding properties > to notes with music functions, and it makes much more sense to me now that > I'm deeper in this than it did in the past. > > Good t

Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Matthew Probst
I'm not quite sure how to construct an example--I'm working on my scoring for rock/funk band, and I have everything under control due to the great help I've received here. One final sticking point is that I like to mark repeat signs underneath with a "2x" or "4x". I've been using tweaked \marks:

Re: Not sure how to construct an example--need to mark repeat signs underneath, without wrapping to next line

2023-03-07 Thread Matthew Probst
Oh, I was operating on old/incorrect info on how to do this. That works perfectly, thanks! On Tue, Mar 7, 2023 at 10:45 AM Jean Abou Samra wrote: > Le mardi 07 mars 2023 à 10:29 -0600, Matthew Probst a écrit : > > I'm not quite sure how to construct an example--I'm working