lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3701 in lilypond: Problem with ambitus not at the


From: lilypond
Subject: [Lilypond-auto] Issue 3701 in lilypond: Problem with ambitus not at the beginning
Date: Tue, 03 Dec 2013 21:26:28 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3701 by address@hidden: Problem with ambitus not at the beginning
http://code.google.com/p/lilypond/issues/detail?id=3701

Patrick wrote :

I reduced your example quite a bit and the problem is still there: \RemoveEmptyStaves does not show any effect in staves containing voices in which the ambitus engraver is added. AFAICS you are right and this is a bug.

\version "2.17.95"
\score {
  <<
    \new Staff {
      R1
     \break
     \new Voice
% \with { \consists "Ambitus_engraver" } %uncomment this line to see the effect
       \relative { a'4 b c d }
    }
    \new Staff {
      c'1
      \break
      \new Voice \with { \consists "Ambitus_engraver" }
        \relative { a'4 b c d }
    }
  >>

\layout {
  \context {
\Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t
    }
  }
}


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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