Re: Tuplet numbers collide with articulations when notes are slurred

2021-05-20 Thread Jean Abou Samra



Le 21/05/2021 à 02:14, Nate Whetsell a écrit :

Hi there,

Thanks for all your work on LilyPond!

When notes in a tuplet are slurred, tuplet numbers can collide with 
articulations that appear above notes. When notes in a tuplet aren’t slurred, 
tuplet numbers appear above articulations. Here’s an example that illustrates 
the behavior:

```
\version "2.22.1"
{
   \tuplet 3/2 4 { a'8 a'-+ a' a'( a'-+ a') }
}
```

It seems like the vertical position of the tuplet numbers should be the same.

(I also tried this using the latest version from the Git repo, and the behavior 
is the same.)

All the best,
Nate


Hello,

Thank you for your well-informed report. This is actually a known issue:

https://gitlab.com/lilypond/lilypond/-/issues/5379

Basically, the script stops reacting to the tuplet bracket because it 
thinks it will be outside of the slur and the bracket will be inside, as 
if the slur were up. I once tried to limit that to the case where the 
directions are the same, but got stuck in cyclic dependencies.


Best regards,
Jean

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Tuplet numbers collide with articulations when notes are slurred

2021-05-20 Thread Nate Whetsell
Hi there,

Thanks for all your work on LilyPond!

When notes in a tuplet are slurred, tuplet numbers can collide with 
articulations that appear above notes. When notes in a tuplet aren’t slurred, 
tuplet numbers appear above articulations. Here’s an example that illustrates 
the behavior:

```
\version "2.22.1"
{
  \tuplet 3/2 4 { a'8 a'-+ a' a'( a'-+ a') }
}
```

It seems like the vertical position of the tuplet numbers should be the same.

(I also tried this using the latest version from the Git repo, and the behavior 
is the same.)

All the best,
Nate
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Changing volta number text

2021-05-20 Thread Ralph Palmer
On Tue, May 18, 2021 at 1:11 PM Jean Abou Samra  wrote:

>
> It is worth noting that the \volta command added by Dan Eble in the 2.23
> development series does exactly the job requested here, if I understood
> correctly.
>
> \version "2.23.2"
>
> \language english
>
> {
>\time 3/4
>\repeat volta 4
>{
>  a'4 b' c' |
>  b'4 c' d' |
>}
>\alternative {
>  \volta 1,3 {
>e'4 f' g' |
>  }
>  \volta 2 {
>d'4 c' b' |
>  }
>  \volta 4 {
>g'4 a' b' |
>  }
>}
>c'2.
> }
>
> Updated documentation is here:
>
>
> http://lilypond.org/doc/v2.23/Documentation/notation/long-repeats.html#alternative-endings
>
> Best,
> Jean
>

Wow! Thanks, Jean. Downloaded and (with some fits and starts) installed
2.23.2.

All the best,

Ralph

-- 
Ralph Palmer
Seattle
USA
(he, him, his)
palmer.r.vio...@gmail.com
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond