bug-lilypond
[Top][All Lists]
Advanced

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

Re: v2.23.8: \fine seems to break \midi


From: Mats Bengtsson
Subject: Re: v2.23.8: \fine seems to break \midi
Date: Fri, 1 Jul 2022 15:41:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

   On 2022-06-29 23:28, Dan Eble wrote:

On Jun 29, 2022, at 16:14, Jean Abou Samra [1]<jean@abou-samra.fr> wrote:

Le 28/06/2022 à 01:33, Nikolai Hedler a écrit :

     MIDI ends late if |\fine| followed by a pitch.

[2]https://gitlab.com/lilypond/lilypond/-/issues/6368


     Beaming and |\fine|

[3]https://gitlab.com/lilypond/lilypond/-/issues/6369


     Multi-measure rests

[4]https://gitlab.com/lilypond/lilypond/-/issues/6370
—
Dan

   Yet another flavor of the problem is that \fine doesn't play well with
   \articulate (I know that \articulate only should be used on MIDI
   output, but here we can visually see the problems that also are heard
   in the MIDI):

   \version "2.23.10"
   \include "articulate.ly"
   \markup "Failing example using \fine"
   test_segno = \relative c' {
   c1 |
   \repeat segno 2 {
   e2 c \volta 2 \fine |
   g'4 f e d | }
   }
   \new Staff \test_segno
   \new Staff {<>^"\\unfoldRepeats" \unfoldRepeats \test_segno }
   \new Staff {<>^"\\articulate \\unfoldRepeats" \articulate
   \unfoldRepeats \test_segno }
   \new Staff {<>^"\\articulate" \articulate \test_segno }
   \markup "Successful example without \fine"
   test_volta = \relative c' {
   c1 |
   \repeat segno 2 {
     e2 c |
     g'4 f e d |}
   c1 |
   }
   \new Staff \test_volta
   \new Staff {<>^"\\unfoldRepeats" \unfoldRepeats \test_volta }
   \new Staff {<>^"\\articulate \\unfoldRepeats" \articulate
   \unfoldRepeats \test_volta }
   \new Staff {<>^"\\articulate" \articulate \test_volta }
      /Mats

References

   1. mailto:jean@abou-samra.fr
   2. https://gitlab.com/lilypond/lilypond/-/issues/6368
   3. https://gitlab.com/lilypond/lilypond/-/issues/6369
   4. https://gitlab.com/lilypond/lilypond/-/issues/6370


reply via email to

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