Re: tempo marks floating number

2024-01-22 Thread Leo Correia de Verdier
Sorry, copying error: to avoid confusion, the numbers should be 90.86/4 = 22.715 > 22 jan. 2024 kl. 22:22 skrev Leo Correia de Verdier > : > > Hi Jacopo! > > I think > \set Timing.tempoWholesPerMinute = #(ly:make-moment 24.715) % that is 98.86/4 > should work for the midi output. At least

Re: tempo marks floating number

2024-01-22 Thread Leo Correia de Verdier
Hi Jacopo! I think \set Timing.tempoWholesPerMinute = #(ly:make-moment 24.715) % that is 98.86/4 should work for the midi output. At least it accepts floats. Combining it with Michael’s solution for the markup should get you the complete \tempo I might have heard sometime in the past that

Re: tempo marks floating number

2024-01-22 Thread Michael Werner
On Mon, Jan 22, 2024 at 9:33 AM Jacopo Greco d'Alceo wrote: > How can I simply write a bpm in floating number in lilypond (e.g.*♩ = > 90.86 ) *? > It seems that \tempo accept only integers. > thanks > You can do pretty much any markup with the \tempo command. Two ways you can do this are

tempo marks floating number

2024-01-22 Thread Jacopo Greco d'Alceo
How can I simply write a bpm in floating number in lilypond (e.g.♩ = 90.86 ) ? It seems that \tempo accept only integers. thanks

Re: how to created related tempo marks

2018-06-19 Thread Stefan Thomas
Dear Simon, thanks for Your answer. Your solution is what I hat in mind! 2018-06-09 20:32 GMT+02:00 Simon Albrecht : > On 09.06.2018 12:44, Stefan Thomas wrote: > >> I would like to create related tempo marks. For example, in bar 1 I would >> like to have a tempo 4=60, some bar

Re: how to created related tempo marks

2018-06-09 Thread Simon Albrecht
On 09.06.2018 12:44, Stefan Thomas wrote: I would like to create related tempo marks. For example, in bar 1 I would like to have a tempo 4=60, some bars later tempo 4=90. The tempi are in the proportion 3/2. I would like to write something like TempoA = {\tempo 4 =60} TempoB = \TempoA

Re: how to created related tempo marks

2018-06-09 Thread David Kastrup
Stefan Thomas writes: > Dear community, > I would like to create related tempo marks. For example, in bar 1 I would > like to have a tempo 4=60, some bars later tempo 4=90. > The tempi are in the proportion 3/2. I would like to write something like > >> TempoA = {\t

how to created related tempo marks

2018-06-09 Thread Stefan Thomas
Dear community, I would like to create related tempo marks. For example, in bar 1 I would like to have a tempo 4=60, some bars later tempo 4=90. The tempi are in the proportion 3/2. I would like to write something like > TempoA = {\tempo 4 =60} > TempoB = \TempoA*1.5 > I want to crea

Re: special tempo marks: note value = note value = bpm?

2018-04-23 Thread Jacques Menu Muzhic
Hello Reilly, > Le 23 avr. 2018 à 19:34, Reilly Farrell a écrit : > > Issue resolved - thank you both! You’re welcome, even though I still don’t know what you wer after… ;) JM > > On Sun, Apr 15, 2018 at 11:42 PM, Jacques Menu Muzhic

Re: special tempo marks: note value = note value = bpm?

2018-04-23 Thread Reilly Farrell
Issue resolved - thank you both! On Sun, Apr 15, 2018 at 11:42 PM, Jacques Menu Muzhic wrote: > Hello Reilly, > > Can you post a drawing of what you’re after? > > JM > > Le 16 avr. 2018 à 00:18, Reilly Farrell a > écrit : > > Hi All, > > I'm

Re: special tempo marks: note value = note value = bpm?

