Re: Aligning a tempo marking with a note

2015-11-19 Thread Noeck
Hi Kieren, >> marks like 'Allegro' are valid for a whole piece or at least large parts of >> it > > Not really… A metronome marking is only valid until the next time the tempo > changes in any way. That change could be immediate and extreme (e.g., “Molto &g

Re: Aligning a tempo marking with a note

2015-11-19 Thread Kieren MacMillan
Hi Joram, > Well, they are closer than cresc and rit for example. Definitely! =) > marks like 'Allegro' are valid for a whole piece or at least large parts of it Not really… A metronome marking is only valid until the next time the tempo changes in any way. That change could

Re: Aligning a tempo marking with a note

2015-11-19 Thread Noeck
Hi Kieren, >> I still think that there is some difference between ‘rit' and 'Allegro’. > > What is that difference? (I think they’re identical.) Well, they are closer than cresc and rit for example. But in scores I am used to, marks like 'Allegro' are valid for a whole piece or at least large pa

Re: Aligning a tempo marking with a note

2015-11-19 Thread Kieren MacMillan
Hi David, > In particular, Kieren's suggestion is interesting. Woo hoo! What do I win? ;) > we are effectively neutralising the usual alignment adjustments at the break. > Is this correct? That’s how I understand it. > Is it not possible to have an empty list? I just tested the snippet I sen

Re: Aligning a tempo marking with a note

2015-11-19 Thread David Sumbler
and therefore we are effectively neutralising the usual alignment adjustments at the break. Is this correct? Is it not possible to have an empty list? David > > From: Kieren MacMillan > > To: Noeck > > Cc: Lilypond-User Mailing List > > Subject: Re: Aligning

Re: Aligning a tempo marking with a note

2015-11-19 Thread Kieren MacMillan
Hi Noeck, > It is just that I am used to a different tradition That is the older tradition, yes. But it is not recommended in modern scores (cf. Gould pg. 182). > I still think that there is some difference between ‘rit' and 'Allegro’. What is that difference? (I think they’re identical.) Than

Re: Aligning a tempo marking with a note

2015-11-19 Thread Noeck
Hi Kieren, Am 19.11.2015 um 19:23 schrieb Kieren MacMillan: >> you should rather stick to the right syntax > David *is* using the right syntax: “rit” (etc.) is a tempo marking > (MetronomeMark), not an arbitrary text markup (TextScript). Thinking about it twice, I realize that y

Re: Aligning a tempo marking with a note

2015-11-19 Thread tisimst
r to use an > upright bold font - the same as for other tempo markings such as > "Allegro". > > The easiest way for me to do this (at least until now) is to use '\tempo > "rit."' or similar. > > However, I have now discovered that this does not w

Re: Aligning a tempo marking with a note

2015-11-19 Thread Kieren MacMillan
Hi Joram and David, > you should rather stick to the right syntax David *is* using the right syntax: “rit” (etc.) is a tempo marking (MetronomeMark), not an arbitrary text markup (TextScript). > I have now discovered that this does not work too well when the > mark comes at the begin

Re: Aligning a tempo marking with a note

