bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 326 in project lilypond


From: Mats Bengtsson
Subject: Re: Issue 326 in project lilypond
Date: Thu, 01 Mar 2007 17:16:02 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

I don't understand exactly what vertical ordering rule you have in mind.
The current rule (always place the new context at the bottom) is the only
one I can think of that I can explain in a simple and non-ambiguous way.
I hope you know that you can place the new context at whatever vertical
position using
\new Staff \with {alignAboveContext = ... } {...}

  /Mats

address@hidden wrote:
Issue 326: staff order for temporary staves
http://code.google.com/p/lilypond/issues/detail?id=326

New issue report by lemzwerg:
\version "2.11.20"

\header {
  texidoc = "New staves created in the
middle of a score should obey the vertical ordering.

Here's a counterexample: The newly created staff
should be placed above the two others, not below.
Another bug is that the staff starts with a small
clef."
}

one = { c'1
        << \new Staff { c'1 }
           { c'1            } >> }

two = { c'1
        c'1 }

<<
  \new Staff \one
  \new Staff \two
>>

\paper {
  ragged-right = ##t
}

% EOF


Attachments:
staff-order.png 4.6 KB

Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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