Re: \mergeDifferentlyHeadedOn made strange behavior in chord, or it's a bug?

2023-09-24 Thread Adam M. Griggs
Second time sending this, but this time via "Reply all" for the list. Pardon the spam. How's this? \version "2.25.8" \relative c'' { \mergeDifferentlyHeadedOn \once \omit Staff.TimeSignature << {2} \\ {< \tweak duration-log #1 c e>8[ g' g, g']} >> } On Mon, 25

\mergeDifferentlyHeadedOn made strange behavior in chord, or it's a bug?

2023-09-24 Thread cc0_knight--- via LilyPond user discussion
Hi everyone! as the code mentioned below, when i try to engraving, the root note of the chord are not same as upper note. how to solve this problem? the aim: problem: code: \relative c'' {   \mergeDifferentlyHeadedOn   \time 4/8   <<     {2}     \\     {8 [g'8]}   >> } best regards!

Re: Symmetrical hairpins

2023-09-24 Thread Knute Snortum
On Sun, Sep 24, 2023 at 9:12 AM Arjen wrote: > Tweaking with the lengths of the spacers turns out very difficult and > results in hairpins at unequal vertical positions: > \version "2.24.1" > \new Voice \relative << >{ c'2 c2 } >{ s4...\< s32\! s2\> <>\! } > >> > What I use in this

Re: Is there a way to convert -- or evaluate -- a string to a pitch?

2023-09-24 Thread Jean Abou Samra
Try (ly:parse-string-expression (ly:parser-clone) (getenv "FROM_KEY")) signature.asc Description: This is a digitally signed message part

Is there a way to convert -- or evaluate -- a string to a pitch?

2023-09-24 Thread Kevin Cole
Suppose I have two environment variables FROM_KEY and TO_KEY and in my lilypond source I have: fromkey = #(if (getenv "FROM_KEY") (getenv "FROM_KEY") "c") tokey = #(if (getenv "TO_KEY") (getenv "TO_KEY") fromkey) ... \transpose \fromkey \tokey { \melody }

Re: Symmetrical hairpins

2023-09-24 Thread Mats Bengtsson
On 2023-09-24 16:58, Arjen wrote: Hi, I'm trying to place symmetrical hairpins under a bar, but it turns out that the left (crescendo) hairpin is longer than the right (descrescendo) hairpin. MWE: \version

Re: what is an articulation that looks like a marcato but is shaped like a half-moon?

2023-09-24 Thread Jean Abou Samra
Le dimanche 24 septembre 2023 à 17:03 +0200, Kwetal a écrit : > Hi, > > I noticed that my previous answer didn't make it to the list... I did receive > Hi Kenneth, > > I think that is a laissez vibrer tie. I don't have access to my browser now, > but I'm sure you will find it when you search

Re: what is an articulation that looks like a marcato but is shaped like a half-moon?

2023-09-24 Thread Kwetal
Hi, I noticed that my previous answer didn't make it to the list... Looks like a laissez vibrer tie: https://lilypond.org/doc/v2.25/Documentation/snippets/fretted-strings_003a-laissez-vibrer-ties Hope this helps, Arjen Op 18-09-2023 om 04:31 schreef Kenneth Wolcott: what is an articulation

Symmetrical hairpins

2023-09-24 Thread Arjen
Hi, I'm trying to place symmetrical hairpins under a bar, but it turns out that the left (crescendo) hairpin is longer than the right (descrescendo) hairpin. MWE: \version "2.24.1" \new Voice \relative <<   { c'2 c2 }   { s2\< s2\> <>\! } >> Tweaking with the lengths of the spacers turns out