2015-11-19 Thread Noeck
Hi David, you should rather stick to the right syntax and tweak the appearance of these texts: \version "2.19.21" \layout { \override TextScript.font-series = #'bold } { a^"rit." a a a } Or, if you want to use it only occationally: { a^\markup \bold "rit." a a^"other" a } Cheers, Joram

Aligning a tempo marking with a note

2015-11-19 Thread David Sumbler
Although many scores use a similar italic font for "rit.", "accel." etc. as they do for dynamic changes such as "cresc.", I prefer to use an upright bold font - the same as for other tempo markings such as "Allegro". The easiest way for me to do this (at

Re: Tempo equivalence markup

2015-11-13 Thread Pierre Perol-Schneider
Hi Andrew, I'm not sure to understand what you're looking for. A more precise description or a teeny example would have been helpful. Anyway, here's something I've done i order to look-like your picture: \version "2.19.31" my-tempo = \markup { %% Left arrow:

Re: Tempo equivalence markup

2015-11-13 Thread Jacques Menu
Hello Robert, I use the following, but I don’t know how to add the arrows: \version "2.19.30" \relative { \clef "bass" \key c \major \numericTimeSignature\time 4/4 \tempo \markup { \concat { "le double plus lent " \smaller \genera

Re: Tempo equivalence markup

2015-11-12 Thread Robert Schmaus
>> That is of course not compilable - just to show how I did it ... Best, Robert __ Truth does not change according to our ability to stomach it. -- Flannery O'Connor > On 13 Nov 2015, at 06:34, Andrew Bernard wrote: > > The attached image shows a tempo equivalence

Tempo equivalence markup

2015-11-12 Thread Andrew Bernard
The attached image shows a tempo equivalence markup I need to set, indicating that a 32 in the context of the preceding 5/4 tuplets now equals a 16. The partial tuplet bracket seems complicated to do, and I don’t really know how to set this fragment of combined partial music and text. The

Re: How to force tempo markings on single line

2015-11-03 Thread H. S. Teoh
On Tue, Nov 03, 2015 at 08:38:45AM +0100, Jacques Menu wrote: [...] > \markLengthOn [...] On Tue, Nov 03, 2015 at 08:28:33AM +0100, Malte Meyn wrote: [...] > There is a way: It’s the command \markLengthOn [...] Thanks so much, everyone!! That was exactly what I needed. T -- It's amazing h

Re: How to force tempo markings on single line

2015-11-02 Thread Pierre Perol-Schneider
Oops, totally forgot this one! 2015-11-03 8:38 GMT+01:00 Jacques Menu : > Hello, > > Or also: > > \score { > \new Staff { > \set Score.skipBars = ##t > \markLengthOn > \tempo "Allegro con moto" 4 = 120 > R1*8 > \tempo "Adag

Re: How to force tempo markings on single line

2015-11-02 Thread Jacques Menu
Hello, Or also: \score { \new Staff { \set Score.skipBars = ##t \markLengthOn \tempo "Allegro con moto" 4 = 120 R1*8 \tempo "Adagio sostenuto" 4 = 50 R1*8 } } JM > Le 3 nov. 2015 à 07:26, Pierre Perol-Schneider > a écrit : > >

Re: How to force tempo markings on single line

2015-11-02 Thread Malte Meyn
Am 03.11.2015 um 00:38 schrieb H. S. Teoh: I'm generating parts from an orchestral score, and am running an issue where long tempo markings over collapsed multi-measure rests would force the text to stack up in an ugly way on top of each other. Is there some way of telling lilypond to p

Re: How to force tempo markings on single line

2015-11-02 Thread Pierre Perol-Schneider
Hi, How about: \version "2.18.2" \score { \new Staff { \set Score.skipBars = ##t \override Score.MetronomeMark.extra-spacing-width = #'(-0.0 . 0.4) \override Score.MetronomeMark.extra-spacing-height = #'(-inf.0 . +inf.0) \tempo "Allegro con moto&quo

How to force tempo markings on single line

2015-11-02 Thread H. S. Teoh
I'm generating parts from an orchestral score, and am running an issue where long tempo markings over collapsed multi-measure rests would force the text to stack up in an ugly way on top of each other. Is there some way of telling lilypond to prefer stretching the horizontal width of the

Re: "un-bold" font inside \tempo

2015-07-19 Thread Bruno Ruviaro
sed amount of time... ;-) > > I am trying to get metronome markings with "ca." before the number, but > without bold face characters. How can I cancel the bold face font inside a > \tempo command? > > The snippet below shows what I've got so far. Bar 2 is what I

Re: "un-bold" font inside \tempo

2015-07-16 Thread Simon Albrecht
first week using Lilypond for a real project. Learning a lot in a compressed amount of time... ;-) I am trying to get metronome markings with "ca." before the number, but without bold face characters. How can I cancel the bold face font inside a \tempo command? The snippet below sho

Re: "un-bold" font inside \tempo

2015-07-16 Thread Bruno Ruviaro
st on this list, and my first week using Lilypond for >> a real project. Learning a lot in a compressed amount of time... ;-) >> >> I am trying to get metronome markings with "ca." before the number, but >> without bold face characters. How can I cancel the bold f

Re: "un-bold" font inside \tempo

2015-07-16 Thread tisimst
re the number, but > without bold face characters. How can I cancel the bold face font inside a > \tempo command? > > The snippet below shows what I've got so far. Bar 2 is what I'm getting by > using \markup inside \tempo. Bar 3 shows what I would like to get. I'm &

"un-bold" font inside \tempo

2015-07-16 Thread Bruno Ruviaro
t inside a \tempo command? The snippet below shows what I've got so far. Bar 2 is what I'm getting by using \markup inside \tempo. Bar 3 shows what I would like to get. I'm happy to use Bar 3 solution if that's the only way, but I suppose there is a solution from inside \tempo

Re: tempo as REAL number

2015-07-16 Thread karl
dak: > jan writes: ... > > \tempo 4 = 82.3 > > produces the error. > > "syntax error, unexpected REAL" > > Since in midi tempo definitions are of type float > > They aren't. They are exact fractions. > > > I wonder if there is a reas

Re: tempo as REAL number

2015-07-16 Thread David Kastrup
jan writes: > Hi, > > i did not expect the tempo definition in Lilypond to be required to be an > integer. > > For instance > > \tempo 4 = 82.3 > > produces the error. > > "syntax error, unexpected REAL" > > Since in midi tempo definit

tempo as REAL number

2015-07-16 Thread jan
Hi, i did not expect the tempo definition in Lilypond to be required to be an integer. For instance \tempo 4 = 82.3 produces the error. "syntax error, unexpected REAL" Since in midi tempo definitions are of type float I wonder if there is a reason for Lilypond to restrict th

Re: Formatting tempo text

2015-06-09 Thread Marco Bagolin
\bar "||" > \numericTimeSignature > \time 4/4 > %% Option 1: > \tweak outside-staff-priority #0 > \mark\markup\box "43" > > %% Option 2: > %\tweak outside-staff-priority #1500 > \tempo > \markup { > \with-dimensions #

Re: Formatting tempo text

2015-06-09 Thread Pierre Perol-Schneider
Hi Marco, Hi Nathan, Here's how I'd do: \version "2.18.2" { s1 \bar "||" \numericTimeSignature \time 4/4 %% Option 1: \tweak outside-staff-priority #0 \mark\markup\box "43" %% Option 2: %\tweak outside-staff-priority #1500 \tempo

Re: Formatting tempo text

2015-06-08 Thread Nathan Ho
On Mon, Jun 8, 2015 at 9:03 PM, Marco Bagolin wrote: > > > Hello all. > How can I obtain what you can see in What_I_want.png file? > > My best result is in myresult.png file. > The code I wrote is the following: > \tempo \markup {\column {\line { \tiny {"'&

Formatting tempo text

2015-06-08 Thread Marco Bagolin
Hello all. How can I obtain what you can see in What_I_want.png file? My best result is in myresult.png file. The code I wrote is the following: \tempo \markup {\column {\line { \tiny {"''Do You Want to smile?''"}} \line {"Moderate - rhytmic, but expre

Re: 2.19 tempo mark question

2015-04-30 Thread David Nalesnik
On Thu, Apr 30, 2015 at 7:40 PM, Shane Brandes wrote: > Thanks, that was exactly what I was after I just had forgotten about > the rest of the code that needed to go with it. Absolutely good > question why isn't it been folded into LilyPond proper? > > I think that more formatting options would b

Re: 2.19 tempo mark question

2015-04-30 Thread Shane Brandes
Thanks, that was exactly what I was after I just had forgotten about the rest of the code that needed to go with it. Absolutely good question why isn't it been folded into LilyPond proper? Shane On Thu, Apr 30, 2015 at 6:55 PM, Simon Albrecht wrote: > Am 30.04.2015 um 22:15 schrieb tisimst: > >

Re: 2.19 tempo mark question

2015-04-30 Thread Simon Albrecht
Am 30.04.2015 um 22:15 schrieb tisimst: On Thu, Apr 30, 2015 at 1:56 PM, David Nalesnik-2 [via Lilypond] <[hidden email] > wrote: You are probably thinking of the following snippet, which actually adds tempoEquationText as well as several other context properties not part of the of

Re: 2.19 tempo mark question

2015-04-30 Thread tisimst
icial distribution: http://lsr.di.unimi.it/LSR/Snippet?id=869 > And *why* isn't this in the official distribution? This snippet is awesome! - Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/2-19-tempo-mark-question-tp175725p175743.html Sent from the Us

Re: 2.19 tempo mark question

2015-04-30 Thread David Nalesnik
Hi Shane, On Thu, Apr 30, 2015 at 12:34 PM, Shane Brandes wrote: > O.k. here is the desired result "Rubato. quarter note glyph = c.90." > there used to be a way to hide the resulting parenthesis and also > adding a little bit of text between the equal sign and the numbers. > e.g. \set Score.tem

2.19 tempo mark question

2015-04-30 Thread Shane Brandes
O.k. here is the desired result "Rubato. quarter note glyph = c.90." there used to be a way to hide the resulting parenthesis and also adding a little bit of text between the equal sign and the numbers. e.g. \set Score.tempoEquationText = "= ca." so I tried \set Score.MetronomeMark.EquationText =

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
In fact I'm transcribing a jazz song for classical musicians. There are tempo changes and also a passage without swing. So I prefer to stay relatively accurate in the indications and avoid any confusion. Anton Curl On 20/03/2015 15:20, Robert Schmaus wrote: Well you *can* do that (and

Re: 2 \tempo command at the same time

2015-03-20 Thread Robert Schmaus
Well you *can* do that (and I've seen it done that way), but often - the music being improvised anyway - you don't really have a tempo indication, except for Swing, Med. Swing, Uptempo Swing, Ballad etc., and those are just suggestions or show how the piece was played in a referenced

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
Curl On 20/03/2015 14:36, Robert Schmaus wrote: If you're producing a jazz lead sheet (as the "swing" indicates), you're wrong. \tempo "Swing" 4=125 Merely indicates that the *style* is Swing while the tempo is 125. You could also write \tempo "Swing" 4

Re: 2 \tempo command at the same time

2015-03-20 Thread Robert Schmaus
If you're producing a jazz lead sheet (as the "swing" indicates), you're wrong. \tempo "Swing" 4=125 Merely indicates that the *style* is Swing while the tempo is 125. You could also write \tempo "Swing" 4=200 Which would indicate that this is

Re: 2 \tempo command at the same time

2015-03-20 Thread Paul Scott
On Fri, Mar 20, 2015 at 08:59:27AM +0100, Anton Curl wrote: > Hi everyone! > > I'd like to put an indication displayed in all the parts but only once in > the score, like a tempo mark. > > I found this syntax: > \tempo \markup { "swing" } > But at the sa

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
Yes that's it! Thanks! On 20/03/2015 13:29, Cynthia Karl wrote: I think you're looking for the \mark command, which does exactly what you're looking for, once in the score and in each part: << \new Staff \relative c'' { \tempo 4=120 \mark \markup {

Re: 2 \tempo command at the same time

2015-03-20 Thread Cynthia Karl
> Message: 3 > Date: Fri, 20 Mar 2015 10:03:10 +0100 > From: Anton Curl > To: Craig Dabelstein , > lilypond-user@gnu.org > Subject: Re: 2 \tempo command at the same time > > That's not exactly what I want. > > "\tempo "Swing" 4=125"

Re: 2 \tempo command at the same time

2015-03-20 Thread Anton Curl
That's not exactly what I want. "\tempo "Swing" 4=125" seems to mean "the tempo is Swing which correspond to 4=125". Whereas what I want is 2 different independent indications. The same result but without the parenthesis for example. Maybe the \tempo comman

Re: 2 \tempo command at the same time

2015-03-20 Thread Craig Dabelstein
Hi Anton, Can't you do: \tempo "Swing" 4=125 Or is that not what you are looking for? Craig On Fri, 20 Mar 2015 at 17:59 Anton Curl wrote: > Hi everyone! > > I'd like to put an indication displayed in all the parts but only once > in the score, like a tem

2 \tempo command at the same time

2015-03-20 Thread Anton Curl
Hi everyone! I'd like to put an indication displayed in all the parts but only once in the score, like a tempo mark. I found this syntax: \tempo \markup { "swing" } But at the same place in the score, I already have a \tempo command: \tempo 4=125 \tempo \markup { &qu

Re: Tempo spanners

2015-02-24 Thread Kieren MacMillan
Hi Dominic, > Thanks, Kevin - that appears to work perfectly! Hmmm… When I try it, in the second score, the baselines of the tempo mark and the “rall” are not consistent. Is that actually what you want? Cheers, Kieren. ___ Kieren MacMillan, composer www: &l

Re: Tempo spanners

2015-02-23 Thread flup2
38.n5.nabble.com/Tempo-spanners-tp172220p172227.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tempo spanners

2015-02-23 Thread Kieren MacMillan
Hi Dominic, > Thanks, Kevin - that appears to work perfectly! Hmmm… When I try it, in the second score, the baselines of the tempo mark and the “rall” are not consistent. Is that actually what you want? Cheers, Kieren. ___ Kieren MacMillan, composer www: &l

Re: Tempo spanners

2015-02-23 Thread Kieren MacMillan
Hi Dominic, > How can I get both the metronome mark and the tempo spanner to be > interpreted on a single line in the Score context AND still have full > independence of text spanners within individual staffs? Does this help? \version "2.19" \layout { \context { \t

Re: Tempo spanners

2015-02-23 Thread Dominic
Thanks, Kevin - that appears to work perfectly! -- View this message in context: http://lilypond.1069038.n5.nabble.com/Tempo-spanners-tp172220p17.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: Tempo spanners

2015-02-23 Thread Kevin Barry
On Tue, Feb 24, 2015 at 1:16 AM, Dominic wrote: > How can I get both the metronome mark and the tempo spanner to be > interpreted on a single line in the Score context AND still have full > independence of text spanners within individual staffs? > I think your problem probably is i

Tempo spanners

2015-02-23 Thread Dominic
(Lilypond 2.19.15) Dear all, As you can see from the image and the attached file, I have achieved an independent text/tempo spanner by creating a special context containing only the spanner and letting the Score context 'accept' it. I only understand this technique about 70%, as I

Re: Adjusting the position of tempo indications

2015-01-17 Thread David Sumbler
On Fri, 2015-01-16 at 14:11 +, Kevin Barry wrote: > Dear David, > > > > \score { > > > \new StaffGroup << > > > \override Score.MetronomeMark.padding = #2 > > > \topLine > > > \bottomLine > > > >> > > > } > >

Re: Adjusting the position of tempo indications

2015-01-16 Thread Kevin Barry
Dear David, > > \score { > > > \new StaffGroup << > > > \override Score.MetronomeMark.padding = #2 > > > \topLine > > > \bottomLine > > > >> > > > } > Here if you replace the `padding' property with `outside-staff-padding' it should work, i.e. \override Score.MetronomeMark.out

Re: \tempo - how to remove parentheses around metronome marks ?

2015-01-15 Thread Paul Scott
On Fri, Jan 16, 2015 at 09:01:45AM +1000, Harald Christiansen wrote: > Hi, > > \tempo "Moderato, " 4=112 > > How do I remove the parentheses around metronome marks ? I define these markups: #(define-markup-command (mm layout props notetype beats) (string? string?)

Re: \tempo - how to remove parentheses around metronome marks ?

2015-01-15 Thread Thomas Morley
2015-01-16 0:21 GMT+01:00 pls : > Hi Harald, > > this is one possibility: > { > \tempo \markup { > \concat { > "Moderato " > \smaller \general-align #Y #DOWN \note #"4" #1 > " = " > \smaller \general-align

Re: \tempo - how to remove parentheses around metronome marks ?

2015-01-15 Thread pls
Hi Harald, this is one possibility: { \tempo \markup { \concat { "Moderato " \smaller \general-align #Y #DOWN \note #"4" #1 " = " \smaller \general-align #Y #DOWN #"112" } } c'1 c'1 c'1 } h

\tempo - how to remove parentheses around metronome marks ?

2015-01-15 Thread Harald Christiansen
Hi, \tempo "Moderato, " 4=112 How do I remove the parentheses around metronome marks ? Thanks. Cheers. -- Nihil verus. Omnia possibilia. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Adjusting the position of tempo indications

2015-01-14 Thread David Sumbler
the marks, but their vertical position in relation to what is beneath them and also to each other. David > > On 1/14/15, David Sumbler wrote: > > On Mon, 2015-01-12 at 23:17 +0100, Thomas Morley wrote: > >> 2015-01-12 22:37 GMT+01:00 David Sumbler : > >> > The

Re: Adjusting the position of tempo indications

2015-01-14 Thread Hwaen Ch'uqi
Greetings David, Is the command \markLengthOn possibly what you are looking for? Hwaen Ch'uqi On 1/14/15, David Sumbler wrote: > On Mon, 2015-01-12 at 23:17 +0100, Thomas Morley wrote: >> 2015-01-12 22:37 GMT+01:00 David Sumbler : >> > The default position of tempo in

Re: Adjusting the position of tempo indications

2015-01-14 Thread David Sumbler
On Mon, 2015-01-12 at 23:17 +0100, Thomas Morley wrote: > 2015-01-12 22:37 GMT+01:00 David Sumbler : > > The default position of tempo indications is, to my eye, rather too > > close to whatever is beneath them, be it a stave, a note or a slur. > > > > I ha

Re: Adjusting the position of tempo indications

2015-01-13 Thread David Sumbler
> From: Dominic > To: lilypond-user@gnu.org > Subject: Re: Adjusting the position of tempo indications > Date: Mon, 12 Jan 2015 15:26:56 -0700 (MST) > > You probably need to adjust MetronomeMark.padding in the score context rather > than TextScript.padding in th

Re: Adjusting the position of tempo indications

2015-01-12 Thread Dominic
You probably need to adjust MetronomeMark.padding in the score context rather than TextScript.padding in the Staff context, thus: /\override Score.MetronomeMark.padding = #4/ -- View this message in context: http://lilypond.1069038.n5.nabble.com/Adjusting-the-position-of-tempo-indications

Re: Adjusting the position of tempo indications

2015-01-12 Thread Thomas Morley
2015-01-12 22:37 GMT+01:00 David Sumbler : > The default position of tempo indications is, to my eye, rather too > close to whatever is beneath them, be it a stave, a note or a slur. > > I have tried experimenting with > > \override TextScript #'padding = #

Adjusting the position of tempo indications

2015-01-12 Thread David Sumbler
The default position of tempo indications is, to my eye, rather too close to whatever is beneath them, be it a stave, a note or a slur. I have tried experimenting with \override TextScript #'padding = #4 and \override TextScript.padding = #4 (I was unsure of the syntax) just to see if

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Phil Holmes
- Original Message - From: "Davide Liessi" To: 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 only the tempo mark

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Robert Schmaus
Hi Davide, If you have a single tempo for the whole \layout block, you could leave the \tempo "Allegro" in the printed score and write \midi{ \tempo 4= 120} That should work as well. Best, Robert __ In religion, faith is a virtue. In science, faith is a vice. -- Jerry Coy

Re: Suppress metronome marks but not tempo marks

2015-01-01 Thread Pierre Perol-Schneider
Hi Davide and best wishes for 2015, Try : \version "2.18.2" \relative c' { \tempo "Allegro" \set Score.tempoWholesPerMinute = #(ly:make-moment 120/4) c d e f g a b c } Cheers, Pierre 2015-01-01 11:46 GMT+01:00 Davide Liessi : > Hi all. > > I have so

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 mar

Re: how to typeset temporary tempo?

2014-12-21 Thread Jinsong Zhao
Thank you for the reply. Maybe this is the easy understanding or reasonable solution. The demo mini example is a LilyPond replication of someone's sheet I saw from a video. The ``\tempo 4 = 82'' is at the right side of ees'2 in a smaller style. The ``\tempo "rit.

Re: how to typeset temporary tempo?

2014-12-21 Thread Malte Meyn
Have you tried the \tempo command? ees4 \tempo 4 = 82 ees'2. |%m76 %%% \tempo "rit." 4 = 75 ees1 |%m79 Am 22.12.2014 um 03:15 schrieb Jinsong Zhao: Hi there, I am new to LilyPond. I try to typeset a music sheet. The following is a snippet. I don't satisfy the code in \ma

how to typeset temporary tempo?

2014-12-21 Thread Jinsong Zhao
Hi there, I am new to LilyPond. I try to typeset a music sheet. The following is a snippet. I don't satisfy the code in \markup, especially the size of the number. \version "2.18.2" \relative c'' { \clef "treble" \key ees \major \tempo 4 = 90

Re: midi tempo

2014-11-09 Thread Noeck
> it's easier than you think You're perfectly right! Thanks, Joram ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: midi tempo

2014-11-09 Thread tisimst
Joram, Sorry for being so late to chime in on this. Fortunately, it's easier than you think: %< SNIP -- \version "2.18.2" { \once \set Score.tempoHideNote = ##t \tempo "Allegro" 4 = 100 a } %< SNIP --

Re: midi tempo

2014-11-09 Thread Noeck
> I personally prefer: > > \version "2.18.2" > { \tempo "Allegro" a } > \layout {} > \midi { 4 = 100 } > > which is much more intuitive and easy to use for an average user. > Works fine for me. Yes, I know, but in my case the tempo

Re: midi tempo

2014-11-09 Thread Martin Tarenskeen
On Sun, 9 Nov 2014, Mike Solomon wrote: %Ah, sorry, got it. \version "2.18.2" { \tempo “Allegro” % no need for hiding the note if you don’t put an explicit numerical indication \set Score.tempoWholesPerMinute = #(ly:make-moment 100 4 0 0) a } I personally prefer: \versi

Re: midi tempo

2014-11-09 Thread Mike Solomon
> On Nov 9, 2014, at 7:53 PM, Noeck wrote: > > Hi > >> You do - otherwise, there will be the printed note at the tempo indicated >> with \tempo and the midi at the tempo indicated via tempoWholesPerMinute. > > You mean, it would then show up like if I wro

Re: midi tempo

2014-11-09 Thread Noeck
Hi > You do - otherwise, there will be the printed note at the tempo indicated > with \tempo and the midi at the tempo indicated via tempoWholesPerMinute. You mean, it would then show up like if I wrote: \tempo "Allegro" 4 = 100 ? I tried it with 2.18.2 and 2.19.8 and it only

Re: midi tempo

2014-11-09 Thread Mike Solomon
> On Nov 9, 2014, at 7:38 PM, Noeck wrote: > > Hi Mike, > >> \version "2.18.2" >> { >> \tempo "Allegro" >> \once \set Score.tempoHideNote = ##t >> \set Score.tempoWholesPerMinute = #(ly:make-moment 100 4 0 0) >> a >

Re: midi tempo

2014-11-09 Thread Noeck
Hi Mike, > \version "2.18.2" > { > \tempo "Allegro" > \once \set Score.tempoHideNote = ##t > \set Score.tempoWholesPerMinute = #(ly:make-moment 100 4 0 0) > a > } Thanks! That’s what I was looking for. I do not need this line then, do I? \on

Re: midi tempo

2014-11-09 Thread Mike Solomon
> On Nov 9, 2014, at 7:19 PM, Noeck wrote: > > Hi, > > I would like to specify a different tempo for the pdf and the midi > output. I’ve read > http://www.lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms.html#metronome-marks > > But I found only how

midi tempo

2014-11-09 Thread Noeck
Hi, I would like to specify a different tempo for the pdf and the midi output. I’ve read http://www.lilypond.org/doc/v2.18/Documentation/notation/displaying-rhythms.html#metronome-marks But I found only how to specify it for both, or for one of them. What I want is like: \tempo "Allegro&quo

Re: Tempo mark of eighth note = eighth note

2014-10-24 Thread Knute Snortum
Thanks to both of you. Knute Snortum (via Gmail) On Fri, Oct 24, 2014 at 8:32 AM, Brian Barker wrote: > At 08:19 24/10/2014 -0700, Knute Snortum wrote: > >> I need a tempo marking of "eighth note = eighth note". I know I've seen >> how to do it but it'

Re: Tempo mark of eighth note = eighth note

2014-10-24 Thread Brian Barker
At 08:19 24/10/2014 -0700, Knute Snortum wrote: I need a tempo marking of "eighth note = eighth note". I know I've seen how to do it but it's escaping me now. See: http://www.lilypond.org/doc/v2.18/Documentation/snippets/rhythms#rhythms-creating-metronome-marks-in-markup-mo

Re: Tempo mark of eighth note = eighth note

2014-10-24 Thread tisimst
Knute, \markup { \general-align #Y #DOWN \note #"8" #1 = \general-align #Y #DOWN \note #"8" #1 } Regards, Abraham P.S. I don't fully understand the syntax, but that does what you asked for. On Fri, Oct 24, 2014 at 9:19 AM, Knute Snortum [via Lilypond]

Tempo mark of eighth note = eighth note

2014-10-24 Thread Knute Snortum
I need a tempo marking of "eighth note = eighth note". I know I've seen how to do it but it's escaping me now. Please have mercy on me. Knute Snortum (via Gmail) ___ lilypond-user mailing list lilypond-user@gnu.org https://l

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
Hi, you just have to write out the tempo completly: global = { \tempo "Allegro" s1*2 \tempo "Largo" s1*2 \tempo "Allegro" } You can add this variable to any Staff by wrapping it in \new Staff << \global { } >> You can use it in parts and add \

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: custom markup for \tempo

2014-04-04 Thread Simon Bailey
hi, On Fri, Apr 4, 2014 at 11:13 AM, Wilbert Berendsen wrote: > > Make nbTempo a music function that accepts the arguments and calls the > markup command (which I renamed to nbTempomkup). Like this: > d'oh. well that was sufficiently simple that i'm ashamed i asked. i will never try programmin

Re: custom markup for \tempo

2014-04-04 Thread Wilbert Berendsen
Op Fri, 4 Apr 2014 10:19:40 +0200 Simon Bailey schreef: > hello, the list! > > i have constructed the following: > > %%% SNIP %%% > #(define-markup-command > (nbTempo layout props expression beat tempo) > (markup? string? markup?) > (interpret-markup layout pro

custom markup for \tempo

2014-04-04 Thread Simon Bailey
hello, the list! i have constructed the following: %%% SNIP %%% #(define-markup-command (nbTempo layout props expression beat tempo) (markup? string? markup?) (interpret-markup layout props #{ \markup { \override #'(baseline-skip . 2) \column { \c

Re: Tempo placement

2014-02-03 Thread Marc Hohl
Am 03.02.2014 15:15, schrieb Robin Bannister: Marc Hohl wrote: Try \once \override Score.LeftEdge.break-visibility = #all-visible Thanks, sounds plausible, but it doesn't work either: Umm ... and with MetronomeMark ? D'Oh... Works significantly better ;-) Sorry for mixing up MetronomeMa

Re: Tempo placement

2014-02-03 Thread Robin Bannister
Marc Hohl wrote: Try \once \override Score.LeftEdge.break-visibility = #all-visible Thanks, sounds plausible, but it doesn't work either: Umm ... and with MetronomeMark ? Cheers, Robin ___ lilypond-user mailing list lilypond-user@gnu.org https:/

Re: Tempo placement

2014-02-03 Thread Marc Hohl
Score.LeftEdge.break-visibility = #all-visible Thanks, sounds plausible, but it doesn't work either: \version "2.19.0" melLeftEdge = { \override Score.LeftEdge.break-visibility = #all-visible \override Score.RehearsalMark.break-align-symbols = #'(left-edge) \tempo &

Re: Tempo placement

2014-02-03 Thread Eluze
Marc Hohl wrote >>> >>> melLeftEdge = { >>> \override Score.MetronomeMark.break-align-symbols = #'(left-edge) >>> \tempo "Slowly" 4 = 60 >>> c'4 >>> } sometimes we're searching for too complicated things...

<    1   2   3   4   5   6   7   8   9   10   >