Re: Moving metronome markings

2009-07-23 Thread Alexander Kobel

Josh Nichols wrote:

How can I raise or lower the metronome marking in the following example:

\version "2.12.2"
c'' {
  \clef treble
  \time 2/4
  \tempo 4 = 120
 c e
}

Any guidance?  Thanks for your help!



Hi, Josh,

try
\once \override Score . MetronomeMark #'padding = #42
for your favourite value of 42 just before \tempo.


Cheers,
Alexander


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Moving metronome markings

2009-07-23 Thread Josh Nichols
How can I raise or lower the metronome marking in the following example:

\version "2.12.2"
c'' {
  \clef treble
  \time 2/4
  \tempo 4 = 120
 c e
}

Any guidance?  Thanks for your help!

-
Josh Nichols

SDG
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-29 Thread Mats Bengtsson
Last time I tried the setup.exe, version 2.2.2 was available as
an installation option. Otherwise, if you search the mailing list
archives, you can find information on how to install version 2.4.x
in cygwin.
/Mats
Aaron Dalton wrote:
Mats Bengtsson wrote:

Paul Scott wrote:
Aaron Dalton wrote:
Try as I might, I cannot get a tempo marking to appear at the 
beginning of my piece.  I use versions 2.2.2 and 2.2.5.  I am 
referring to section 3.7.4 of the documentation.  No matter where I 
put the "\tempo 4 = 144" line, I cannot get it to appear on the 
score.  Below is an excerpt of my score.  The * are places I 
have tried to put the \tempo command to no avail.  Any assistance 
would be greatly appreciated.

Cheers!
Aaron
upper = \notes \relative f'' {
* f1
}
lower = \notes \relative f' {
* f1
}
It's a bug.  It will work in most of the places you tried if you also 
add:

^\markup{ " " }
at the same place.

As Erik has already pointed out, no metronome markings at all are
printed in version 2.2.5, but they should work for example with 2.2.2
and with newer versions. I think the bug Paul refers to is not relevant
here. Wasn't that related to scores that started with full bar rests?
/Mats

Thank you all for your help.  I was finally able to test it on 2.2.2, 
and indeed it prints as it should.  I must have done something wrong in 
my initial test case.  2.2.5 seems to be the only version Cygwin ships 
with.  I will have to look up who maintains the Cygwin port and see if 
an update is in the works.

Thanks again!
Aaron
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-29 Thread Aaron Dalton
Mats Bengtsson wrote:

Paul Scott wrote:
Aaron Dalton wrote:
Try as I might, I cannot get a tempo marking to appear at the 
beginning of my piece.  I use versions 2.2.2 and 2.2.5.  I am 
referring to section 3.7.4 of the documentation.  No matter where I 
put the "\tempo 4 = 144" line, I cannot get it to appear on the 
score.  Below is an excerpt of my score.  The * are places I have 
tried to put the \tempo command to no avail.  Any assistance would be 
greatly appreciated.

Cheers!
Aaron
upper = \notes \relative f'' {
* f1
}
lower = \notes \relative f' {
* f1
}
It's a bug.  It will work in most of the places you tried if you also 
add:

^\markup{ " " }
at the same place.

As Erik has already pointed out, no metronome markings at all are
printed in version 2.2.5, but they should work for example with 2.2.2
and with newer versions. I think the bug Paul refers to is not relevant
here. Wasn't that related to scores that started with full bar rests?
/Mats
Thank you all for your help.  I was finally able to test it on 2.2.2, 
and indeed it prints as it should.  I must have done something wrong in 
my initial test case.  2.2.5 seems to be the only version Cygwin ships 
with.  I will have to look up who maintains the Cygwin port and see if 
an update is in the works.

Thanks again!
Aaron
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-29 Thread Mats Bengtsson

Paul Scott wrote:
Aaron Dalton wrote:
Try as I might, I cannot get a tempo marking to appear at the 
beginning of my piece.  I use versions 2.2.2 and 2.2.5.  I am 
referring to section 3.7.4 of the documentation.  No matter where I 
put the "\tempo 4 = 144" line, I cannot get it to appear on the 
score.  Below is an excerpt of my score.  The * are places I have 
tried to put the \tempo command to no avail.  Any assistance would be 
greatly appreciated.

