Risto Vääräniemi | 1 Sep 2008 09:05
Picon

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

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
stave 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
(Continue reading)

codesite-noreply | 1 Sep 2008 11:58
Picon
Favicon

Issue 435 in lilypond: degenerated broken ties in chords

Issue 435: degenerated broken ties in chords
http://code.google.com/p/lilypond/issues/detail?id=435

Comment #3 by v.villenave:
(No comment was entered for this change.)

Issue attribute updates:
	Status: Verified

--

-- 
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
codesite-noreply | 1 Sep 2008 12:02
Picon
Favicon

Issue 573 in lilypond: score-final mark mangles score-final tuplet bracket

Issue 573: score-final mark mangles score-final tuplet bracket
http://code.google.com/p/lilypond/issues/detail?id=573

Comment #3 by v.villenave:
(No comment was entered for this change.)

Issue attribute updates:
	Status: Verified

--

-- 
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
codesite-noreply | 1 Sep 2008 12:06
Picon
Favicon

Issue 444 in lilypond: false progerror with beaming and rest

Issue 444: false progerror with beaming and rest
http://code.google.com/p/lilypond/issues/detail?id=444

Comment #3 by v.villenave:
(No comment was entered for this change.)

Issue attribute updates:
	Status: Verified

--

-- 
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
codesite-noreply | 1 Sep 2008 12:10
Picon
Favicon

Issue 524 in lilypond: Unwanted natural sign on pitched trills

Issue 524: Unwanted natural sign on pitched trills
http://code.google.com/p/lilypond/issues/detail?id=524

Comment #9 by v.villenave:
(No comment was entered for this change.)

Issue attribute updates:
	Status: Verified

--

-- 
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
codesite-noreply | 1 Sep 2008 12:14
Picon
Favicon

Issue 477 in lilypond: Scripts attached to beams have excess padding at staff edge

Issue 477: Scripts attached to beams have excess padding at staff edge
http://code.google.com/p/lilypond/issues/detail?id=477

Comment #2 by v.villenave:
(No comment was entered for this change.)

Issue attribute updates:
	Status: Verified

--

-- 
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
codesite-noreply | 1 Sep 2008 12:18
Picon
Favicon

Issue 268 in lilypond: lilypond -dpreview crops too much

Issue 268: lilypond -dpreview crops too much
http://code.google.com/p/lilypond/issues/detail?id=268

Comment #6 by v.villenave:
(No comment was entered for this change.)

Issue attribute updates:
	Status: Verified

--

-- 
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
Marco Caliari | 1 Sep 2008 15:03
Picon

Phrasing slur collisions

> I'm not top posting.
Hi,
In the following snippet I collected three phrasing slur collisions

\version "2.11.56"
\paper{ ragged-right=##t }
\relative c'' {
\key f \major
\time 6/8
r4 d8\( g4 aes8 
a!4 
% first collision with the flat symbol
bes8 g4 d'8\)
r8 g,,,16\( c d e f g b d 
% second collision with the natural symbol
b' a
g4 ~ g16 f16 
e4.\)
\stemUp
\times 2/3 
% thirs collision with the "3" of the tuplet
{d16[^\( cis d]} bes4^\)
}
In particular, the third can be eliminated using ( ) instead of \( \).
Is there a way to workaround without using the (tedious) 
#'control-points property? 

Best regards,

Marco
(Continue reading)

Laura Conrad | 1 Sep 2008 06:28
X-Face

Re: lilypond-book in 2.11.57

>>>>> "Tapio" == Tapio Tuovila <ttuovila <at> welho.com> writes:

    >> When I run "lilypond-book --pdf sonate.lytex", I get:
    >> 
    >> Running lilypond...GNU LilyPond 2.10.33
    >> Fontconfig error: Cannot load default config file
    >> 
    >> Note that this is the wrong version of lilypond -- 2.10.33 is
    >> installed systemwide, but the user who's installed the GUB expects to
    >> be running 2.11.57.
    >> 
    Tapio> Hi,
    Tapio> hardy heron here as well.
    Tapio> In order to run 2.11.57 user installation you can put

    Tapio> export PATH=~/bin:$PATH  (notice ~/bin before the $PATH)

    Tapio> into your ~/.bashrc

No, my path is set correctly.  When I run lilypond, I get:

newlily <at> cornet:~/music/bigaglia/amin/bmin$ lilypond --version
GNU LilyPond 2.11.57

Copyright (c) 1996--2007 by
  Han-Wen Nienhuys <hanwen <at> xs4all.nl>
  Jan Nieuwenhuizen <janneke <at> gnu.org>
  and others.

It's only when I run lilypond-book that I'm getting the /usr/bin
(Continue reading)

James E. Bailey | 1 Sep 2008 15:50
Picon

Re: lilypond-book in 2.11.57


Am 01.09.2008 um 06:28 schrieb Laura Conrad:

>>>>>> "Tapio" == Tapio Tuovila <ttuovila <at> welho.com> writes:
>
>>> When I run "lilypond-book --pdf sonate.lytex", I get:
>>>
>>> Running lilypond...GNU LilyPond 2.10.33
>>> Fontconfig error: Cannot load default config file
>>>
>>> Note that this is the wrong version of lilypond -- 2.10.33 is
>>> installed systemwide, but the user who's installed the GUB expects  
>>> to
>>> be running 2.11.57.
>>>
>    Tapio> Hi,
>    Tapio> hardy heron here as well.
>    Tapio> In order to run 2.11.57 user installation you can put
>
>    Tapio> export PATH=~/bin:$PATH  (notice ~/bin before the $PATH)
>
>    Tapio> into your ~/.bashrc
>
> No, my path is set correctly.  When I run lilypond, I get:
>
> newlily <at> cornet:~/music/bigaglia/amin/bmin$ lilypond --version
> GNU LilyPond 2.11.57
>

what do you get when you run echo $PATH or which lilypond-book?
(Continue reading)


Gmane