lilypond-user
[Top][All Lists]
Advanced

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

autochange and multiple voices


From: Jérôme Plût
Subject: autochange and multiple voices
Date: Fri, 20 Jan 2017 18:39:45 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Consider the following score:
\new PianoStaff <<
  \new Staff = "up" {
  <> % this should do nothing...
  <<
    \new Voice \relative { e''4 f e }
    \new Voice \autochange \relative { a'~ a g }
    \new Voice \autochange \relative { c'~ c b }
  >> }
  \new Staff = "down" { \clef F <<
    \new Voice \relative { a d, e }
  >> }
>>


Problem 1: why, on the third beat, is the alto voice (playing a g')
displayed on the "down" Staff?

Problem 2: delete the line saying "<>" and recompile. Now
all hell breaks loose: the score acquires a third staff, which even
eats the soprano on the third beat...
(on the other hand, the chords on beats 1 and 2 are now nicer).
Why? (I guess that the "up" Staff had a default, empty voice
through the "<>" - is that correct? but it does not explain all).



reply via email to

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