On Wednesday 20 September 2006 19:13, Han-Wen Nienhuys wrote:
> Erik Sandberg wrote:
> > Similarly, why can't
> > \withoutput \layout {} \music
> > just be a function that returns a Score object (such as the one described
> > above)?
>
> It sure can, I thought that people wanted to have a sane wa
Erik Sandberg wrote:
Similarly, why can't
\withoutput \layout {} \music
just be a function that returns a Score object (such as the one described
above)?
It sure can, I thought that people wanted to have a sane way to set the
default tempo in the midi block.
--
Han-Wen Nienhuys - [EMAIL
On Monday 18 September 2006 12:44, Han-Wen Nienhuys wrote:
> Erik Sandberg wrote:
> > How about
> > \score {
> > { c d e }
> > \midi{ pre = \tempo 4. = 70 }
> > }
> > ?
> >
> > (I.e., \tempo is a music expression => it's not a grammatical exception)
> >
> > Semantics: If pre is set, then embed ma
Erik Sandberg wrote:
On Sunday 27 August 2006 17:41, Han-Wen Nienhuys wrote:
Graham Percival wrote:
I'm sure that there's some reason why "\tempo x = y" is a horrible
construct and must be replaced, but
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment y x)
}
looks
Mats Bengtsson wrote:
Great! However, according to
http://lists.gnu.org/archive/html/bug-lilypond/2003-10/msg00069.html
it's maybe not the correct solution.
This is now fixed in CVS. However, I expect some more MIDI related
problems to turn up in relation to this cleanup.
--
Han-Wen Nien
Han-Wen Nienhuys wrote:
Mats Bengtsson wrote:
Note that it's a severe limitation if the MIDI tempo can only be set
in the \midi{...} block, since then you cannot change the tempo on
the middle of a piece. Previously, the MIDI tempo has
been taken both from settings in the \midi block as well
On Sunday 27 August 2006 17:41, Han-Wen Nienhuys wrote:
> Graham Percival wrote:
> > I'm sure that there's some reason why "\tempo x = y" is a horrible
> > construct and must be replaced, but
> > \context {
> > \Score
> > tempoWholesPerMinute = #(ly:make-moment y x)
> > }
> >
Mats Bengtsson wrote:
Note that it's a severe limitation if the MIDI tempo can only be set in
the \midi{...} block, since then you cannot change the tempo on the
middle of a piece. Previously, the MIDI tempo has
been taken both from settings in the \midi block as well as from
all \tempo command
Note that it's a severe limitation if the MIDI tempo can only be set in
the \midi{...} block, since then you cannot change the tempo on the
middle of a piece. Previously, the MIDI tempo has
been taken both from settings in the \midi block as well as from
all \tempo commands throughout the piece
Han-Wen Nienhuys wrote:
we can hvae something like
#(set-tempo "4" 70)
or maybe
tempo = #70
But not
\midi{
tempo = 4. 60
}
?
I'll leave this issue for other people to work out; when it's been
finalized, I'll update the manual. IMO the tempo should be set inside
the \midi{} in
Graham Percival wrote:
I'm sure that there's some reason why "\tempo x = y" is a horrible
construct and must be replaced, but
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment y x)
}
looks unnecessarily complicated. If that's the way it's going to be,
I'll documen
Quoting Graham Percival <[EMAIL PROTECTED]>:
Han-Wen Nienhuys wrote:
-A number followed by a period is interpreted as a real number, so
-for setting the tempo for dotted notes, an extra space should be
-inserted, for example
-
[EMAIL PROTECTED]
-\midi @{ \tempo 4 . = 120 @}
[EMAIL PROTECTED] ex
Han-Wen Nienhuys wrote:
-A number followed by a period is interpreted as a real number, so
-for setting the tempo for dotted notes, an extra space should be
-inserted, for example
-
[EMAIL PROTECTED]
-\midi @{ \tempo 4 . = 120 @}
[EMAIL PROTECTED] example
Is this really the new way to do it?
Quoting Han-Wen Nienhuys <[EMAIL PROTECTED]>:
Index: Documentation/user/examples.itely
===
RCS file: /cvsroot/lilypond/lilypond/Documentation/user/examples.itely,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -
14 matches
Mail list logo