First a comment about convert-mudela. It does not seem to contain any
of the important differences between 1.2 and 1.3 such as ##t and ##f
instead of 1 and 0 and new method of turning off automatic barring to
name two cases.
In 1.3.27 I see the following problems, except as note the problem are
not new to 1.3.27.
In 1.3.27 I still see the problem generating out/as2text.1 on a make
install which was reported to be fixed. (As a zero length file is
generated, a second make install does install the rest of the stuff)
The following ly script shows 3 problems.
1> The volta brackets are on top of the lyrics. This problem existed in
1.2.x which I corrected by giving the brackets a vertical size. I
have not had the time to check what is going on in 1.3.
2> Part names are being written on top of the staff and not in the
left margin.
3> The tag at the end is spaced out clear across the page. (new problem
in 1.3.27)
I also get the following error messages from ly2dvi.
(frag.tex (/home/pkgs/lily-1.3/share/lilypond/tex/lilyponddefs.tex))
Overfull \vbox (5.79999pt too high) has occurred while \output is active
Underfull \hbox (badness 10000) has occurred while \output is active
\version "1.3.4"
tune = \notes\relative c' {
\property Staff.instrument = "Sops"
\property Staff.instr = "S"
c1
\repeat volta 2 { c2 d }
\alternative { { e1 } { e2 r2 }}
}
words = \lyrics {
intro main part repeat1 repeat2
}
\score {
<
\addlyrics
\context Staff = "S1" { \$tune }
<
\context Lyrics = "L1" \$words
\context Lyrics \lyrics { "" }
>
\addlyrics
\context Staff = "S2" { \$tune }
< \context Lyrics = "L2" \$words >
>
\paper {
\translator {
\StaffContext
\consists Staff_margin_engraver;
}
}
}
Regards,
Roy Rankin