Re: Tempo Mark with letter

2023-03-04 Thread Ralph Palmer
Thanks for the quick and helpful response, Jean! All the best, Ralph __ Ralph Palmer Seattle USA (he, him, his) palmer.r.vio...@gmail.com On Sat, Mar 4, 2023 at 10:29 AM Jean Abou Samra wrote: > Le samedi 04 mars 2023 à 10:16 -0800, Ralph Palmer a écrit : > > Greetings - > > I'm running L

Re: Tempo Mark with letter

2023-03-04 Thread Jean Abou Samra
Le samedi 04 mars 2023 à 10:16 -0800, Ralph Palmer a écrit : > Greetings - > > I'm running LilyPond 2.24.0 under Frescobaldi 3.2 and Ubuntu 22.04.2 LTS. > > I'm trying to get a tempo indication similar to the included screenshot (I > couldn't figure out how to include the screenshot as an attach

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's escaping me now. >> > > See: > http://ww

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-mode . I trust this

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] wrote: > I need a tempo markin

Re: Tempo mark more than once

2013-08-14 Thread Peter Toye
Thomas, Thanks. Works a treat. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Tuesday, August 13, 2013, 4:47:42 PM, you wrote: > 2013/8/13 Peter Toye : >> I want to put a tempo marking (e,g, Allegro) into a song above both the >> piano part and the vocal

Re: Tempo mark more than once