Cheers!
Aaron
upper = \notes \relative f'' {
* f1
}
lower = \notes \relative f' {
* f1
}
It's a bug.  It will work in most of the places you tried if you also add:
^\markup{ " " }
at the same place.
As Erik has already pointed out, no metronome markings at all are
printed in version 2.2.5, but they should work for example with 2.2.2
and with newer versions. I think the bug Paul refers to is not relevant
here. Wasn't that related to scores that started with full bar rests?
/Mats
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-28 Thread Erik Sandberg
On Saturday 27 November 2004 21.36, Aaron Dalton wrote:
> Paul Scott wrote:
> > You left out { " " } (a space).  Try:
> >> upper = \notes \relative f'' {
> >> \tempo 4 = 144 f1^\markup { " " }
> >> }
> >
> > I only tested this on 2.4.2 (without the \notes).
>
> This is what I now have in my score.  It is still not displaying =/  I
> am running version 2.2.5 on my Cygwin box, and 2.2.2 on my BSD box.
>
> upper = \notes \relative f'' {
>  \tempo 4 = 132 f4^\markup { " " } c a g8 bes | a4 g8 bes a f c' bes |
> a4. c8 f4 e8 d | c a bes g a c bes d\break |
> }

I verified that your example works fine with all versions >=2.2.6 but not with 
2.2.5. I would really recommend you to upgrade to a later lilypond version.

Erik

P.s. if you send complete examples that can be compiled, i.e. like:

upper = \notes \relative f'' {
\tempo 4 = 132 f4^\markup { " " } c a g8 bes | a4 g8 bes a f c' bes |
a4. c8 f4 e8 d | c a bes g a c bes d\break |
}
\score {\new Staff \upper }

then it is a lot easier to try to reproduce your problem.


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-27 Thread Erik Sandberg
Citerar Paul Scott <[EMAIL PROTECTED]>:

> Aaron Dalton wrote:
> >
> > This is what I now have in my score.  It is still not displaying =/  I 
> > am running version 2.2.5 on my Cygwin box, and 2.2.2 on my BSD box.

I can remember that there is a bug which only exists in 2.2.5 (but neither in
<=2.2.4 nor >=2.2.6) which is related to metronome markings. See
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/fixed/Attic/metronome.ly?rev=1.1.2.1&only_with_tag=lilypond_2_2&content-type=text/vnd.viewcvs-markup

I'd recommend you not to do any testing on 2.2.5.

Erik


___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-27 Thread Paul Scott
Aaron Dalton wrote:
Paul Scott wrote:
You left out { " " } (a space).  Try:
upper = \notes \relative f'' {
\tempo 4 = 144 f1^\markup { " " }
}
I only tested this on 2.4.2 (without the \notes).
This is what I now have in my score.  It is still not displaying =/  I 
am running version 2.2.5 on my Cygwin box, and 2.2.2 on my BSD box.

upper = \notes \relative f'' {
\tempo 4 = 132 f4^\markup { " " } c a g8 bes | a4 g8 bes a f c' 
bes | a4. c8 f4 e8 d | c a bes g a c bes d\break |
}
Any chance of upgrading a little?  There's lots of good stuff in later 
versions.  I don't have a version that old to test with.

Maybe someone else can comment on this for 2.2.5 or 2.2.2.
Paul

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-27 Thread Aaron Dalton
Paul Scott wrote:
You left out { " " } (a space).  Try:
upper = \notes \relative f'' {
\tempo 4 = 144 f1^\markup { " " }
}
I only tested this on 2.4.2 (without the \notes).
This is what I now have in my score.  It is still not displaying =/  I 
am running version 2.2.5 on my Cygwin box, and 2.2.2 on my BSD box.

upper = \notes \relative f'' {
	\tempo 4 = 132 f4^\markup { " " } c a g8 bes | a4 g8 bes a f c' bes | 
a4. c8 f4 e8 d | c a bes g a c bes d\break |
}

