|
From: | Simon Albrecht |
Subject: | Re: autochange with multiple voices |
Date: | Tue, 18 Aug 2015 22:49:19 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
Am 18.08.2015 um 01:22 schrieb Nik Repka:
Just a sidenote: Why do you use the manuals for v2.15? <http://www.lilypond.org/website/manuals.html> has the manuals for current stable (2.18.2); <http://www.lilypond.org/website/development.html> for current unstable versions (2.19.25).I'm not top posting.I am attempting to make a scales sheet for piano. I need to use autochange simultaneously in two voices. I am using the syntax from this snippet page: http://www.lilypond.org/doc/v2.15/Documentation/snippets-big-page#keyboards-using-autochange-with-more-than-one-voice.
Yours, Simon
The issue I am having is that autochange only works on the top voice, and it drags the lower voice up into the top staff. Here is the code: \version "2.18.2" scaleRH = \relative c' {c d e f g a b c c b a g f e d c g a b c d e fis g g fis e d c b a g} scaleLH = \relative c {c d e f g a b c c b a g f e d c g a b c d e fis g g fis e d c b a g} \score { \new PianoStaff<< \new Staff = "up"<< \new Voice { \voiceOne \autochange\scaleRH }\new Voice { \voiceTwo \autochange \scaleLH } >> \new Staff = "down" { \clef bass } >> } _______________________________________________ bug-lilypond mailing list address@hidden https://lists.gnu.org/mailman/listinfo/bug-lilypond
[Prev in Thread] | Current Thread | [Next in Thread] |