Colin Hall-3 wrote:
> 
> I'd like to suggest enhancing the documentation with a Snippet showing how
> to use autochange with two voices
> 
> 
nice snippet! however it breaks the tradition of writing 2 staves for piano
music, one for each hand  (not 2 voices).

here is the code for a snippet that does this and I couldn't see a
difference:

\language nederlands
\score {
  \new PianoStaff <<
    \new Staff = "up" {
      \key des \major
      \time 7/8
      \clef treble
      \set Timing.beatStructure = #'(7)
      \autochange
      \new Voice {
        \relative c' {
          \voiceOne
          \bar "|:"
          ges8 aes bes c des ees f |
          \bar ":|"
          \cadenzaOn ges1 \cadenzaOff |
          \bar "|."
        }
      }
    }
    \new Staff = "down" {
      \key des \major
      \clef bass
      \autochange
      \new Voice {
        \voiceTwo
        \relative c' {
          ges8 aes bes c des ees f |
          \cadenzaOn ges1 \cadenzaOff
        }
      }
    }
  >>
}


Eluze

-- 
View this message in context: 
http://old.nabble.com/Documentation-suggestion%3A-Autochange-with-two-voices-tp33989245p34012704.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to