Re: (No subject)

2024-04-22 Thread Gian Paolo Renello
Thank you for this example which explains me lot of things. Also I found the solution with the model Aikema proposed, that is  when you write the music voices (soprano, alto or what else in another part of the file you should give them the same name of the new voice you write in the \score part. I

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Hajo Baess
> Is there a reason you are writing... Yes there is. Let me explain, because from what you have seen so far, this is not obvious. What I am typesetting is an Italian violin piece from a manuscript from around 1800. Back then it seems that our modern triplet notation were unknown in Italy or did

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Knute Snortum
On Mon, Apr 22, 2024 at 3:32 AM Hajo Baess wrote: > > Is there a reason you are writing... > > Yes there is. [...] > The question is only: will it work as well in my score. I still > have to try and see, and I will report what will happen... > I think this does what you want: \version

Re: Mixed ChoirGroup: Solo/Choir

2024-04-22 Thread Timothy Lanfear
On 22/04/2024 17:06, Johannes Roeßler wrote: I'd like to achieve this: Any ideas? This is close to your picture \version "2.24.2" \new StaffGroup <<   \new Staff="staffa" { a'1 1     \once \override Score.BreakAlignment.break-align-orders = #(make-vector 3 '(staff-bar clef key-signature

Mixed ChoirGroup: Solo/Choir

2024-04-22 Thread Johannes Roeßler
Hi Group, having this: \version "2.24.0" \score {   \new ChoirStaff <<     \new Staff {s1 s1 a'1}     \new Staff {s1 s1 a'1}     \new Staff {a'1 a' a'}     \new Staff {s1 s1 a'1}   >>   \layout { } } I'd like to achieve this: Any ideas? Best regards Johannes -- Diese E-Mail wurde von

Re: Mixed ChoirGroup: Solo/Choir

2024-04-22 Thread David Wright
On Mon 22 Apr 2024 at 18:06:21 (+0200), Johannes Roeßler wrote: > \version "2.24.0" > \score { >   \new ChoirStaff << >     \new Staff {s1 s1 a'1} >     \new Staff {s1 s1 a'1} >     \new Staff {a'1 a' a'} >     \new Staff {s1 s1 a'1} >   >> >   \layout { } > } I'm guessing this might be an XY

Re: Mixed ChoirGroup: Solo/Choir

2024-04-22 Thread Johannes A . Roeßler
Thx David, and it's exactly what I'll use it for... Preces :) Am 22. April 2024 21:41:12 schrieb David Wright : On Mon 22 Apr 2024 at 18:06:21 (+0200), Johannes Roeßler wrote: \version "2.24.0" \score { \new ChoirStaff << \new Staff {s1 s1 a'1} \new Staff {s1 s1 a'1} \new Staff

Re: simple problem: my first text spanner starts too early?

2024-04-22 Thread Xavier Scheuer
On Mon, 22 Apr 2024 at 21:48, Kenneth Wolcott wrote: > > Hi; > > I've made a simple mistake but I can't figure out what I did wrong. > > At bar #36 the first text spanner starts. I think that's correct. But > the piano articulation should be a bar earlier? But that also seems > correct. How

Re: Force LilyPond to show same time signature again

2024-04-22 Thread Hajo Baess
Not quite yet: I do not want the 3/4 to appear in the left hand where for this part there is no actual meter change. But I think you put me on the right track: the solution is that you need to add \omit Staff.TimeSignature before the second 3/4. Then the only the first 3/4 is shown. Thank you so

Re: simple problem: my first text spanner starts too early?

2024-04-22 Thread Kenneth Wolcott
Thank you Xavier! You gave me the hint I needed. I need to specify that the text spanner should start below (not default, which is above). Problem solved. Ken On Mon, Apr 22, 2024 at 1:18 PM Xavier Scheuer wrote: > > On Mon, 22 Apr 2024 at 21:48, Kenneth Wolcott > wrote: > > > > Hi; > > >