lilypond-devel
[Top][All Lists]
Advanced

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

new Staff in a Voice?


From: -Eluze
Subject: new Staff in a Voice?
Date: Mon, 24 Jan 2011 06:20:34 -0800 (PST)

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.




reply via email to

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