Bastian writes:
>> I'm not top posting.
>
> % Entering a tempo different from 4 = 120
> % generates an empty c++ error promt.
>
> \version "2.17.21"
> \language "deutsch"
>
>
> melody = \relative c' {
> \clef treble
> \key c \major
> \time 4/4
> \tempo 4 = 96
> c2 d
> e4. d8 c2
> }
>
> \s
"Bastian" wrote in message
news:loom.20130707t095919-...@post.gmane.org...
I'm not top posting.
% Entering a tempo different from 4 = 120
% generates an empty c++ error promt.
\version "2.17.21"
\language "deutsch"
melody = \relative c' {
\clef treble
\key c \major
\time 4/4
\tempo 4 =
> I'm not top posting.
% Entering a tempo different from 4 = 120
% generates an empty c++ error promt.
\version "2.17.21"
\language "deutsch"
melody = \relative c' {
\clef treble
\key c \major
\time 4/4
\tempo 4 = 96
c2 d
e4. d8 c2
}
\score {
\new Staff \melody
}
__