bug-lilypond
[Top][All Lists]
Advanced

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

Re: (Bug?) Hidden staves take space if there are lyrics


From: Risto Vääräniemi
Subject: Re: (Bug?) Hidden staves take space if there are lyrics
Date: Fri, 20 Feb 2009 13:56:49 +0200

Hi all,

Has anyone else encountered this issue? The feature / bug still exists
in 2.12.2.

-Risto

2008/9/1 Risto Vääräniemi <address@hidden>:
> Hi,
>
> It seems that if I remove the empty staves using
> RemoveEmptyStaffContext everything is usually OK if there are not
> lyrics. There's equal amount of space between the staves. However, if
> I throw in some lyrics the spacing is messed up and the invisible
> staves start taking some space. If there are lyrics you can see the
> difference when you compare the space between the first and the second
> system and between the second and the third. If there's no lyrics the
> spacing is normal (between 3rd and 4th staves).
>
> Is this a known feature / issue or a new bug? Is there a workaround
> for it? I tried to search the bug repository but could not find
> anything similar.
>
> -Risto
>
>

%%%
\version "2.11.56"

\paper {
   ragged-right = ##t
   indent = 0\mm
   between-system-padding = 0\mm
}

\score {
   <<
   \new Staff {
       c'1 c' \break
       c' c' \break
       c' c' \break
       c' c'
   }
   \addlyrics { foo bar foo bar  }
   \new Staff {
       c'1 c'
       s s
       s s
       c' c'
   }
   \addlyrics { foo bar }
   >>

   \layout {
       \context {
           \RemoveEmptyStaffContext
       }
   }
}
%%%

Attachment: hidden_staves_take_space_with_lyrics.png
Description: PNG image


reply via email to

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