lilypond-user
[Top][All Lists]
Advanced

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

Re: Bug with missing 16th lines


From: M Watts
Subject: Re: Bug with missing 16th lines
Date: Fri, 06 Feb 2009 17:13:38 +1000
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

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.




reply via email to

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