when going thru the snippets i came upon this confusing aggregation of voices
and staves ( http://lsr.dsi.unimi.it/LSR/Snippet?id=141 LSR 141 )

\score { 
  \context Voice \relative c {
        \context Staff <<
                \new Voice { 

i don't understand this construction and i think it should be simplified to
(also placing the \relative in the voice instead of overall):

\context Staff <<
  \context Voice = "1" \relative c''' {
    c2 c8 b a g
    \override Stem  #'no-stem-extend = ##t
    c2 c8 b a g
  }
  \context Voice = "2" \relative c {
    f2 f8 g a b
    \override Stem  #'no-stem-extend = ##t
    f2 f8 g a b
  }
>>

thanks!
Eluze
-- 
View this message in context: 
http://old.nabble.com/new-Staff-in-a-Voice--tp30748054p30748054.html
Sent from the Gnu - Lilypond - Dev mailing list archive at Nabble.com.


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

Reply via email to