lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.24 weirdness with slurred chords


From: Lukas-Fabian Moser
Subject: Re: 2.24 weirdness with slurred chords
Date: Sun, 25 Dec 2022 19:11:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

Hi Michael,

Am 25.12.22 um 18:57 schrieb Michael Werner:
Hey all. Ran into a bit of weirdness when trying to do slurred chords. I'm wanting a slur between each of the matching notes within the chord. And most of them are working as desired. Except one that has decided to be recalcitrant. Here's an MWE showing this.

\version "2.24.0"
\language "english"

\relative c'' {
  b4 b b
  < b\1\=1( f\2\=2( b,\3\=3( >4   < b\1\=1) f\2\=2) b,\3\=3) >
  < e,\1\=1( b\2\=2( e,\3\=3( >2.  < e\1\=1) b\2\=2) e,\3\=3) >2
}

image.png

The quarter note chords are slurred as desired. But for some reason the dotted half chord just won't cooperate. If I change the duration to anything without a dot it works - all 3 slurs appear. But with the dot on there it just won't show all 3 slurs. Yet in the tab staff all three slurs are shown.

My impression is that these aren't actually slurs at all, but rather ties.

\version "2.24.0"
\language "english"

\relative c'' {
  b4 b b
  <b\1 f\2 b,\3 >4~ <b\1 f\2 b,\3>
  <e,\1 b\2 e,\3 >2.~  < e\1 b\2 e,\3>2
}

But I'll readily admit that LilyPond's tie placement looks less than ideal in this case.

Lukas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]