Re: Tempo markings placement for trio music

2021-05-04 Thread Rachel Green
Thank you very much! Rachel On Apr 30, 2021, at 11:21 AM, Xavier Scheuer mailto:x.sche...@gmail.com>> wrote: On Fri, 30 Apr 2021 at 19:55, Rachel Green mailto:rg4...@outlook.com>> wrote: > > Hi, > For trios, I would like all the tempo markings to occur both above all parts > (as seen above th

Re: Tempo markings placement for trio music

2021-05-04 Thread Rachel Green
Thanks! Rachel > On Apr 30, 2021, at 11:19 AM, Kevin Barry wrote: > > Hi Rachel, > > You can make this work by adding the engraver to the staff you want it > to print above (in this case the harp's upper staff). Based on your > example the code might look something like this: > > \new Sta

Re: Tempo markings placement for trio music

2021-05-04 Thread Rachel Green
Just what I needed! Rachel > On Apr 30, 2021, at 11:06 AM, Jean Abou Samra wrote: > > > Le 30/04/2021 à 19:17, Rachel Green a écrit : >> Hi, >> For trios, I would like all the tempo markings to occur both above all parts >> (as seen above the flute in the example below) but also right above th

Re: Tempo markings placement for trio music

2021-04-30 Thread Xavier Scheuer
On Fri, 30 Apr 2021 at 19:55, Rachel Green wrote: > > Hi, > For trios, I would like all the tempo markings to occur both above all parts (as seen above the flute in the example below) but also right above the harp part. When I add a tempo marking to the harp part, it places it above the flute part

Re: Tempo markings placement for trio music

2021-04-30 Thread Kevin Barry
Hi Rachel, You can make this work by adding the engraver to the staff you want it to print above (in this case the harp's upper staff). Based on your example the code might look something like this: \new Staff \with { \consists Mark_engraver \consists Metronome_mark_engraver

Re: Tempo markings placement for trio music

2021-04-30 Thread Jean Abou Samra
Le 30/04/2021 à 19:17, Rachel Green a écrit : Hi, For trios, I would like all the tempo markings to occur both above all parts (as seen above the flute in the example below) but also right above the harp part. When I add a tempo marking to the harp part, it places it above the flute part, bu

Re: Tempo markings & partcombine

2019-06-10 Thread Aaron Hill
On 2019-06-10 5:28 am, Michael Seifert wrote: What I’d like is for the tempo markings to show up (at most) once per staff in the score, even on combined staves; but the tempo markings should show up in each individual part when it’s produced. Right now, partcombine leads to both of the “rit.” m

Re: Tempo markings & partcombine

2019-06-10 Thread Simon Albrecht
Hello Michael, two strategies are helpful here: 1) use \tempo and \mark for any structural information shared by all staves. I even defined an \agogicMark command for things like "rit." and "a tempo" in order to have a separate category with the proper text formatting (see attachment) 2) a

Re: tempo markings and LilyJAZZ

2013-08-27 Thread Marc Hohl
Am 27.08.2013 18:07, schrieb David Kastrup: Marc Hohl writes: Ok, thanks! Now I can just write \mark\jazzTempoMarkup Blues c4. "60" which looks way neater than \mark\jazzTempoMarkup #"Blues" c4. #"60" (the numbers still have to be quoted). Uh, you could have written that even before. Th

Re: tempo markings and LilyJAZZ

2013-08-27 Thread David Kastrup
Marc Hohl writes: > Ok, thanks! Now I can just write > > \mark\jazzTempoMarkup Blues c4. "60" > > which looks way neater than > > \mark\jazzTempoMarkup #"Blues" c4. #"60" > > (the numbers still have to be quoted). Uh, you could have written that even before. The difference is just that you can

Re: tempo markings and LilyJAZZ

2013-08-27 Thread Marc Hohl
Am 27.08.2013 16:17, schrieb David Kastrup: Marc Hohl writes: Am 27.08.2013 08:10, schrieb Marc Hohl: Am 27.08.2013 01:53, schrieb Thomas Morley: [...] I see no easy way to change it. In the end it might be less effort to rewrite a (shortened) markup-command for use with LilyJAZZ. You're

Re: tempo markings and LilyJAZZ

2013-08-27 Thread David Kastrup
Marc Hohl writes: > Am 27.08.2013 08:10, schrieb Marc Hohl: >> Am 27.08.2013 01:53, schrieb Thomas Morley: > [...] >>> >>> I see no easy way to change it. >>> In the end it might be less effort to rewrite a (shortened) >>> markup-command for use with LilyJAZZ. >> >> You're probably right here. I

Re: tempo markings and LilyJAZZ

2013-08-27 Thread Marc Hohl
Am 27.08.2013 08:10, schrieb Marc Hohl: Am 27.08.2013 01:53, schrieb Thomas Morley: [...] I see no easy way to change it. In the end it might be less effort to rewrite a (shortened) markup-command for use with LilyJAZZ. You're probably right here. I am just busy at the moment, but as soon as

Re: tempo markings and LilyJAZZ

2013-08-27 Thread Xavier Scheuer
On 27 August 2013 08:10, Marc Hohl wrote: > > You're probably right here. I am just busy at the moment, but > as soon as time allows, I'll either try to write a suitable > note-by-number routine for LilyJAZZ or a simplified markup command. Great news! Could you remember to update issue #3096 whe

Re: tempo markings and LilyJAZZ

2013-08-26 Thread Marc Hohl
Am 27.08.2013 01:53, schrieb Thomas Morley: 2013/8/26 Marc Hohl : Hi list, does anyone have a workaround for the following problem? The small notes in a tempo marking are missing when I use the preliminary LilyJAZZ version: \version "2.17.25" \include "LilyJAZZ.ily" \relative c' { \jazz

Re: tempo markings and LilyJAZZ

2013-08-26 Thread Thomas Morley
2013/8/26 Marc Hohl : > Hi list, > > does anyone have a workaround for the following problem? > > The small notes in a tempo marking are missing when I use the > preliminary LilyJAZZ version: > > \version "2.17.25" > > \include "LilyJAZZ.ily" > > > \relative c' { > \jazzOn > \tempo "Swing" 4 =

Re: Tempo markings and tempo dynamics

2010-04-03 Thread Paul Scott
Robin Bannister wrote: Paul Scott wrote: If anyone has an acceptable solution for this I would appreciate hearing about it. Inserting a grace spacer is fairly painless (unless it triggers issue 34). Wow!! How did you figure that out? Thanks, Paul _

Re: Tempo markings and tempo dynamics

2010-03-31 Thread Robin Bannister
Paul Scott wrote: If anyone has an acceptable solution for this I would appreciate hearing about it. Inserting a grace spacer is fairly painless (unless it triggers issue 34). Cheers, Robin { \compressFullBarRests R1 \tempo "rall" \grace s1 R1*20 R1 \tempo "a tempo" \

Re: Tempo markings and tempo dynamics

2010-03-30 Thread Kieren MacMillan
Hi Paul, > The main reason I don't always use \tempo is that I often must use \mark to > avoid the behavior > one gets when the tempo mark falls over a multi-measure rest and gets > centered there. (I also don't often need MIDI output). I have the same problems, but use \tempo anyway (because

Re: Tempo markings and tempo dynamics

2010-03-29 Thread Paul Scott
Reinhold Kainhofer wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 29. März 2010 22:10:25 schrieb Kieren MacMillan: Hi Phil, I checked and found that I create the "rall" marking as a \markup, as suggested in the documentation. Where is this suggestion? In older versions of

Re: Tempo markings and tempo dynamics

2010-03-29 Thread Peter Chubb
> "Reinhold" == Reinhold Kainhofer writes: Reinhold> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reinhold> Am Montag, 29. März 2010 22:10:25 schrieb Kieren MacMillan: >> Hi Phil, >> >> > I checked and found that I create the "rall" marking as a >> \markup, as > suggested in the documentat

Re: Tempo markings and tempo dynamics

2010-03-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 29. März 2010 22:10:25 schrieb Kieren MacMillan: > Hi Phil, > > > I checked and found that I create the "rall" marking as a \markup, as > > suggested in the documentation. > > Where is this suggestion? In older versions of lilypond, text

Re: Tempo markings and tempo dynamics

2010-03-29 Thread Kieren MacMillan
Hi Phil, > I checked and found that I create the "rall" marking as a \markup, as > suggested in the documentation. Where is this suggestion? All tempo indications should really be in MetronomeMarkup if possible -- here's an example of how I do it, with some Scheme functions to help out: tempo

Re: tempo markings

2002-10-28 Thread Graham Percival
On Fri, 25 Oct 2002 17:45:24 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: > Graham Percival wrote: > >Three options: > >- Place a mark (see the reference manual) in every single part of > >your piece. Print parts. Then go back and comment out the marks in > >all parts apart from the first one, then

Re: tempo markings

2002-10-26 Thread Paul Scott
Mats Bengtsson wrote: That has possibilities and might solve another problem. I'm going to post a question or two about vertical spacing when I get a chance. My tempo marking is too close to the notes right now. The padding property is your friend, for example: \property Voice.TextScri

Re: tempo markings

2002-10-26 Thread Mats Bengtsson
> That has possibilities and might solve another problem. I'm going to > post a question or two about vertical spacing when I get a chance. My > tempo marking is too close to the notes right now. The padding property is your friend, for example: \property Voice.TextScript \override #'padding

Re: tempo markings

2002-10-26 Thread Simon Bailey
On Sat, 2002-10-26 at 02:45, Paul Scott wrote: > Graham Percival wrote: > Actually your last two solutions sound like they have possibilities. > Possibly something from this could be added to the docs when you have > time. When I get clearer on this I'll post my solution. Of course this > als

Re: tempo markings

2002-10-25 Thread Paul Scott
Graham Percival wrote: On Fri, 25 Oct 2002 10:30:06 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: For a simple piece with score and parts how do I cause the tempo marking to appear only at once above the top part in the score and and once at the beginning of each part. This will be a fairly s

Re: tempo markings

2002-10-25 Thread Graham Percival
On Fri, 25 Oct 2002 10:30:06 -0700 Paul Scott <[EMAIL PROTECTED]> wrote: > For a simple piece with score and parts how do I cause the tempo marking > to appear only at once above the top part in the score and and once at > the beginning of each part. This will be a fairly standard marking like: