Re: Independent rehearsalMarks in 2.24

2024-12-29 Thread Andreas K. H. von
Am Sonntag, dem 29.12.2024 um 20:51 + schrieb Timothy Lanfear: > > On 29/12/2024 18:28, Andreas K. H. von Rüden wrote: > > > > > > Is there any way i can achieve this in version 2.24? > > > > Thanks in advance. > > > > Andreas > > > > Running convert-ly gives a clue: > > Not smar

Re: Independent rehearsalMarks in 2.24

2024-12-29 Thread Timothy Lanfear
On 29/12/2024 18:28, Andreas K. H. von Rüden wrote: Is there any way i can achieve this in version 2.24? Thanks in advance. Andreas Running convert-ly gives a clue: Not smart enough to convert \consists Mark_engraver. If independent mark sequences are desired, use multiple Mark_tracking_tra

Independent rehearsalMarks in 2.24

2024-12-29 Thread Andreas K. H. von
Hi all, for a special purpose i need two independent rehearsal marks in different voices. In version 2.22.1 i used the following example successfully: \version "2.22.1" StimmeA = \relative { \mark #1 c''1 c1 \mark \default c1 } StimmeB = \relative { s1 \mark #1 s1 s1 } \score