2013-08-13 Thread Thomas Morley
2013/8/13 Peter Toye : > I want to put a tempo marking (e,g, Allegro) into a song above both the > piano part and the vocal part. (I'm one of those people who believes in > making life easier for the pianist). And I can't see how to do it. > > With the code as it is the "\tempo" indication is ignor

Re: Tempo mark in a Piano Quartet

2010-11-12 Thread James Worlton
Sorry, didn't send this to the whole list the first time... On Fri, Nov 12, 2010 at 5:22 AM, craigbakalian wrote: > Hi, > > I have always appreciated the fact that on a large score the tempo marks > are only printed on the top most part. However, I am writing a piano > quartet and I want the pia

Re: tempo mark in large score for each group

2009-11-01 Thread Frédéric Bron
>> You have forgotten plenty of closing >> > > Some email clients will remove those, so this isn't necessarily > a problem in his original file. Should not be that as the file was attached, not included in the message. Frédéric ___ lilypond-user mailin

Re: tempo mark in large score for each group

2009-11-01 Thread Graham Percival
On Sun, Nov 01, 2009 at 08:48:15AM +0100, Frédéric Bron wrote: > You have forgotten plenty of closing >> Some email clients will remove those, so this isn't necessarily a problem in his original file. Cheers, - Graham ___ lilypond-user mailing list li

Re: tempo mark in large score for each group

2009-11-01 Thread Frédéric Bron
> Thank you for your help.  I have altered your example to the attached below > and then went and tried to apply it to my score and for a reason I cannot > understand it won't compile. > I've attached it too. > If you have the time would you take a look a see what I'm doing wrong?  The > file wi

Re: tempo mark in large score for each group

2009-10-31 Thread Frédéric Bron
> I just checked Honegger's score for Jeanne d'Arc and tempo marks are above > the top staff and then below for the strings.  I've looked in the manual 2.12 > and snippets and I don't see a way to do this. > I tried setting it for the top instrument in each group and that did not work. The attac

Re: tempo mark in large score for each group

2009-10-30 Thread Neil Thornock
You would do something like: \new Staff \with {\consists Rehearsal_mark_engraver} I can't recall if that is the exact name of the engraver right off. Of course, that would put all \marks above the given staff. On 10/30/09, Kieren MacMillan wrote: > Hi Jay, > >> I just checked Honegger's score f

Re: tempo mark in large score for each group

2009-10-30 Thread Kieren MacMillan
Hi Jay, I just checked Honegger's score for Jeanne d'Arc and tempo marks are above the top staff and then below for the strings. I've looked in the manual 2.12 and snippets and I don't see a way to do this. I tried setting it for the top instrument in each group and that did not work.

Re: Tempo mark alignment

2009-05-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 29. Mai 2009 05:13:28 schrieb Andrew Hawryluk: > On Wed, May 27, 2009 at 2:01 PM, Neil Puttock wrote: > > Adding the context property to switch between the two alignments was a > > quick hack with a serious limitation: if set to align with

Re: Tempo mark alignment

2009-05-28 Thread Andrew Hawryluk
On Wed, May 27, 2009 at 2:01 PM, Neil Puttock wrote: > Adding the context property to switch between the two alignments was a > quick hack with a serious limitation: if set to align with note > columns, tempo marks disappear completely when attached to > multi-measure rests. > > A proper solution

Re: Tempo mark alignment

2009-05-27 Thread Neil Puttock
2009/5/24 Jay Anderson : > What are the issues with Neil's patch? I've been playing around with > it and it seems to do what I want. Well, it's a similar patch really > (see attached). With your amended patch, it's no longer possible to align tempo marks to note columns; they behave just like reh

Re: Tempo mark alignment

2009-05-23 Thread Jay Anderson
On Sat, May 23, 2009 at 7:49 AM, Reinhold Kainhofer wrote: > > Actually, this bug is not that easy. I was also quite annoyed by this a while > ago, and started looking at it, but I ran into dead ends. This is one of the > things that makes my orchestral scores not look quite as professional as the

Re: Tempo mark alignment

2009-05-23 Thread Valentin Villenave
2009/5/23 Xavier Scheuer : > I totally agree, there is a problem with textual Tempo marks alignment. Hi Xavier, we do know about that. Since Graham has already gone all Graham-ish, here's just an additional, more "pedagogical" answer. > I wanted to report this too, then I saw issues 684, 700 and

Re: Tempo mark alignment

2009-05-23 Thread Graham Percival
On Sat, May 23, 2009 at 09:37:19AM +0200, Xavier Scheuer wrote: > I wanted to report this too, then I saw issues 684, 700 and now 712 > reporting this, so I didn't. But since there are 3 unfixed issues > reporting the same thing and since the first one is open for 8 months > now, I allowed my

Re: Tempo mark alignment

2009-05-23 Thread Xavier Scheuer
I totally agree, there is a problem with textual Tempo marks alignment. I wanted to report this too, then I saw issues 684, 700 and now 712 reporting this, so I didn't. But since there are 3 unfixed issues reporting the same thing and since the first one is open for 8 months now, I allowed mys

Re: tempo mark too far on the left side

2008-05-24 Thread Neil Puttock
Hi Stefan, 2008/5/24 Stefan Thomas <[EMAIL PROTECTED]>: > Dear lilypond-users, > in my opinion the tempo-mark-text is to much on the left side. Is there a > possibilitiy to change it? You might consider using the newish snippet in LSR, 'Integrating text indications in metronome marks' (http://lsr

Re: Tempo mark (MM) range

2007-03-23 Thread Kieren MacMillan
Hi Cameron: would you be willing to submit this to the LSR? I tried -- it wouldn't let me. =\ Cheers, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tempo mark (MM) range

2007-03-22 Thread Cameron Horsburgh
On Thu, Mar 22, 2007 at 10:33:52PM -0400, Kieren MacMillan wrote: > Hi, Ralph: > > >I'm trying to get a quarter note, followed by an equals sign ("="), > >followed by a range ("92-100"). > > I use this macro: > > tempoMark = > #(define-music-function (parser location prependText noteva

Re: Tempo mark (MM) range

2007-03-22 Thread Kieren MacMillan
Hi, Ralph: I'm trying to get a quarter note, followed by an equals sign ("="), followed by a range ("92-100"). I use this macro: tempoMark = #(define-music-function (parser location prependText notevalue appendText) (string? string? string?) #{

Re: Tempo mark (MM) range

2007-03-22 Thread Graham Percival
Palmer, Ralph wrote: I'm trying to figure out how to specify a range of tempi, using something that looks like the normal MM or tempo mark. Specifically, I'm trying to get a quarter note, followed by an equals sign ("="), followed by a range ("92-100"). I've tried the manual, the examples, the Ti

Re: Tempo mark (MM) range

2007-03-22 Thread Mats Bengtsson
You were so close! If you read the details about the \note markup command in "Overview of Text markup commands", you will notice that the second argument is numeric, i.e. it shouldn't be enclosed in double quotes. So, the following works better: c^\markup {\small \note #"4" #1 = 92 - 100 } The

Re: Tempo Mark

2004-11-10 Thread Erik Sandberg
On Wednesday 10 November 2004 06.24, J L wrote: > Hi, > > A known fact is that Lilypond 2.2.5 hides the tempo mark. IIRC, this is a bug in 2.2.5 only. It works in 2.2.4 and 2.2.6. Erik ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu

Re: Tempo Mark

2004-11-10 Thread Mats Bengtsson
Maybe some confusion here: Paul Scott wrote: J L wrote: Hi, A known fact not known by all. I did discover this for 2.4. is that Lilypond 2.2.5 hides the tempo mark. This was a bug that appeared in 2.2.5 and was fixed in 2.2.6. The problems that Paul reported a couple of days ago are completely u

Re: Tempo Mark

2004-11-09 Thread Paul Scott
J L wrote: Hi, A known fact not known by all. I did discover this for 2.4. is that Lilypond 2.2.5 hides the tempo mark. So is it possible to place the \tempo inside the \markup thingy if I want the tempo mark appearing beside the directions for later versions? In 2.4.0 \tempo marks appear if the

Re: Tempo mark

2004-05-10 Thread Mats Bengtsson
Thomas Scharkowski wrote: Search the mailing list archives of lilypond-user for "tempo markup" to find some examples of typesetting the metronomization as part of a text markup. Sorry, I did not find an example. The first hit includes the following example: ^\markup { Allegretto \tiny \note #"4

Re: Tempo mark

2004-05-08 Thread Thomas Scharkowski
> Search the mailing list archives of lilypond-user for > "tempo markup" to find some examples of typesetting the > metronomization as part of a text markup. > Sorry, I did not find an example. > To change the position of the metronome mark, you have to find out > what kind layout object in Lil

Re: Tempo mark

2004-05-07 Thread Mats Bengtsson
Search the mailing list archives of lilypond-user for "tempo markup" to find some examples of typesetting the metronomization as part of a text markup. To change the position of the metronome mark, you have to find out what kind layout object in LilyPond is used to typeset it. To do that, you could

Re: Tempo mark

2004-05-07 Thread David Boersma
On Fri, 7 May 2004, Thomas Scharkowski wrote: > Hello list, > > I would like to add a metronome mark to the following: > ^\markup \large \bold {\hspace #-4.0 {Adagio}} > > to get something like: > Adagio (4=108) (4 should be replaced by a note) > > I have tried to find out how to move the metronom

Re: Tempo mark

2004-05-07 Thread Thomas Scharkowski
Thank you, I had read the manual before posting. :-) What I want is the "Adagio" marking and the Tempo marking in one line, or change the position of the \tempo mark manually. Thank you Thomas > > Hello list, > > > > I would like to add a metronome mark to the following: > > ^\markup \large \bol