Issue 539: accidental missing in alternative
http://code.google.com/p/lilypond/issues/detail?id=539
New issue report by wbsoft:
%{
the second b lacks an accidental, because the repeat does not end
on a
measure boundary. I think this is a bug.
%}
\version "2.11.36"
\relative c' {
%{
the second b lacks an accidental, because the repeat does not end on a
measure boundary. I think this is a bug.
%}
\version "2.11.36"
\relative c' {
\key f \major
\repeat volta 2 {
d d
}
\alternative { b b }
}
Met vriendelijke groe
I'm not certain that I understand -- this example works fine for
me, albeit in 2.11.36. Could you check with that version?
\documentclass[]{article}
\begin{document}
Normal LaTeX text.
\begin{lilypond}
\score{
\relative c'' {
a4 b c d
}
\layout{}
\midi{}
}
\end{lilypond}
More LaTeX text.