Re: Set a temporary tempo change

2019-11-18 Thread Thomas Morley
Am Di., 19. Nov. 2019 um 01:19 Uhr schrieb Aaron Hill : > > On 2019-11-18 1:44 pm, Thomas Morley wrote: > > why wrap it into a music-function? > > Only advantage seems to avoid a toplevel-definiton. Is it really an > > advantage? > > It's an advantage for \popTempo as it means *location* is properl

Re: Set a temporary tempo change

2019-11-18 Thread Aaron Hill
On 2019-11-18 4:18 pm, Aaron Hill wrote: registerContextProperty = #(define-void-function (symbol type? description) (symbol? procedure? string?) (if (not (equal? #f (object-property symbol 'translation-doc))) (ly:error (_ "symbol ~S redefined") symbol)) (set-object-property! sym

Re: Set a temporary tempo change

2019-11-18 Thread Aaron Hill
On 2019-11-18 1:44 pm, Thomas Morley wrote: why wrap it into a music-function? Only advantage seems to avoid a toplevel-definiton. Is it really an advantage? It's an advantage for \popTempo as it means *location* is properly set to the use of \popTempo and not its definition. Mind you, \pus

Re: Set a temporary tempo change

2019-11-18 Thread Thomas Morley
Am Mo., 18. Nov. 2019 um 16:55 Uhr schrieb Aaron Hill : > > On 2019-11-18 6:24 am, David Kastrup wrote: > > Aaron Hill writes: > >> Not sure if this is really the right way to do things: > > > > It isn't. It maintains the "stack" in a global variable rather than > > some context property, meaning

Re: Set a temporary tempo change

2019-11-18 Thread Aaron Hill
On 2019-11-18 6:24 am, David Kastrup wrote: Aaron Hill writes: Not sure if this is really the right way to do things: It isn't. It maintains the "stack" in a global variable rather than some context property, meaning that when several iterations interlock (like with tempo being changed in se

Re: Set a temporary tempo change

