On Wed, May 1, 2024 at 10:55 PM Robert Garrigos wrote:
> Oh this is a bit embarrassing, such a basic error….. sorry, I never
> realized that the parenthesis needs to be right after the first note.
>
Nothing to be embarrassed about. It takes some getting used to.
--
Knute Snortum
anfear
> Sent: Wednesday, May 1, 2024 2:15 PM
> To: Robert Garrigos ; LilyPond Users
>
> Subject: Re: slurs problem with voices
>
> On 01/05/2024 21:57, Robert Garrigos wrote:
>>
>> Why is not the first example working? I tried with explicit voicing with the
>
, May 1, 2024 2:15 PM
To: Robert Garrigos ; LilyPond Users
Subject: Re: slurs problem with voices
On 01/05/2024 21:57, Robert Garrigos wrote:
Why is not the first example working? I tried with explicit voicing with the
same results.
Thanks.
Robert
The slur starts at the d2 so must be
On Wed, May 1, 2024 at 1:59 PM Robert Garrigos wrote:
> I have this music to engrave, note the slur:
> [...]
> Why is not the first example working? I tried with explicit voicing with
> the same results.
>
Slurs in LilyPond are "post events", meaning they always go *after* the
note. So if you
On 01/05/2024 21:57, Robert Garrigos wrote:
Why is not the first example working? I tried with explicit voicing with the
same results.
Thanks.
Robert
The slur starts at the d2 so must be placed with that note following the
pitch and duration,
{ d4 d2( | \hideNotes ef8)}
--
Timothy Lanfea
Hi Robert,
> I tried different approaches but cannot get that slur.
\version "2.25.14"
\language "english"
global = {
\key ef \minor
\time 3/4
}
\relative c' {
\clef treble
\global
<<
{ bf'4 cf2 \tweak staff-position #5.1 ~ | 8 8 r8 r8 }
\\
{ d4 d2( | \hideNotes ef8) }
I have this music to engrave, note the slur:
I tried different approaches but cannot get that slur. This is my code, with
two examples:
\version "2.25.14"
\language "english"
global = {
\key ef \minor
\time 3/4
}
first_example = \relative c' {
\clef treble
\global
<<
{bf'4 \once