bug-lilypond
[Top][All Lists]
Advanced

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

Re: Documentation suggestion: Autochange with two voices


From: -Eluze
Subject: Re: Documentation suggestion: Autochange with two voices
Date: Thu, 14 Jun 2012 08:29:23 -0700 (PDT)


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.




reply via email to

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