lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

the etf2ly saga part III


From: Aaron
Subject: the etf2ly saga part III
Date: 07 Oct 2003 15:00:25 +0200

To recap part II
I converted from ETF to ly and it wouldn't parse.
The problem doesn't appear to be the notes but the header (in this case
footer.

so for now i just cut the notation out and add it to a template so I can
see the output.
------clip---------
\version "1.9.8"               

\header {
  title = "test"
  }

\include "paper26.ly"


\score {
      \notes {
      \clef "treble"
      \key  e \minor
      \property Staff.midiInstrument = "oboe" 
      \time 4/4
   
d'4 g'4 b'4 a'4   | 
% FR(2)
g'16 g'8. g'16 g'8. g'2   | 
% FR(3)
fisis'4 g'4 a'4 fisis'4   | 
% FR(4)
d'16 d'8. d'16 d'8. d'2   | 
% FR(5)
d'4 g'4 d''4 c''4   | 
% FR(6)
b'16 b'8. b'16 b'8. b'2   | 
% FR(7)
b'8 a'8 c''8 b'8 a'8 g'8 b'8 a'8   | 
% FR(8)
g'1   | 
% FR(9)
d''4 eis''4 fis''4 eis''4   | 
% FR(10)
d''16 d''8. d''16 d''8. d''2   | 
% FR(11)
cis''4 a'4 b'4 cis''4   | 
% FR(12)
d''4. d''8 cis''8 d''8 eis''8 cis''8   | 
% FR(26)
d''2 r2   | 
% FR(13)
d''4 eis''4 fis''4 eis''4   | 
% FR(14)
d''16 d''8. d''16 d''8. d''2   | 
% FR(15)
cis''4 a'4 b'4 cis''4   | 
% FR(16)
d''4. d''8 c''8 d''8 e''8 c''8   | 
% FR(17)
d''2. ~  d''8 b'8   | 
% FR(18)
d''4. c''8 c''4. b'8   | 
% FR(19)
d''16 d''8. d''16 d''8. c''2   | 
% FR(20)
b'8 a'16 b'16 c''8 b'8 a'8 g'8 b'8 a'8   | 
% FR(21)
g'4 a'4 b'4 c''4   | 
% FR(22)
d''4. c''8 c''4. b'8   | 
% FR(23)
d''16 d''8. g''16 d''8. c''2   | 
% FR(24)
b'8 a'16 b'16 c''8 b'8 a'8 g'16 a'16 b'8 a'8   | 
% FR(25)
g'1   | 

 

    }
   \paper {
  papersize = "a4"
  indent = 0.0\cm
  } \midi { \tempo 4 = 106 } 
}

I 
-------clip----------------
I have pdfs of the original finale file and the lilypond output. (converted) to 
see that


the original etf was in eminor and the
outputted ly is in G Major! 

I will stop here for the time being because although there are indeed
more 'bugs' in etf2ly the key issue is a major one as is the header
issue.

Also a quesion is there a way to convert into relative mode??
I would love the output to have just one or two commas or
apostrephies....
I split this whole mess into three parts because of its length I am so sorry 
about this and
I hope it doesn't confuse or annony anyone but one email was snagged because it 
was to long.

Best wishes
Aaron





reply via email to

[Prev in Thread] Current Thread [Next in Thread]