2018-04-16 Thread Jacques Menu Muzhic
Hello Reilly, Can you post a drawing of what you’re after? JM > Le 16 avr. 2018 à 00:18, Reilly Farrell a écrit : > > Hi All, > > I'm working on compiling excerpts that undergo changes in time signature > while keeping the beat constant. My hope is to find a way

special tempo marks: note value = note value = bpm?

2018-04-15 Thread Reilly Farrell
Hi All, I'm working on compiling excerpts that undergo changes in time signature while keeping the beat constant. My hope is to find a way to incorporate a general tempo instruction reading something like: 4 = 4 = 120. Thus far I haven't found a way of accomplishing this. Any suggestions you

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Robert Schmaus
2015, at 11:46, Davide Liessi davide.lie...@gmail.com wrote: Hi all. I have some tempo+metronome marks in a file (e.g. \tempo Allegro 4 = 120) I need to print only the tempo marks (Allegro) in PDF but I cannot delete the metronome parts of the commands, since I still need them in MIDI

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Pierre Perol-Schneider
marks in a file (e.g. \tempo Allegro 4 = 120) I need to print only the tempo marks (Allegro) in PDF but I cannot delete the metronome parts of the commands, since I still need them in MIDI. Is there a way to suppress the metronome marks but not the tempo marks without changing the \tempo commands

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Phil Holmes
- Original Message - From: Davide Liessi davide.lie...@gmail.com To: lilypond-user@gnu.org Sent: Thursday, January 01, 2015 10:46 AM Subject: Suppress metronome marks but not tempo marks Hi all. I have some tempo+metronome marks in a file (e.g. \tempo Allegro 4 = 120) I need to print

Suppress metronome marks but not tempo marks

2015-01-01 Thread Davide Liessi
Hi all. I have some tempo+metronome marks in a file (e.g. \tempo Allegro 4 = 120) I need to print only the tempo marks (Allegro) in PDF but I cannot delete the metronome parts of the commands, since I still need them in MIDI. Is there a way to suppress the metronome marks but not the tempo

Re: Preventing tempo marks stacking (redux)

2013-11-11 Thread Kieren MacMillan
with the default placement of tempo over barlines http://code.google.com/p/lilypond/issues/detail?id=712#c9 so I changed the default put them over where the first note in the measure would go. For which I was greatly appreciative. The incantations for tempo marks are \override Score.MetronomeMark

Re: Preventing tempo marks stacking (redux)

2013-11-11 Thread Keith OHara
be handled by putting 'staff-bar' on the list of preferred alignment points for tempo marks. The special-case handling of measures with any full-measure rest (in any Voice in any Staff) seems to have been based on misunderstandings. ___ lilypond-user

Re: Preventing tempo marks stacking (redux)

2013-11-11 Thread Janek Warchoł
will be fine; Daniel Rosen's request on this thread would be handled by putting 'staff-bar' on the list of preferred alignment points for tempo marks. The special-case handling of measures with any full-measure rest (in any Voice in any Staff) seems to have been based on misunderstandings. I'll try

Re: Preventing tempo marks stacking (redux)

2013-11-11 Thread Janek Warchoł
2013/11/11 Daniel Rosen drose...@gmail.com: -Original Message- From: Janek Warchoł [mailto:janek.lilyp...@gmail.com] Sent: Monday, November 11, 2013 12:41 PM To: Keith OHara Cc: Kieren MacMillan; Daniel Rosen; Lilypond-User Mailing List Subject: Re: Preventing tempo marks stacking

Preventing tempo marks stacking (redux)

2013-11-10 Thread Daniel Rosen
Consider the following example: \version 2.17.95 { \compressFullBarRests \tempo Allegro moderato 4 = 104 R1*20 \tempo Molto meno mosso 4 = 72 R1*20 \tempo Tempo primo R1 } I'd like the MultiMeasureRests to expand automatically so that the MetronomeMarks don't get stacked on top of

Re: Preventing tempo marks stacking (redux)

