lilypond-user
[Top][All Lists]
Advanced

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

temporary staff for divisi


From: Stefan Thomas
Subject: temporary staff for divisi
Date: Tue, 10 Nov 2009 17:11:47 +0100

Dear community,
I have a question, cocerning divisi (for strings).
Why is so order of the staves so stange?
Here is my snippet, excuse, please, the childish musical example:
\version "2.12.2"
 
violineA = \new Staff { \set Staff.instrumentName = "Violine 1" \set Staff.shortInstrumentName="Vln. 1"
  c'' 4 d'' e'' f'' g'' 2 g'' a'' 4 a'' a'' a'' g'' 1 \break
  << { a'' 4 a'' a'' a'' g'' 1 }
    \context Staff = "Two" { a'' 4^\markup{pizz.} a'' a'' a'' g'' 1 } >> %this staff is placed on the bottom, why?
}
violineB = \new Staff {
  \set Staff.instrumentName = "Violine 2" \set Staff.shortInstrumentName="Vln. 2"
  c'' 4 b' c'' d'' e''2 e'' \repeat "unfold" 2 {f'' 4  f'' f'' f'' e'' 1} }
\score { \new GrandStaff <<
    \violineA
    \violineB >> }


reply via email to

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