lilypond-user
[Top][All Lists]
Advanced

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

Re: First Lilypond Score


From: Mark Polesky
Subject: Re: First Lilypond Score
Date: Fri, 31 Jul 2009 20:37:02 -0700 (PDT)

Jonathan Kulp wrote:
> address@hidden polyphonic music, a slur must be terminated in
> +the same voice it began}

Though I wonder if this is still a little misleading, because
the real problem happens when the user is forced to split a
voice into different music blocks, and doesn't know to ID the
contexts. I remember this well. Until I learned to ID the
contexts, it was impossible to get it to work all the time.

This is not the most compelling example, but you get the point:

\new Staff {
  \new Voice = "top" { \voiceOne c''2( }
  <<
    \context Voice = "top" { c''2) }
  \\
    { e'2 }
  >>
}

- Mark



      




reply via email to

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