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/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to