bug-lilypond
[Top][All Lists]
Advanced

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

Issue 326 in project lilypond


From: codesite-noreply
Subject: Issue 326 in project lilypond
Date: Thu, 01 Mar 2007 07:51:39 -0800

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

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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