Re: Problems with tempo in 15/8 time

2023-09-19 Thread Knute Snortum
On Tue, Sep 19, 2023 at 8:06 AM Jean Abou Samra wrote: > So the first question is how do I get the two notes closer. I've attached > the LilyPond source and a screenshot of my attempts. > > > You can do > > \rhythm { > \override Score.SpacingSpanner.spacing-increment = 0.5 > 4.~ 4 > } > > >

Re: Problems with tempo in 15/8 time

2023-09-19 Thread Jean Abou Samra
> So the first question is how do I get the two notes closer.  I've attached the > LilyPond source and a screenshot of my attempts. You can do \rhythm { \override Score.SpacingSpanner.spacing-increment = 0.5 4.~ 4 } > Secondly, what's the best way to get the MIDI to play at the correct tempo? 

Problems with tempo in 15/8 time

2023-09-19 Thread Knute Snortum
Hi everyone. I am engraving a Scriabin prelude in 15/8 time. I'm having two problems both related to the tempo of the piece. Scriabin used a metronome marking of a dotted quarter note tied to a quarter note = 69 - 72. I can use markup and \rhythm to get the notes, but the two notes are too far

Re: problems with \tempo

2022-03-16 Thread Carl Sorensen
of Mario Bolognani Sent: Wednesday, March 16, 2022 10:20 AM To: Knute Snortum Cc: lilypond-user Subject: Re: problems with \tempo Many thanks Knute, using your snippet in this way: theMusic = \relative {  \tempo "Largo" 4 = 50  c''4 c c c |  \tempo "Allegro" 2 = 200  … 400

Re: problems with \tempo

2022-03-16 Thread Mario Bolognani
Many thanks Knute, using your snippet in this way: theMusic = \relative { \tempo "Largo" 4 = 50 c''4 c c c | \tempo "Allegro" 2 = 200 … 400 … 600 c2 c c c | } nothing changes. The midi output of “Allegro” is not going progressively faster. Mario Mario Bolognani mario.bologn...@gmail.com

Re: problems with \tempo

2022-03-16 Thread Knute Snortum
As always, a small, working example will help diagnose the problem and demonstrate to us what is going wrong. For instance, this snippet works fine for me: %%% \version "2.22.2" theMusic = \relative { \tempo "Largo" 4 = 50 c''4 c c c | \tempo "Alegro" 4 = 120 c4 c c c | } \score {

Re: problems with \tempo

2022-03-16 Thread Jacques Menu
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 {

problems with \tempo

2022-03-15 Thread Mario Bolognani
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 mario.bologn...@gmail.com