lilypond-user
[Top][All Lists]
Advanced

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

Re: temporary staff for divisi


From: Stefan Thomas
Subject: Re: temporary staff for divisi
Date: Wed, 11 Nov 2009 14:56:30 +0100

Dear community,
I have a last question.
Why is the shortInstrumentName for Violin one solo not shown?
Here the snippet:
\version "2.12.2"
 violineA = \context Staff ="ViolineA"
 { \set Staff.instrumentName = "Violine 1"
  \set Staff.shortInstrumentName="Vlne.1"

  
   c'' 4 d'' e'' f'' g'' a'' b'' c'''\break
 <<
   \new Staff \with { alignAboveContext = "ViolineA" }
   { \set Staff.shortInstrumentName="Vlne. 1 solo" %why is this not shown?
     c'''4^"solo"( d''' e''' f''' g''' a''' b''' c'''') }
   { c'' 4 d'' e'' f'' g'' a'' b'' c''' } >>
 }
 violineB = \context Staff ="ViolineB"
 { \set Staff.instrumentName = "Violine 2"
   \set Staff.shortInstrumentName="Vlne. 2"
   \repeat "unfold" 2 { c'' 4 b' a' g' f' e' d' c' }}
\score {
 \new StaffGroup <<
 \new GrandStaff \violineA
  \violineB >>

}


2009/11/10 Trevor Daniels <address@hidden>
Stupid of me - ignore this - sorry for the noise :(

Trevor

----- Original Message ----- From: "Trevor Daniels" <address@hidden>
To: "Mats Bengtsson" <address@hidden>; "Stefan Thomas"

<address@hidden>
Cc: "lilypond-user" <address@hidden>
Sent: Tuesday, November 10, 2009 6:25 PM
Subject: Re: temporary staff for divisi



Mats Bengtsson wrote Tuesday, November 10, 2009 5:40 PM


I answer this email for the record.

It seems that there's an attempt to explain this better in the
2.13 manual than in the 2.12 manual, see
http://lilypond.org/doc/v2.13/Documentation/notation/Context-layout-order#Context-layout-order
and
http://lilypond.org/doc/v2.13/Documentation/notation/Aligning-contexts#Aligning-contexts,
but it still doesn't really answer your question.

There's a little more in
http://lilypond.org/doc/v2.13/Documentation/notation/Context-layout-order#Context-layout-order
but even this is not quite complete.
Trevor




reply via email to

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