Issue 584 in lilypond: Outside-staff placement uses rough approximations

2008-02-29 Thread codesite-noreply
Issue 584: Outside-staff placement uses rough approximations http://code.google.com/p/lilypond/issues/detail?id=584 New issue report by joeneeman: %{ Reported by Rune: The outlines used to detect collisions are way too rough in the case of dynamics. %} \version "2.11.0" \layout { ragged-last = #

Re: Dynamics take up too much vertical space

2008-02-29 Thread Joe Neeman
On Fri, 2008-02-29 at 15:55 +0100, Rune Zedeler wrote: > The outlines used to detect collisions are way too rough in the case of > dynamics. > > \version "2.11.0" > \layout { ragged-last = ##t } > { >\dynamicUp >d''2 e''8 \< c'' c''4\! >d''2( e''8)\< c'' c''4\! >d''2( e''8)\> c''

Re: page-count only works with an even number of pages

2008-02-29 Thread Joe Neeman
On Wed, 2008-02-27 at 20:43 +0100, Wilbert Berendsen wrote: > Hi, > > when I set \paper { page-count = 7 } (very current LilyPond) it > *says* 'Fitting music on 7 pages', but it actually *prints* 6 pages. > Same with 5: it *says* 5, but prints 4. I think this is fixed in git but it is hard to te

Re: System-stretch do not work with system-count

2008-02-29 Thread Rune Zedeler
Rune Zedeler skrev: If system-count is set then system-stretching does not take place: Sorry for - eh - triplicate report. -Rune ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Issue 583 in lilypond: Setting system-count disables stretching inside a system

2008-02-29 Thread codesite-noreply
Issue 583: Setting system-count disables stretching inside a system http://code.google.com/p/lilypond/issues/detail?id=583 Comment #1 by joeneeman: Duplicate of 325. Issue attribute updates: Status: Duplicate -- You received this message because you are listed in the owner or CC fields

System-stretch do not work with system-count

2008-02-29 Thread Rune Zedeler
If system-count is set then system-stretching does not take place: \version "2.11.41" mel = \repeat unfold 64 a'32 \paper { ragged-last-bottom = ##f system-count = #2 % works if this line is commented out } \layout { \context { \Score \override VerticalAlignment #'max-stretch = #30

pas de son midi= no sound with kmid

2008-02-29 Thread thimothe
Centos 5 kde 3.5... ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Dynamics take up too much vertical space

2008-02-29 Thread Rune Zedeler
The outlines used to detect collisions are way too rough in the case of dynamics. \version "2.11.0" \layout { ragged-last = ##t } { \dynamicUp d''2 e''8 \< c'' c''4\! d''2( e''8)\< c'' c''4\! d''2( e''8)\> c'' c''4\! d''2( e''8)\< c'' c''4\!\f } In this example we notice the followin