lilypond-devel
[Top][All Lists]
Advanced

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

Re: Doc: NR 1.5.2: Clarify voice order; \shiftOn etc. (issue2226045)


From: markpolesky
Subject: Re: Doc: NR 1.5.2: Clarify voice order; \shiftOn etc. (issue2226045)
Date: Thu, 23 Sep 2010 04:15:47 +0000

On 2010/09/23 03:20:52, Carl wrote:
If it's needed when not using double-backslash, then
let's keep it, but eliminate the double backslashes.

Carl, if you want to do the dirty work of updating the
snippet, you can use this edited version.  On a side
note, it might be nice to mention in the description
that the argument to make-voice-props-set is one less
than the voice number.

voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice)

\new Staff {
  \key d \minor
  \time 3/4
  \partial 2
  <<
    \new Voice = "1" \relative a' {
      \voiceOne
      a4. a8 | e'4 e4. e8 | f4 d4. c8 |
    }
    \new Voice = "2" \relative d' {
      \voiceTwo
      d2 | d4 cis2 | d4 bes2 |
    }
    \new Voice = "3" \relative f' {
      \voiceThree
      f2 | bes4 a2 | a4 s2 |
    }
    \new Voice = "5" \relative g' {
      \voiceFive
      s2 | g4 g2 | f4 f2 |
    }
  >>
}

http://codereview.appspot.com/2226045/



reply via email to

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