Re: Parenthensize a horizontal group?

2021-08-26 Thread Mark Probert
You wrote: > parenthesizeMusic function This is wonderful! Thank you! This is a slight error, which I don't have the skills to fix, in that there is no closing paren if music consists of a single note (a first/last problem?). Otherwise, straight into the library! .. mark.

Re: Parenthensize a horizontal group?

2021-08-26 Thread Ernie Braganza
Perfect! I thought it would be called padding. Appreciate the response. On Thu, Aug 26, 2021 at 3:07 AM Aaron Hill wrote: > On 2021-08-25 7:36 am, Ernie Braganza wrote: > > When I use the parenthesizeMusic function or the snippet in LSR-902 > > with a > > winged repeat bar, the parenthesis colli

Re: Stanzas and refrain

2021-08-26 Thread JxStarks
Hi Carlos, I do a lot of this sort of thing for my church. I usually use the following format: \header { } global { } chordNames \ chordmode { \global chord, chord, chord, etc.} melody = \relative c '' { \global music, music, music, etc } verse = \lyricmode { \set stanza = "1. " words, words, w

Re: Gracenote bug?

2021-08-26 Thread Helge Kruse
14 years, wow! I thought GCC bug 1773 would be the oldest bug. But that had been closed a decade ago. Helge Am 23.08.2021 um 20:49 schrieb Kees van den Doel: A 14 year old bug must be some sort of record. Workaround seems to put a grace note in all voices, but use 's' to make unwanted ones inv

Stanzas and refrain

2021-08-26 Thread Carlos R Martinez
Hi, How do I setup a lead sheet with 3 stanzas and 1 chorus/refrain. I need the refrain/chorus in the middle of the page after the verses Thanks --

Re: A challenging music transformation...

2021-08-26 Thread lilypond
Hello Gordon, I’ve created a function for replacing arbitrary chords with other chords. Note that this requires the use of absolute notation, because to support relative notation I’d need to implement my own parser just to know what octave the notes are in. Cheers, Valentin\version "2.22" % r

Re: Parenthensize a horizontal group?

2021-08-26 Thread Aaron Hill
On 2021-08-25 7:36 am, Ernie Braganza wrote: When I use the parenthesizeMusic function or the snippet in LSR-902 with a winged repeat bar, the parenthesis collides with the bar. I have not been able to find a way to pad the bar or the parentheses in a way that avoids this. [in this code I coul