bug-lilypond
[Top][All Lists]
Advanced

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

Re: Key signatures in hidden staves take up space


From: Simon Albrecht
Subject: Re: Key signatures in hidden staves take up space
Date: Sat, 04 Oct 2014 23:31:54 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

Am 04.10.2014 um 23:13 schrieb Peter Crighton:
As you can see in the following code and the attached image, there is a possible bug when using \RemoveEmptyStaves with voices in different keys (such as in a score with transposing instruments): key signatures appearing only in hidden empty staves are still causing space in the shown staves.


\version "2.19.13"

<<
  \new Staff <<
    {
      c''1 \break
      c''2. \break
      c''1
    }
  >>
  \new Staff \with {
\RemoveEmptyStaves
  } <<
    {
      \key d \major
      R1 \break
      \time 3/4 R2. \break
      \key c \major
      \time 4/4 R1
    }
  >>
>>

<<
  \new Staff <<
    {
      c''1 \break
      c''2. \break
      c''1
    }
  >>
  \new Staff <<
    {
      \key d \major
      R1 \break
      \time 3/4 R2. \break
      \key c \major
      \time 4/4 R1
    }
  >>
>>


I don’t think this is as it should be. How can I correct this? And should it be filed as a bug report, or is there some intention behind this appearance?
I quite agree that this is likely a bug (or at least: unexpected behaviour which should be enhanced).
Yours, Simon


reply via email to

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