lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2599 in lilypond: Use of autochange


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2599 in lilypond: Use of autochange
Date: Sun, 15 Jul 2012 17:45:44 +0000


Comment #2 on issue 2599 by address@hidden: Use of autochange
http://code.google.com/p/lilypond/issues/detail?id=2599

Pretty minimal example here. Is this worth adding as a snippet in the LSR and then importing into the docs?

\version "2.14.2"

\score
{
  \new PianoStaff
  <<
    \new Staff = "up" {
      <<
        \set Timing.beatStructure = #'(4)
        \new Voice {
          \voiceOne
          \autochange
          \relative c' {
            g8 [ a b c d e f g ] |
            g,8 [ a b c d e f g ]
          }
        }

        \new Voice {
          \voiceTwo
          \autochange
          \relative c' {
            g8 [ a b c d e f g ] |
            g,,8 [ a b c d e f g ]
          }
        }
      >>
    }

    \new Staff = "down" {
      \clef bass
    }
  >>
}



Attachments:
        autochangeTwoVoicesSnippetPhil.png  6.2 KB




reply via email to

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