Re: Stem extension question

2022-05-02 Thread Rip _Mus
Thank you for your valuable suggestions! I took the music function by Pierre-Luc and modified as follows: artificialHarmonicMod = #(define-music-function (stopped touched result duration) (ly:music? ly:music? ly:pitch? ly:duration?)

Re: Stem extension question

2022-05-02 Thread Pierre-Luc Gauthier
I used this extensively (in Stravinsky and whatnot). artificialHarmonic = #(define-music-function (stopped touched result duration) (ly:pitch? ly:pitch? ly:pitch? ly:duration?) #{ \afterGrace

Re: Stem extension question

2022-05-02 Thread Kieren MacMillan
Hi there, > The purpose is to simplify the inserting of hartificial harmonic + resulting > sound, without using the creation of a second voice. Are you thinking something like this? %%% SNIPPET BEGINS \version "2.22" \tweak Stem.direction #DOWN \tweak Stem.length 11 \tweak Stem.extra-offset #

Re: Stem extension question

2022-05-01 Thread Rip _Mus
Hi Jean, thank you for the reply! The purpose is to simplify the inserting of hartificial harmonic + resulting sound, without using the creation of a second voice. I found that it is possible to tweak the stem-begin-position property, but this work only for unbeamed note. Do you have any suggestion

Re: Stem extension question

2022-05-01 Thread Jean Abou Samra
Hello, Le 01/05/2022 à 11:26, Rip _Mus a écrit : Good morning to everyone, I would like to ask you if you know a way to manually define the extension of a Stem in the case of a chord. For example, I write a chord of three sounds, but I would like the Stem to extend only to some of them, for

Stem extension question

2022-05-01 Thread Rip _Mus
Good morning to everyone, I would like to ask you if you know a way to manually define the extension of a Stem in the case of a chord. For example, I write a chord of three sounds, but I would like the Stem to extend only to some of them, for example the two lowest notes, making the top note "float