RE: align aftergraces

2020-01-04 Thread Mark Stephen Mrotek
Malte Meyn,

Changing only the lower to 7/8 works.
Thank you for not only your correction but also the explanation.

Mark

-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Malte Meyn
Sent: Saturday, January 04, 2020 9:02 AM
To: lilypond-user@gnu.org
Subject: Re: align aftergraces



Am 04.01.20 um 17:38 schrieb Mark Stephen Mrotek:
> Hello all,
> 
> In the following, the two aftergraces do not align.

The 15/16 in \afterGrace 15/16 . is not a duration but a fraction of the
duration of the following note. In the upper staff you have a half note, in
the lower staff a quarter note. To align the grace notes, you'll need
31/32 in the upper or 7/8 in the lower staff.




RE: align aftergraces

2020-01-04 Thread Mark Stephen Mrotek
Peter,

 

Thank you not only for the correction but also the explanation.

 

Mark

 

From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] 
On Behalf Of Peter Toye
Sent: Saturday, January 04, 2020 10:01 AM
To: lilypond-user-requ...@gnu.org; lilypond-user@gnu.org
Subject: Re: align aftergraces

 



> Message: 3
> Date: Sat, 4 Jan 2020 08:38:22 -0800
> From: "Mark Stephen Mrotek" <  
> carsonm...@ca.rr.com>
> To: <  lilypond-user@gnu.org>
> Subject: align aftergraces
> Message-ID:
> <001e01d5c31d$613aa980$23affc80$@ca.rr.com 
>  >
> Content-Type: text/plain; charset="utf-8"

> Hello all,
>  
> In the following, the two aftergraces do not align.
>  
> Thank you.
>  
> Mark
>  
> \version "2.19.49"
> \score {
>   \new PianoStaff  <<
> \new Staff = "upper"
> \relative c'' {
> r2 \afterGrace 15/16 d\startTrillSpan {c16\stopTrillSpan (d)}
> }  
> \new Staff = "lower"  
> \relative c {
> \clef bass
> r2 r4 \afterGrace 15/16 f\trill {e16 (f)}
>
>

That's bcause  the 15/16 isn't a duration - it's the fraction of the main note 
length. Change the 2nd one to 7/8 and it works fine.

All the best,

Peter

> }





Re: align aftergraces

2020-01-04 Thread Peter Toye

> Message: 3
> Date: Sat, 4 Jan 2020 08:38:22 -0800
> From: "Mark Stephen Mrotek" 
> To: 
> Subject: align aftergraces
> Message-ID:
> <001e01d5c31d$613aa980$23affc80$@ca.rr.com>
> Content-Type: text/plain; charset="utf-8"

> Hello all,
>  
> In the following, the two aftergraces do not align.
>  
> Thank you.
>  
> Mark
>  
> \version "2.19.49"
> \score {
>   \new PianoStaff  <<
> \new Staff = "upper"
> \relative c'' {
> r2 \afterGrace 15/16 d\startTrillSpan {c16\stopTrillSpan (d)}
> }   
> \new Staff = "lower"  
> \relative c {
> \clef bass
> r2 r4 \afterGrace 15/16 f\trill {e16 (f)}
> 
> 

That's bcause  the 15/16 isn't a duration - it's the fraction of the main note 
length. Change the 2nd one to 7/8 and it works fine.

All the best,

Peter

> }



Re: align aftergraces

2020-01-04 Thread Malte Meyn




Am 04.01.20 um 17:38 schrieb Mark Stephen Mrotek:

Hello all,

In the following, the two aftergraces do not align.


The 15/16 in \afterGrace 15/16 … is not a duration but a fraction of the 
duration of the following note. In the upper staff you have a half note, 
in the lower staff a quarter note. To align the grace notes, you’ll need 
31/32 in the upper or 7/8 in the lower staff.




align aftergraces

2020-01-04 Thread Mark Stephen Mrotek
Hello all,

 

In the following, the two aftergraces do not align.

 

Thank you.

 

Mark

 

\version "2.19.49"

\score {

  \new PianoStaff  <<

\new Staff = "upper"

\relative c'' {

r2 \afterGrace 15/16 d\startTrillSpan {c16\stopTrillSpan (d)}

}   

\new Staff = "lower"  

\relative c {

\clef bass

r2 r4 \afterGrace 15/16 f\trill {e16 (f)}

}

  >>

}