Code I pasted in
% Lily was here -- automatically converted by C:\Program Files\LilyPond\usr\bin\midi2ly.py from C:\temp\TheShowMustGoOn.mid
\version "2.7.18"
trackAchannelA = {
% [COPYRIGHT_NOTICE] Copyright ©
\time 4/4
\key b \minor
\skip 2.
\tempo 4 = 100
}
trackA = <<
\context Voice = channelA \trackAchannelA
>>
trackBchannelA = \relative c {
s2.
% [SEQUENCE_TRACK_NAME] Piano
d'8 d8 |
% 2
cis8 d2 d8 d8 cis8 |
% 3
cis4 b8 b4 r16 d16 d8 d8 |
% 4
cis8 d2 r8 d8 e8 |
% 5
fis4 g8 e2 r8 |
% 6
fis4 g8 e2 r16 e16 |
% 7
fis16 g16 fis16 g16 fis4. e8 d8 cis8 |
% 8
cis16 b8 b2 d16 d8 d8 |
% 9
cis8 d4. r8 d8 d8 cis8 |
% 10
cis4 b8 b4 r8 d16 d8 d16 |
% 11
cis8 d2 r8 d8 e8 |
% 12
fis4 g8 e4. r4 |
% 13
a4. g8 fis8 e4 r16 e16 |
% 14
fis16 g16 fis16 g16 fis4 r8 e8 d8 cis8 |
% 15
cis16 b8 b4. r16 b'8 b8 b8 |
% 16
b8. a16 fis4
}
trackB = <<
\context Voice = channelA \trackBchannelA
>>
\score {
<<
\context Staff=trackBChannelA \trackB
>>
}
Output from the website:
Something went wrong...
Lilypond's output:
Processing `e8da55c874fb046c2e28139940ebcc66.ly'
Parsing...
error: Incorrect lilypond version: 2.7.18 (2.7.38, 2.10.33)
error: Consider updating the input with the convert-ly script
e8da55c874fb046c2e28139940ebcc66.ly:11:9: error: syntax error, unexpected \invalid
\version
"2.7.18"
e8da55c874fb046c2e28139940ebcc66.ly:27:0: error: syntax error, unexpected STRING
trackA = <<
e8da55c874fb046c2e28139940ebcc66.ly:28:28: error: unknown escaped string: `\trackAchannelA'
\context Voice = channelA
\trackAchannelA
e8da55c874fb046c2e28139940ebcc66.ly:28:28: error: syntax error, unexpected STRING
\context Voice = channelA
\trackAchannelA
e8da55c874fb046c2e28139940ebcc66.ly:68:0: error: syntax error, unexpected STRING
trackB = <<
e8da55c874fb046c2e28139940ebcc66.ly:69:28: error: unknown escaped string: `\trackBchannelA'
\context Voice = channelA
\trackBchannelA
e8da55c874fb046c2e28139940ebcc66.ly:69:28: error: syntax error, unexpected STRING
\context Voice = channelA
\trackBchannelA
e8da55c874fb046c2e28139940ebcc66.ly:75:34: error: unknown escaped string: `\trackB'
\context Staff=trackBChannelA
\trackB
e8da55c874fb046c2e28139940ebcc66.ly:75:34: error: syntax error, unexpected STRING
\context Staff=trackBChannelA
\trackB
e8da55c874fb046c2e28139940ebcc66.ly:6:9: error: errors found, ignoring music expression
\score {
{
Could someone tell me what's wrong with this code, please?