lilypond-user
[Top][All Lists]
Advanced

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

Re: problems with \tempo


From: Jacques Menu
Subject: Re: problems with \tempo
Date: Wed, 16 Mar 2022 09:46:46 +0100

Hello Mario,

The \midi block is your friend:

\book {
  \score {
    <<

      \new Staff = "Part_POne_Staff_One"
      \with {
      }
      <<
        \context Voice = "Part_POne_Staff_One_Voice_One" <<
          \Part_POne_Staff_One_Voice_One
        >>
      >>

    >>

    \layout {
      \context {
        \Score
        autoBeaming = ##f % to display tuplets brackets
      }
      \context {
        \Voice
      }
    }

    \midi {
      \tempo 16 = 360
    }
  }

}


Le 16 mars 2022 à 05:08, Mario Bolognani <mario.bolognani@gmail.com> a écrit :

I’m using LilyPomd 2.20 with Frescobaldi 3.1.3 on a MacBook M1 with  MacOSX Monterey (last version). With \time 3)1 and \tempo \breve (or breve.) = xx the midi output seems not responding to \tempo changes. Any suggestion?

Many thanks 


Mario Bolognani





reply via email to

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