[large/complex projects] where should transpositions go?

2024-01-27 Thread Kieren MacMillan
Hi all, So… At the bottom of this email, I’ve included a somewhat-M W E of something I’m wrestling with around all this stuff. You’ll see I have a ScoreMarks.ily file (one of many \includes, but needed here because the structure of the vc and pc are slightly different!), a notes.ily file (with

Re: [large/complex projects] conditional header values and/or book name

2024-01-27 Thread Kieren MacMillan
Hi Sam, Thanks for these thoughts! > I'm not sure if this fits under your umbrella of having a single top level > file, but what about this? > > song-FV.ly > definedVariables = data > \include song.ily > > song-SV.ly > definedVariables = data > \include song.ily > > song.ily

Measure Counter Engraver with groups bigger than a measure

2024-01-27 Thread Ben Bradshaw
Hello everyone, I have some music that has a four measure repeating section and then puts numbers at the first measure to indicate how many times the group has been done. I thought the measure counter engraver would work nicely, but it numbers every measure instead of every four measures. Is there

Re: "\override BarLine" for a PianoStaff

2024-01-27 Thread Ivan Kuznetsov
Yes it does! Thank you. On Fri, Jan 26, 2024 at 11:23 PM Vaughan McAlley wrote: > > Hi Ivan, > > \new PianoStaff \with { \remove "Span_bar_engraver" } > > should work! > >

Re: Numérotation des versets

2024-01-27 Thread Jean Abou Samra
Try the code here? https://lists.gnu.org/archive/html/lilypond-user/2022-04/msg00036.html Best, Jean signature.asc Description: This is a digitally signed message part

Re: Numérotation des versets

2024-01-27 Thread Michael Werner
Hi there, On Sat, Jan 27, 2024 at 6:35 AM Silvain Dupertuis < silvain-dupert...@bluewin.ch> wrote: > *Sorry for my question in French on an English-speaking forum... here is > an Englsh version* > > Hello, > Is there a way to automatically repeat the verse numbers on each line > when it is

Re: Numérotation des versets

2024-01-27 Thread David Kastrup
Silvain Dupertuis writes: > Thanks for the suggestion. > > This does provide a nice automatic numbering ... > but does not repeat the verse number on subsequent lines. > > But I did recycle your suggestion using a modified function with one paramater > > #(define nextcountstanza >    (let 

Re: Numérotation des versets

2024-01-27 Thread Silvain Dupertuis
Thanks for the suggestion. This does provide a nice automatic numbering ... but does not repeat the verse number on subsequent lines. But I did recycle your suggestion using a modified function with one paramater #(define nextcountstanza    (let  ((counter 0)) (lambda (x)    (set!

Re: Numérotation des versets

2024-01-27 Thread Lukas-Fabian Moser
Hi Silvain, Am 27.01.24 um 11:12 schrieb Silvain Dupertuis: /Sorry for my question in French on an English-speaking forum... here is an Englsh version/ Hello, Is there a way to automatically repeat the verse numbers on each line when it is defined by \set stanza = "1." without repeating this

Re: Numérotation des versets

2024-01-27 Thread Ya Gloops
Hello ! Maybe... #(define nextcountstanza    (let  ((counter 0))      (lambda ()        (set! counter (1+ counter))        (string-append ( number->string counter)"." \new Lyrics \lyricsto "VoiceOne" { \set stanza = #(nextcountstanza)  \VerseOne } \new Lyrics \lyricsto "VoiceOne" { \set

Numérotation des versets

2024-01-27 Thread Silvain Dupertuis
/Sorry for my question in French on an English-speaking forum... here is an Englsh version/ Hello, Is there a way to automatically repeat the verse numbers on each line when it is defined by \set stanza = "1." without repeating this instruction within the verse text with this structure in the

Re: Numérotation des versets

2024-01-27 Thread Jean Abou Samra
Hello, This is the English-speaking list. You probably meant to send this to the French forum, user-fr@lilypond.community .

Numérotation des versets

2024-01-27 Thread Silvain Dupertuis
Bonjour, Y a-t-il un moyen de répéter automatiquement les numéros de versets à chaque ligne définis par  \set stanza = "1."  ... sans répéter cette instruction à l’intérieur du texte des versets avec cette structure dans la partie score, les paroles étant définies dans des variables \new

Re: cadenza puzzle

2024-01-27 Thread bobr...@centrum.is
The 'global' section in the project I'm setting is a quartet and I use 'global' as a template of sorts for time signatures, etc. That way I only have to enter that information once. The solution given does solve the problem of the duplicate rests, but why are the full measure rests not