Re: Tone cluster

2020-05-22 Thread Gianmaria Lari
> > \toneCluster f' ~ f'' ~ \toneCluster f' f'' > > should work. > Yes, it works :) Thanks Pierre! g.

Re: Tone cluster

2020-05-22 Thread Pierre Perol-Schneider
Hi Gianmaria, \toneCluster f' ~ f'' ~ \toneCluster f' f'' should work. Cheers, Pierre Le ven. 22 mai 2020 à 16:52, Gianmaria Lari a écrit : > Hello Klaus and Pierre, > > I tried to use your \toneCluster and it works perfectly for me. Now I > tried to use \toneCluster with tie like this: > >

Re: Tone cluster

2020-05-22 Thread Gianmaria Lari
Hello Klaus and Pierre, I tried to use your \toneCluster and it works perfectly for me. Now I tried to use \toneCluster with tie like this: \toneCluster f' f'' ~ \toneCluster f' f'' ... and it works well except it only add a single tie at the top. Is there any way to add a lower and upper

Re: Tone cluster

2020-05-20 Thread Pierre Perol-Schneider
Humm, thank you Klaus, that looks pretty good! Le mer. 20 mai 2020 à 22:29, Klaus Blum a écrit : > Salut Pierre, > > Am 20.05.2020 um 18:00 schrieb lilypond-user-requ...@gnu.org: > > > toneCluster = #(define-music-function > > (note1 note2) (ly:music? ly:music?) > >

Re: Tone cluster

2020-05-20 Thread David Kastrup
Valentin Villenave writes: > On 5/20/20, Pierre Perol-Schneider wrote: >> Anything better? > > Nothing better. I was about to suggest using a modifier Arpeggio > stencil, but your solution is simpler and better. > > I’m not really sure why you’d need a music function at all, though: > > >

Re: Tone cluster

2020-05-20 Thread Klaus Blum
Salut Pierre, Am 20.05.2020 um 18:00 schrieb lilypond-user-requ...@gnu.org: > toneCluster = #(define-music-function >                  (note1 note2) (ly:music? ly:music?) >                    #{ >                       { >                         \once\override NoteHead.stem-attachment = #'(0

Re: Tone cluster

2020-05-20 Thread Valentin Villenave
On 5/20/20, Pierre Perol-Schneider wrote: > Anything better? Nothing better. I was about to suggest using a modifier Arpeggio stencil, but your solution is simpler and better. I’m not really sure why you’d need a music function at all, though: toneCluster ={ \once \override

Re: Tone cluster

2020-05-20 Thread Pierre Perol-Schneider
#}) %% Test: { a' \toneCluster a a'' a' \toneCluster a cis } Anything better? Cheers, Pierre Le mer. 20 mai 2020 à 13:38, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> a écrit : > Hi All, > > I have this function to make a tone cluster: > > > \ver

Tone cluster

2020-05-20 Thread Pierre Perol-Schneider
Hi All, I have this function to make a tone cluster: \version "2.20.0" toneCluster = #(define-music-function (note1 note2) (ly:music? ly:music?) #{ <<