Kieren MacMillan wrote:
Hi Maarten,
I'm posting this bug here
Not sure this can really be called a "bug"… your input syntax is
somewhat confusing.
In particular, it looks like you want polyphony, but aren't actually
coding polyphonic voices (which would require a \\).
Here is a possible modification which is actually valid polyphonic
syntax:
\version "2.12"
\paper {
ragged-right = ##t
}
\score
{
\new Staff
{
\set Staff.instrumentName = "Strange things"
\relative c''
<<
{ \voiceOne
as2 ~ as2
} \\
{ \voiceTwo
fis16 e16 d16 e16 ~ e4 ~ e2
}
>>
}
}
All beams in Kieren's example are printed correctly with 2.12.2 here on
Linux. The only 'problem' is the capital S of 'Strange things' falls
off the edge of the page -- nothing a quick margin adjustment won't fix.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user