2013-11-10 Thread Kieren MacMillan
Hi Daniel, Try this: \version 2.17.29 \layout { \context { \Score \override Clef.break-align-anchor-alignment = #RIGHT \override MetronomeMark.extra-spacing-width = #'(-0.5 . 0.5) \override MetronomeMark.Y-offset = #3.0 \override MetronomeMark.outside-staff-padding = #0.8

RE: Preventing tempo marks stacking (redux)

2013-11-10 Thread Daniel Rosen
-Original Message- From: Kieren MacMillan [mailto:kieren_macmil...@sympatico.ca] Sent: Sunday, November 10, 2013 7:24 PM To: Daniel Rosen Cc: Lilypond-User Mailing List Subject: Re: Preventing tempo marks stacking (redux) Hi Daniel, Try this: \version 2.17.29 \layout

Re: Preventing tempo marks stacking (redux)

2013-11-10 Thread Kieren MacMillan
Hi Daniel, Thanks for the reply, but this doesn't do what I need---I still need the MetronomeMarks to be aligned with the BarLines. Oh… Maybe Keith (cc’ed here) can help — he’s the one I got that set of overrides from. Cheers, Kieren. ___

Re: Preventing tempo marks stacking (redux)

2013-11-10 Thread Keith OHara
/lilypond/issues/detail?id=712#c9 so I changed the default put them over where the first note in the measure would go. The incantations for tempo marks are \override Score.MetronomeMark #'non-break-align-symbols = #'(multi-measure-rest-interface) %% to start the tempo mark over the barline

Tempo Marks

2011-05-15 Thread Adrian Oehm
I'm sure I've read this in the manual somewhere, but cannot re-find it... I have a piece of music set for SATB with Organ accompaniment. What I would like is to have the tempo (metronome) marks printed above both the SATB line (currently set using ChoirStaff) and above the Organ line (set with

Re: Tempo Marks

2011-05-15 Thread Xavier Scheuer
On 15 May 2011 11:58, Adrian Oehm spa...@hinet.net.au wrote: I'm sure I've read this in the manual somewhere, but cannot re-find it... I have a piece of music set for SATB with Organ accompaniment. What I would like is to have the tempo (metronome) marks printed above both the SATB line

Re: Tempo Marks

2011-05-15 Thread Adrian Oehm
Hi Xavier Thanks for that - it works fine. When I compiled it I got a message saying something about not understanding the Staff_collecting_engraver, so I left that out, and it worked fine (when I cleaned up my score block...). What I ended up with was \new Staff = SA \with {

RE: Preventing tempo marks stacking

2011-04-17 Thread Richard Sabey
there are no multi-bar rests. But in my experience, the only places where that happens, and there is still the risk that tempo marks might stack, come with something like rit a tempo where the rit lasts no longer than about 2 bars. I can solve that, by engraving those marks as a TextSpanner rather

Preventing tempo marks stacking

2011-04-16 Thread Richard Sabey
I have an orchestral piece where the score and all the parts have the same tempo marks at the same moments in musical time. If a tempo mark's text is long, and an orchestral part has little music between it and the next tempo mark, Lilypond will allow the music to take less horizontal space

Re: Preventing tempo marks stacking

2011-04-16 Thread Xavier Scheuer
On 16 April 2011 10:26, Richard Sabey richardsa...@hotmail.co.uk wrote: I have an orchestral piece where the score and all the parts have the same tempo marks at the same moments in musical time. If a tempo mark's text is long, and an orchestral part has little music between it and the next

tempo marks run off the page when combining global and instrument parts

2009-08-03 Thread Daryna Baikadamova
{ \context Staff \set Score.skipBars = ##t \set Score.markFormatter = #format-mark-box-numbers \global \violintwo } However in some cases, lilypond does not consider spacing of the global part (which uses silent rests) and tempo marks often run off the page. How can I

tempo marks

2008-12-27 Thread Hajo Baess
hello out there, I am a LilyPond novice and just getting familiar with it. But one question is there which does not seem to be answered in a satisfactory way: How do I insert a tempo indication such as Allegro, Adagio and the like above the beginning of the staff? I'd be very grateful if

Re: tempo marks

2008-12-27 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 23. Dezember 2008 19:34:24 schrieb Hajo Baess: hello out there, I am a LilyPond novice and just getting familiar with it. But one question is there which does not seem to be answered in a satisfactory way: How do I insert a tempo

RE: tempo marks

2008-12-27 Thread Nick Payne
To: lilypond-user@gnu.org Subject: tempo marks hello out there, I am a LilyPond novice and just getting familiar with it. But one question is there which does not seem to be answered in a satisfactory way: How do I insert a tempo indication such as Allegro, Adagio and the like above

Translating tempo marks -- scheme question

2008-12-19 Thread Dmytro O. Redchuk
Hi, i asked some question about tempo marks translation some time ago. So, i've tried to find a solution, and now i need help (and suggestion?). Please, take a look. A question is below :-) % here is a dictionary: #(define tempi (list (cons Adagio Повільно) (cons Allegro

Re: Translating tempo marks -- scheme question

2008-12-19 Thread Mark Polesky
Dmytro, This isn't stupid. What's happening (I think) is: Metronome_mark_engraver sees the exact same tempo command twice in a row, so it doesn't print the second one, since it's redundant. As if to say, the tempo already *is* Allegretto, no need to reprint it. Off the top of my head, I don't

Re: Translating tempo marks -- scheme question

2008-12-19 Thread Neil Puttock
2008/12/19 Mark Polesky markpole...@yahoo.com: 2) use (null? items) instead of (equal? '() items) 3) use (caar items) instead of (car (car items)) 4) use (cdar items) instead of (cdr (car items)) More streamlining, since the dictionary is an alist: #(define (getLocalized items word)

Re: Translating tempo marks -- scheme question

2008-12-19 Thread Mark Polesky
Neil Puttock wrote: More streamlining, since the dictionary is an alist: #(define (getLocalized items word) (assoc-get word items word)) While we're at it, we might as well replace (list '(a . b) '(c . d)) with '((a . b) (c . d)): #(define tempi '((Adagio . Повільно) (Allegro .

Re: Translating tempo marks -- scheme question

2008-12-19 Thread Dmytro O. Redchuk
Thank you, Mark and Neil. I forget to notice once again that i am not a programmer, and my scripting experience if way far from programming scheme :-) However (therefore) you responses are very helpful, i will study them :-) 2008/12/19 Mark Polesky markpole...@yahoo.com: What's happening (I

Re: Preferred way to set tempo marks?

2006-09-26 Thread Markus Schneider
Hi Michael, I use TextScript for tempo marks (or any expression for that matter). eg. rit = \markup { \italic ritardando } and later on { c16 c c c c_\rit c c c } HTH Markus ___ lilypond-user mailing list lilypond-user@gnu.org http

Re: Preferred way to set tempo marks?

2006-09-26 Thread Mats Bengtsson
{ \new Staff \new Voice \music \new Voice \tempomarks } /Mats Michael Kiermaier wrote: Hello list, I wonder what is the preferred way to set tempo marks as ritardando, a tempo etc. The lilypond documentation is very good in general, but I did not find much information about

Preferred way to set tempo marks?

2006-09-25 Thread Michael Kiermaier
Hello list, I wonder what is the preferred way to set tempo marks as ritardando, a tempo etc. The lilypond documentation is very good in general, but I did not find much information about this. I tried a scheme macro that I found in http://www.lilypond.org/doc/v2.8/Documentation/user

Re: Printing tempo marks on every part

2006-09-06 Thread Mats Bengtsson
By default, rehearsal marks will only appear above the top stave of each score line. If you want it to appear over more staves, you just include the corresponding engraver into the Staff contexts where you want the marks, see http://lists.gnu.org/archive/html/lilypond-user/2006-04/msg00062.html

Re: Printing tempo marks on every part

2006-09-06 Thread Han-Wen Nienhuys
David A. Greene wrote: Markus Schneider wrote: In pseudo code this would look like this: somevoice = { } partWithAllMarksAndStuff = {} \addquote framework \partWithAllMarksAndStuff I tried this but lily 2.9.17 chokes on the \addquote: Interpreting music... make: *** [test.pdf]

Re: Printing tempo marks on every part

2006-09-06 Thread David Greene
Han-Wen Nienhuys wrote: Anything I can do to help debug this? I can produce a testcase eventually, but probably not right now due to time constraints. I'll try 2.8 and see if that works. segfaults are bugs. Please submit the offending .ly. Yep. I determined that I had a \new Staff in the

Re: Printing tempo marks on every part

2006-09-05 Thread David A. Greene
Markus Schneider wrote: You can also use \addquote and filter only desired events using Staff.quotedEventTypes. (http://lilypond.org/doc/v2.9/Documentation/user/lilypond/Quoting-other-voic es.html#Quoting-other-voices) In pseudo code this would look like this: somevoice = { }

Re: Printing tempo marks on every part

2006-09-05 Thread David A. Greene
David A. Greene wrote: parts. For example, in an SATB score, the rehearsal letters should appear in all parts but I only want dynamics displayed in one part (say, the alto) to keep clutter down. Slight correction. One would like the rehearsal letters to appear on one of either the soprano

Re: Printing tempo marks on every part

2006-09-05 Thread David A. Greene
Markus Schneider wrote: In pseudo code this would look like this: somevoice = { } partWithAllMarksAndStuff = {} \addquote framework \partWithAllMarksAndStuff I tried this but lily 2.9.17 chokes on the \addquote: Interpreting music... make: *** [test.pdf] Segmentation fault If I comment

Re: Printing tempo marks on every part

2006-08-27 Thread Andrew Black - lists
yota moteuchi wrote: concerning the bars you may use a global part containing only skips and bars you can then combine them as you wish (in a part or for all the parts). have a look at http://www.mutopiaproject.org/ftp/BachJS/BWV1068/bach-air/bach-air-lys.zip or

Re: Printing tempo marks on every part

2006-08-27 Thread Kieren MacMillan
Hi, Andrew: My (rather simplifed example below) generates an extra stave which I don't want). That's because you haven't put the \globalpar *inside* another Staff, so Lilypond helpfully (?) instantiates one for you. Here's the fixed (and even further simplified) example: % BEGIN SAMPLE

Printing tempo marks on every part

2006-08-25 Thread Andrew Black - lists
I would like to specify things like tempo marks, double bars, rehearsal makrs in one part only (say piano part) but print them on very part. I want to print as below but only have to specify the details in one part == (Vn 1 part: ) Andante

Re: Printing tempo marks on every part

2006-08-25 Thread yota moteuchi
/petite-ouverture-a-danser.ly.txt I don't know if it works with rehearsal marks, but please test and publish your resultsOn 8/25/06, Andrew Black - lists [EMAIL PROTECTED] wrote:I would like to specify things like tempo marks, double bars, rehearsal makrs in one part only (say piano part) but print

Re: Printing tempo marks on every part

2006-08-25 Thread Markus Schneider
You can also use \addquote and filter only desired events using Staff.quotedEventTypes. (http://lilypond.org/doc/v2.9/Documentation/user/lilypond/Quoting-other-voic es.html#Quoting-other-voices) In pseudo code this would look like this: somevoice = { } partWithAllMarksAndStuff = {} \addquote

Re: Printing tempo marks on every part

2006-08-25 Thread Paul Scott
yota moteuchi wrote: concerning the bars you may use a global part containing only skips and bars you can then combine them as you wish (in a part or for all the parts). have a look at http://www.mutopiaproject.org/ftp/BachJS/BWV1068/bach-air/bach-air-lys.zip or