Re: ly:page-turn-breaking also adds a page turn to very short sheet music

2014-10-17 Thread Ralph Palmer
On Wed, Oct 8, 2014 at 5:12 AM, ArnoldTheresius 
wrote:

> >I'm not top posting.
> Compiling with 2.18.2 on Win7/64 (another user tested it on Mac) I get two
> pages,
> the first page with the first score block (one line of sheet music),
> and the second score block (two lines of sheet music) on the second page.
>
> With 2.18.0 on Win7/64 (and 2.16.2 on Mac OX X 10.4.11) the result
> was as expected on one page only. It easily fits on one page.
>
> Example:
>
> \version "2.18.0"
>
> \paper {
>   page-breaking = #ly:page-turn-breaking
> }
>
> \header{
>   title = "odd-pageturnbreaking.ly"
> }
>
> I = {
>   \repeat unfold 16 g'4
>   \bar "||"
> }
>
> II = {
>   \repeat unfold 52 g'4
>   \bar "||"
> }
>
> \score {
> \new Staff {
>   \I
> }
> }
>
> \score {
> \new Staff {
>   \II
> }
> }
>
> %% END of example
>
> ArnoldTheresius
>

Thanks, ArnoldTheresius. Submitted as Issue 4166 :
https://code.google.com/p/lilypond/issues/detail?id=4166

Ralph
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Bad tie placement

2014-10-17 Thread Ralph Palmer
On Wed, Oct 15, 2014 at 4:41 PM, Abraham Lee 
wrote:

> My LP Friends,
>
> While scoring a song, I noticed a rather poor tie placement in a chord.
> Here's the code:
>
> \version "2.18.2"
>
> music = \relative c'{
>  \key aes \major
>  \time 2/2
>  \numericTimeSignature
>  \partial 2 g'4 ( f ) |
>  4 ees   |
>  bes'2. ees,4 |
>  1_( |
>  2. ) \bar "|."
> }
>
> \paper {
>  paper-width = 7\in
>  ragged-last = ##f
>  indent = 0
> }
> \header {
>  tagline = ##f
> }
>
> \markup "\voiceOne, ragged-last=##f, bad tie placement"
> \score {
>  { \voiceOne \music }
> }
>
> \markup "\voiceOne, ragged-last=##t, normal voiced tie placement"
> \score {
>  \layout {
>ragged-last = ##t
>  }
>  { \voiceOne \music }
> }
>
> \markup "(default voice), ragged-last=##f, normal non-voiced tie placement"
> \score {
>  { \music }
> }
>
> See the attached file for a picture of the above issue (bad tie indicated
> in red).
> 1. In the first system, and in my song, all the notes need to be
> \voiceOne. The default placement of the ties is "up", but the placement is
> horrid on the ees in the last two measures. If I manually flip it down,
> then it looks great (which I've gone with). This appears to be an issue
> with the length of the system because ... (see #2).
>
> 2. When I shorten the system (i.e., ragged-last = ##f), then the default,
> voiced tie placement is as I would expect it.
>
> 3. When I make the system be the same length as the original, and either
> manually switch the direction or remove the explicit \voiceOne, then the
> downward tie also places perfectly.
>
> 4. (Not shown) If you extend the paper-width to be something like 10\in,
> then the default, voiced tie is once again placed correctly (but not at
> 9.99\in).
>
> I guess all I'm saying is that from paper-width of 5.8\in to 9.99\in, and
> forcing everything into \voiceOne, the ties are placed incorrectly than
> outside that range. Any ideas what's causing it?
>
> Regards,
> Abraham


Thanks, Abraham. Submitted as Issue 4167 :
https://code.google.com/p/lilypond/issues/detail?id=4167

Ralph
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond