Re: overlapping D.S. al Coda and repeats with alternative

2025-03-20 Thread Lucas Cavalcanti
>From what I understood from the learning and reference material, there is no difference between the "\repeat volta" and "\repeat segno" except the automatic addition of the segno and coda marks. Coming from the opposite direction, I've asked a similar but contrary question with regards the segno s

Re: Chord Symbols below the staff

2025-03-20 Thread Steve Carlock
Thank you! That makes perfect sense. I had copied and pasted the chords from a different document and overlooked the usage of \chords. On Thu, Mar 20, 2025 at 5:45 PM Valentin Petzel wrote: > Hello Steve, > > > I'm having an issue with most of the chord symbols (except for the No > > Chord)

Re: Chord Symbols below the staff

2025-03-20 Thread Valentin Petzel
Hello Steve, > I'm having an issue with most of the chord symbols (except for the No > Chord) being displayed below the staff line. Obviously I've messed > something up but I have not been able to figure it out. If someone could > please take a look and point me in the right direction, I would a

Re: Chord Symbols below the staff

2025-03-20 Thread Lucas Cavalcanti
You must set a name for the \new Staff {\rguitar-part}. Like: new Staff = "guitar" {\rguitar-part} And also you must set the ChordNames above using the \with command. Like: \new ChordNames \with { alignAboveContext = "guitar" } { *some nice chords or variables* } Em qui., 20 de mar. de 2025 21:25

Chord Symbols below the staff

2025-03-20 Thread Steve Carlock
I'm having an issue with most of the chord symbols (except for the No Chord) being displayed below the staff line. Obviously I've messed something up but I have not been able to figure it out. If someone could please take a look and point me in the right direction, I would appreciate it. Thanks.

Re: overlapping D.S. al Coda and repeats with alternative

2025-03-20 Thread Lucas Cavalcanti
I like to leave this command as a function in case I need to adjust the size of the bracket. The original snippet is set in "2." (3/4 time signature), and sometimes I need it for a specific length. So I leave it as a function with a number argument. But with regards to a MWE... I agree with you 😅.

Re: overlapping D.S. al Coda and repeats with alternative

2025-03-20 Thread Knute Snortum
On Thu, Mar 20, 2025 at 3:45 PM Lucas Cavalcanti wrote: > From what I understood from the learning and reference material, there is > no difference between the "\repeat volta" and "\repeat segno" except the > automatic addition of the segno and coda marks. Coming from the opposite > direction, I'

Re: CompressMMRests

2025-03-20 Thread Walter Conlon
Disregard - I found the problem. Thank you for the help. Walter Conlon 600 Walnut Street Muscatine, IA 52761-4245 (563) 676-6307 From: Carl Sorensen Sent: Thursday, March 20, 2025 2:19 PM To: Walter Conlon Cc: lilypond-user@gnu.org Subject: Re: CompressMMRests

Re: Function with conditional

2025-03-20 Thread Lukas-Fabian Moser
Hi all, You could write this function more briefly as below. I wonder if there is any ambiguity about transposition by, for example, one semitone: should it be \transpose c cis or \transpose c des ? \version "2.24.0" #(define pitches (vector #{c#} #{des#} #{d#} #{es#} #{e#} #{f#} #{fis#} #{g#}

Re: CompressMMRests

2025-03-20 Thread Carl Sorensen
On Thu, Mar 20, 2025 at 10:08 AM Walter Conlon wrote: > I am having problems with this function in version 2.24.0. I have it on > for an entire document, but after a while, it just quits on me, forcing me > to do the rest measures one by one. Any suggestions? > I have had this problem in the p

FSF silent memorabilia auction - item of interest for lilypond users

2025-03-20 Thread Eko Kai Alanah Owen
Hi there, Our first-ever [Silent Memorabilia Auction][1] features many enticing pieces of free software history. As a member of the lilypond-user mailing list, we think you might be especially interested in the original [Waymarker drawing by Etienne Suvasa][2]. [1]: https://libreplanet.org/wiki/

overlapping D.S. al Coda and repeats with alternative

2025-03-20 Thread Paul Scott
Hi, This may have been asked before' Is there a way to do the following with Segno repeat structure? \version "2.25.24" \fixed c' {   a1   \segnoMark \default   \repeat volta 2   { d'1 }   \alternative{     \volta 1 { \codaMark \default c }     \volta 2 a   }   b   \textMark \markup{D.S. al Co

Re: Repeat barlines with "tails" in piano staff

2025-03-20 Thread Hans Aikema
> On 20 Mar 2025, at 18:56, Knute Snortum wrote: > > On Thu, Mar 20, 2025 at 5:17 AM Richard Shann > wrote: >> When using \bar ":|." in a piano staff the barline spans the two >> staffs, but when using \bar ":|]" it does not - is there a way to fix >> this? > >

Re: Repeat barlines with "tails" in piano staff

2025-03-20 Thread Richard Shann
On Thu, 2025-03-20 at 10:56 -0700, Knute Snortum wrote: > On Thu, Mar 20, 2025 at 5:17 AM Richard Shann > wrote: > > When using \bar ":|." in a piano staff the barline spans the two > > staffs, but when using \bar ":|]" it does not - is there a way to > > fix > > this? > > > > > When I ran your

Re: CompressMMRests

2025-03-20 Thread Knute Snortum
On Thu, Mar 20, 2025 at 7:08 AM Walter Conlon wrote: > I am having problems with this function in version 2.24.0. I have it on > for an entire document, but after a while, it just quits on me, forcing me > to do the rest measures one by one. Any suggestions? > How do you "have it on for the en

Re: Repeat barlines with "tails" in piano staff

2025-03-20 Thread Knute Snortum
On Thu, Mar 20, 2025 at 5:17 AM Richard Shann wrote: > When using \bar ":|." in a piano staff the barline spans the two > staffs, but when using \bar ":|]" it does not - is there a way to fix > this? > When I ran your example source with 2.25.24, I got a thin line spanning the staves. Is this n

Re: Spacing issue with openLilyLib break sets and MultiMeasureRests

2025-03-20 Thread Peter Crighton
On Tue, 18 Mar 2025 at 05:46, Peter Crighton wrote: > Hello all, > > has anybody familiar with openLilyLib come across this problem or would > know how to fix it? > I use the page-layout package in order to have access to break sets and > noticed the following issue: > > When using break sets, ba

Re: Function with conditional

2025-03-20 Thread Lucas Cavalcanti
At the moment I'm trying to resolve an specific issue that would not fall on enharmonic ambiguity, so writing with those intervals made sense in this situation (tonic and dominant being perfect, subdominant being perfect or augmented, and all the rest being major or minor). Still, thank you very mu

Re: Function with conditional

2025-03-20 Thread Timothy Lanfear
On 20/03/2025 11:44, Lucas Cavalcanti wrote: Hello, Lukas. I've re-drafted a mock up of the function in question. but now the mock up actually worked... I was just not adding the hash "#" to the number argument Still, I'll attach the function below to see if it can be better optimized. Yo

CompressMMRests

2025-03-20 Thread Walter Conlon
I am having problems with this function in version 2.24.0. I have it on for an entire document, but after a while, it just quits on me, forcing me to do the rest measures one by one. Any suggestions? Walter Conlon 600 Walnut Street Muscatine, IA 52761-4245 (563) 676-6307

Repeat barlines with "tails" in piano staff

2025-03-20 Thread Richard Shann
When using \bar ":|." in a piano staff the barline spans the two staffs, but when using \bar ":|]" it does not - is there a way to fix this? Here is an example: 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8> \version "2.25.18" \score { \new PianoStaff <<

Re: Function with conditional

2025-03-20 Thread Lucas Cavalcanti
Hello, Lukas. I've re-drafted a mock up of the function in question. but now the mock up actually worked... I was just not adding the hash "#" to the number argument Still, I'll attach the function below to see if it can be better optimized. %%CODE BEGINS %% someFunction = #(define-music-funct

Re: Function with conditional

2025-03-20 Thread Lukas-Fabian Moser
Hi Lucas, this sounds absolutely possible, but can you please give more details or - better still - an example of what you want to achieve? Lukas Lucas Cavalcanti schrieb am Do., 20. März 2025, 02:05: > Hello! I'm in need of help in regards to writing a music function that has > conditions ins