Re: explicit arpeggio

2024-04-26 Thread Robert Garrigos
Thanks, Nute. You are right, I should have said what I did. I actually tried 
the link that Robin send: 
https://lilypond.org/doc/v2.25/Documentation/snippets/rhythms_003a-using-ties-with-arpeggios

\set tieWaitForNote = ##t
\grace {fs,,4~^\pp\sustainOn cs'~ as'^~ s4*3}  1

> El 26 abr. 2024, a les 20:05, Knute Snortum  va escriure:
> 
> On Fri, Apr 26, 2024 at 7:07 AM Robert Garrigos  > wrote:
>> How about moving the grace notes of the lower staff to the left? I’m trying 
>> with GraceSpacing but cannot make it work just for the lower staff. It is 
>> applied to the Score, not the Staff.
> 
> It's nice to show what you have tried, so people have a starting point on 
> which to proceed.  Here's what I did; there may be other ways to do it:
> 
> \version "2.24.3"
> 
> staffUp = \change Staff = "upper"
> staffDown = \change Staff = "lower"
> 
> rightHand = \relative {
>   \set tieWaitForNote = ##t
>   \grace { c'4~ g'~ c~ } 1
> }
> 
> leftHand = \relative {
>   \clef bass
>   \set tieWaitForNote = ##t
>   \grace { f,4~ c'~ a'~ \staffUp \hideNotes \shiftOff c g' c } 
>   \unHideNotes \staffDown 1
> }
> 
> \score {
>   \new PianoStaff <<
> \new Staff = "upper" \rightHand
> \new Staff = "lower" \leftHand
>   >>
> } 
> 
> 
> --
> Knute Snortum
> 
> 



Re: explicit arpeggio

2024-04-26 Thread Knute Snortum
On Fri, Apr 26, 2024 at 7:07 AM Robert Garrigos  wrote:

> How about moving the grace notes of the lower staff to the left? I’m
> trying with GraceSpacing but cannot make it work just for the lower staff.
> It is applied to the Score, not the Staff.
>

It's nice to show what you have tried, so people have a starting point on
which to proceed.  Here's what I did; there may be other ways to do it:

\version "2.24.3"

staffUp = \change Staff = "upper"
staffDown = \change Staff = "lower"

rightHand = \relative {
  \set tieWaitForNote = ##t
  \grace { c'4~ g'~ c~ } 1
}

leftHand = \relative {
  \clef bass
  \set tieWaitForNote = ##t
  \grace { f,4~ c'~ a'~ \staffUp \hideNotes \shiftOff c g' c }
  \unHideNotes \staffDown 1
}

\score {
  \new PianoStaff <<
\new Staff = "upper" \rightHand
\new Staff = "lower" \leftHand
  >>
}


--
Knute Snortum


Re: explicit arpeggio

2024-04-26 Thread Robert Garrigos
How about moving the grace notes of the lower staff to the left? I’m trying 
with GraceSpacing but cannot make it work just for the lower staff. It is 
applied to the Score, not the Staff.

> El 26 abr. 2024, a les 13:33, Robin Bannister  va escriure:
> 
> Robert Garrigos wrote:
> 
>> I don’t find a way to do this kind of explicit arpeggio (piano):
> 
> This is covered at
> https://lilypond.org/doc/v2.25/Documentation/snippets/rhythms_003a-using-ties-with-arpeggios
> 
> 
> 
> Cheers,
> Robin




Re: explicit arpeggio

2024-04-26 Thread Robert Garrigos
Oh thanks. I knew it was somewhere, but couldn't find it.

⁣Robert

On 26 d’abr. de 2024, 13:33, at 13:33, Robin Bannister  wrote:
>  Robert Garrigos wrote:
>
>>
>> I don’t find a way to do this kind of explicit arpeggio (piano):
>>
>>
>
>This is covered at
>https://lilypond.org/doc/v2.25/Documentation/snippets/rhythms_003a-using-ties-with-arpeggios
>
>
>
>Cheers,
>Robin


Re: explicit arpeggio

2024-04-26 Thread Robin Bannister

 Robert Garrigos wrote:



I don’t find a way to do this kind of explicit arpeggio (piano):




This is covered at
https://lilypond.org/doc/v2.25/Documentation/snippets/rhythms_003a-using-ties-with-arpeggios



Cheers,
Robin