2019-11-18 Thread David Kastrup
Aaron Hill writes: > On 2019-11-17 12:38 pm, Paolo Prete wrote: >> Hello, >> is it possible to revert a tempo change to the previous tempo setting, >> without explicitly writing this previous one?  >> Something like (pseudo-code): >> \tempo 4 = 120  { ...some mus

Re: Set a temporary tempo change

2019-11-18 Thread Wols Lists
On 18/11/19 01:51, Paolo Prete wrote: > Aaron, > > that's great. > I propose to the ML to add the function to the official release. It's > very helpful when you want to make the midi output more realistic, with > frequent tempo changes A lot of music I play has "tempo primo". Personally I don't c

Re: Set a temporary tempo change

2019-11-17 Thread Paolo Prete
pm, Paolo Prete wrote: > Hello, > is it possible to revert a tempo change to the previous tempo setting, > without explicitly writing this previous one?  > Something like (pseudo-code): > \tempo 4 = 120  { ...some music } \temporaryTempo 4 = 160 { ... > some other music }

Re: Set a temporary tempo change

2019-11-17 Thread Aaron Hill
On 2019-11-17 3:57 pm, Aaron Hill wrote: On 2019-11-17 3:10 pm, Aaron Hill wrote: On 2019-11-17 12:38 pm, Paolo Prete wrote: Hello, is it possible to revert a tempo change to the previous tempo setting, without explicitly writing this previous one?  Something like (pseudo-code): \tempo 4

Re: Set a temporary tempo change

2019-11-17 Thread Aaron Hill
On 2019-11-17 3:10 pm, Aaron Hill wrote: On 2019-11-17 12:38 pm, Paolo Prete wrote: Hello, is it possible to revert a tempo change to the previous tempo setting, without explicitly writing this previous one?  Something like (pseudo-code): \tempo 4 = 120  { ...some music } \temporaryTempo 4

Re: Set a temporary tempo change

2019-11-17 Thread Aaron Hill
On 2019-11-17 12:38 pm, Paolo Prete wrote: Hello, is it possible to revert a tempo change to the previous tempo setting, without explicitly writing this previous one?  Something like (pseudo-code): \tempo 4 = 120  { ...some music } \temporaryTempo 4 = 160 { ... some other music

Re: Set a temporary tempo change

2019-11-17 Thread David Kastrup
Paolo Prete writes: > Hello, > is it possible to revert a tempo change to the previous tempo setting, > without explicitly writing this previous one?  > Something like (pseudo-code): > \tempo 4 = 120  { ...some music } \temporaryTempo 4 = 160 { > ... some other m

Set a temporary tempo change

2019-11-17 Thread Paolo Prete
Hello, is it possible to revert a tempo change to the previous tempo setting, without explicitly writing this previous one?  Something like (pseudo-code): \tempo 4 = 120  { ...some music } \temporaryTempo 4 = 160 { ... some other music } \unset \temporaryTempo This would be useful for

Re: Global tempo change

2014-04-14 Thread Hlolli
This is works! Thanks! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Global-tempo-change-tp161541p161543.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Global tempo change

2014-04-14 Thread Jan-Peter Voigt
key and \time commands, to have one global timeline to be used in any Staff. HTH Jan-Peter Am 14.04.2014 10:44, schrieb Hlolli: > Hi, Im trying to find a way to save time in Lilypond by using, if possible, > global tempo change. > > I was wishing this would work > > global = { &

Global tempo change

2014-04-14 Thread Hlolli
Hi, Im trying to find a way to save time in Lilypond by using, if possible, global tempo change. I was wishing this would work global = { \tempo "Allegro" S1*2 "Largo" S1*2 "Allegro" } and this would then automatically be correct in parts if they have common gl

Re: Repeat alternative includes a tempo change

2011-05-09 Thread Ken Smith
thank you so very much again for your kind help. Very best regards, Ken - Original Message - From: Phil Holmes To: Ken Smith ; m...@apollinemike.com Cc: lilypond-user@gnu.org Sent: Sunday, May 08, 2011 6:23 AM Subject: Re: Repeat alternative includes a tempo change Ke

Re: Repeat alternative includes a tempo change

2011-05-08 Thread Phil Holmes
Ken, It's difficult to be definitive with advice when wee can't use your code since it doesn't compile as supplied. However, my temptation would be simply to mark the repeat "Repeat 4 times" unless it's obvious from the lyrics, and mark the tempo change &quo

Re: Repeat alternative includes a tempo change

2011-05-07 Thread Ken Smith
6, 2011 1:11 AM Subject: Re: Repeat alternative includes a tempo change On May 5, 2011, at 9:08 PM, Ken Smith wrote: I'm new to LilyPond (v2.12.3) and to music notation in general, so I'm just a tad beyond the starting point on LilyPond's learning curve. I'

Re: Repeat alternative includes a tempo change

2011-05-05 Thread m...@apollinemike.com
ng testfile, > "Podmoskovnye Vechera", (Moscow Nights). The melody has four verses, each > verse has two couplets (i.e., four stanzas per verse), with the second > couplet repeated in each of the four verses. The repeats for the first three > verses are identical, but the re

Repeat alternative includes a tempo change

2011-05-05 Thread Ken Smith
). The melody has four verses, each verse has two couplets (i.e., four stanzas per verse), with the second couplet repeated in each of the four verses. The repeats for the first three verses are identical, but the repeat for the final verse includes a tempo change (slower, sadly) with an octav

Re: tempo change

2007-06-27 Thread Mats Bengtsson
Search the LSR for "Rhythm marks". /Mats Ole Schmidt wrote: Dear all, I need a tempo change from 16th triplets to 16th In the manual I can't find out how to get a tuplet bracket over the first 16th note in my example: \version "2.10.15" \new Staff { \relative

tempo change

2007-06-26 Thread Ole Schmidt
Dear all, I need a tempo change from 16th triplets to 16th In the manual I can't find out how to get a tuplet bracket over the first 16th note in my example: \version "2.10.15" \new Staff { \relative c'{ c^\markup { \smaller \general-align #Y #DOWN \note #"16"

Re: Tempo change in Midi file

2005-10-25 Thread Neil Killeen
could go into fixing this. regards Neil From: Mats Bengtsson <[EMAIL PROTECTED]> To: Neil Killeen <[EMAIL PROTECTED]> CC: lilypond-user@gnu.org Subject: Re: Tempo change in Midi file Date: Mon, 24 Oct 2005 15:55:48 +0200 I think there was an insightful email in the mailing lists

Re: Tempo change in Midi file

2005-10-24 Thread David Raleigh Arnold
On Monday 24 October 2005 09:55 am, Mats Bengtsson wrote: > I think there was an insightful email in the mailing lists a couple of > years ago that explained that the current solution of handling MIDI > tempo changes will only work with certain MIDI players but not > with all. I just tried to liste

Re: Tempo change in Midi file

2005-10-24 Thread Neil Killeen
From: Mats Bengtsson <[EMAIL PROTECTED]> To: Neil Killeen <[EMAIL PROTECTED]> CC: lilypond-user@gnu.org Subject: Re: Tempo change in Midi file Date: Mon, 24 Oct 2005 15:55:48 +0200 I think there was an insightful email in the mailing lists a couple of years ago that explained that

Re: Tempo change in Midi file

2005-10-24 Thread Mats Bengtsson
I think there was an insightful email in the mailing lists a couple of years ago that explained that the current solution of handling MIDI tempo changes will only work with certain MIDI players but not with all. I just tried to listen to your example using kmidi (which internally uses timidity, a

Tempo change in Midi file

2005-10-24 Thread Neil Killeen
Hello according to the mail archives, I should just insert a \tempo directive whenever I want to change the tempo (I think this should be in the manual). 1) For multiple staff music, should I insert just one set of markings for one of the staves (does it matter which one) or should they

Re: TEMPO CHANGE WITH NO METRONOME MARKING PRINTED ?

2005-03-27 Thread Matthias Kilian
On Sat, Mar 26, 2005 at 12:23:35PM +0100, MX wrote: > Is it possible to change the tempo within a piece (with \tempo 4 = 120 > for example) with an effect to the the midi output BUT with NO > metronome marking printed in the layout output ? In addition to the other suggestions, if you don't wa

Re: TEMPO CHANGE WITH NO METRONOME MARKING PRINTED ?

2005-03-26 Thread Bertalan Fodor
Use \once \override Score.MetronomeMark #'transparent = ##t before setting the tempo. Bert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: TEMPO CHANGE WITH NO METRONOME MARKING PRINTED ?

2005-03-26 Thread Roman Stöckl-Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MX wrote on 26.03.2005 12:23: ~ > Is it possible to change the tempo within a piece (with \tempo 4 = 120 | for example) with an effect to the the midi output BUT with NO | metronome marking printed in the layout output ? I'm not quite sure but I think

TEMPO CHANGE WITH NO METRONOME MARKING PRINTED ?

2005-03-26 Thread MX
Hi all, Is it possible to change the tempo within a piece (with \tempo 4 = 120 for example) with an effect to the the midi output BUT with NO metronome marking printed in the layout output ? Thank you in advance MX ___ lilypond-user mailing list lily