On 16 April 2011 14:29, Ed Ardzinski <[email protected]> wrote: > > The issue I have with convenrting is the massive projecy involved getting 50 > or more pieces up to speed...but I suppose it's probably time. I also have > to update the editor I wrote, but that really should not be too hard. I > usually write in a pretty simple coding style, so maybe I've been afraid of > something that's not too big?
Of course it depends of what commands you use in your files, but if you keep simple coding style like in this code it is possible that convert-ly might be unnecessary. Note that you can also install different version of LilyPond and use them for different files. The instructions to do this depend on your OS but this has been explained many times on these mailing lists. I can just confirm that the result is fine with both 2.12.3 and 2.13.59. See attachments. Cheers, Xavier -- Xavier Scheuer <[email protected]>
<<attachment: good-stem-length-2.12.3.png>>
<<attachment: good-stem-length-2.13.59.png>>
\version "2.13.59" % \version "2.12.3"
hpianoII =
{
\times 4/5 {<g' g''>4 <e' e''> <cis' cis''> <c' c''> <b b'>}
}
hpianoIIb =
{
\times 4/5 {<g' g''>8 [<e' e''>] ~ <e' e''>4 <cis' cis''> <c' c''> <b b'>}
}
hpianoIIa =
{
\times 4/5 {<e'' e'''>4 <gis' gis''> <fis' fis''> <f' f''> <e' e''>}
}
rh = {
\transpose c c' {
\hpianoII
}
\hpianoIIa
\hpianoII
\transpose c c' {
\hpianoIIb
}
\hpianoIIb
}
\score {
<<
\new Staff {
\rh
}
>>
\layout {
ragged-right = ##f
}
}_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