Cheers!
Aaron
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-27 Thread Paul Scott
Aaron Dalton wrote:
Paul Scott wrote:
Aaron Dalton wrote:
upper = \notes \relative f'' {
* f1
}
lower = \notes \relative f' {
* f1
}
It's a bug.  It will work in most of the places you tried if you also 
add:

^\markup{ " " }
at the same place.
HTH,
Paul Scott
Thank you for the help, Paul, but I'm still not having any success. 
Where exactly should I put the ^\markup command in relation to the 
\tempo command?  I have tried the following:

You left out { " " } (a space).  Try:
upper = \notes \relative f'' {
\tempo 4 = 144 f1^\markup { " " }
}
I only tested this on 2.4.2 (without the \notes).
HTH,
Paul

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-27 Thread Aaron Dalton
Paul Scott wrote:
Aaron Dalton wrote:
upper = \notes \relative f'' {
* f1
}
lower = \notes \relative f' {
* f1
}
It's a bug.  It will work in most of the places you tried if you also add:
^\markup{ " " }
at the same place.
HTH,
Paul Scott
Thank you for the help, Paul, but I'm still not having any success. 
Where exactly should I put the ^\markup command in relation to the 
\tempo command?  I have tried the following:

upper = \notes \relative f'' {
\tempo^\markup f1
}
upper = \notes \relative f'' {
\tempo f1^\markup
}
upper = \notes \relative f'' {
f1^\markup{\tempo}
}
Cheers!
Aaron
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Metronome Markings

2004-11-27 Thread Paul Scott
Aaron Dalton wrote:
Try as I might, I cannot get a tempo marking to appear at the 
beginning of my piece.  I use versions 2.2.2 and 2.2.5.  I am 
referring to section 3.7.4 of the documentation.  No matter where I 
put the "\tempo 4 = 144" line, I cannot get it to appear on the 
score.  Below is an excerpt of my score.  The * are places I have 
tried to put the \tempo command to no avail.  Any assistance would be 
greatly appreciated.

Cheers!
Aaron
upper = \notes \relative f'' {
* f1
}
lower = \notes \relative f' {
* f1
}
It's a bug.  It will work in most of the places you tried if you also add:
^\markup{ " " }
at the same place.
HTH,
Paul Scott

___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Metronome Markings

2004-11-27 Thread Aaron Dalton
Try as I might, I cannot get a tempo marking to appear at the beginning 
of my piece.  I use versions 2.2.2 and 2.2.5.  I am referring to section 
3.7.4 of the documentation.  No matter where I put the "\tempo 4 = 144" 
line, I cannot get it to appear on the score.  Below is an excerpt of my 
score.  The * are places I have tried to put the \tempo command to 
no avail.  Any assistance would be greatly appreciated.

Cheers!
Aaron
upper = \notes \relative f'' {
* f1
}
lower = \notes \relative f' {
* f1
}
\score {
\notes {
*
\new PianoStaff <<
\new Staff {
\clef treble
\time 4/4
\key f \major
*
\upper
}
\new Staff {
\clef bass
\time 4/4
\key f \major
*
\lower
}
>>
}
  \paper { * }
  \midi { \tempo 4 = 144 }
}
___
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: metronome markings

2003-07-23 Thread Ferenc Wagner
Aaron <[EMAIL PROTECTED]> writes:

> I need to add metronome markings to my songs and was
> confused by the docs. Is there an easy way to do this??

If I read the documentation correctly, 1.6 does not have an
easy mechanism, but 1.8 (due in a week) does.  Check the
development documentation.

> is there a way to enter the information once and have it
> take care of both o| = 128 and tempo = 128 ?

AFAIK, no.
Feri.


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


metronome markings

2003-07-20 Thread Aaron
Hi all,

I need to add metronome markings to my songs and was confused by the
docs. Is there an easy way to do this??

Ideally I would like the midi tempo and the metronome marking to be the
same. I mean, is there a way to enter the information once and have it
take care of both o| =  128 and tempo = 128 ?

If not I would accept help on the metronome markings


I don't need to be too fancy.

Aaron 



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user