Re: Combining notes and articualtions

2021-12-22 Thread Valentin Petzel
Hello Leo, You could use for-some-music, but this would require us to handle lots of different cases to properly count the time. So we rather want to keep using ly:music-length to determine the actual length of a bit of music. Rather I suggest doing it like before, but calling the method

Re: Combining notes and articualtions

2021-12-22 Thread Leo Correia de Verdier
Hi Valentin! Thanks very much for your help! How would I go about to make the function climb the music tree? (There are nested sequential music expressions, needed for another function to work) Could I use for-some-music in some way? > 21 dec. 2021 kl. 00:15 skrev Valentin Petzel : > >