Re: #4975 [Windows] Grace notes cause staff to protrude into the margin

2016-11-19 Thread Michael Rivers
Under Windows 10, Lilypond 2.19.47 I get:

Processing
`c:/users/micha/appdata/local/temp/frescobaldi-eeltzy/tmpdfnbsw/document.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
programming error: mis-predicted force, 108.120472 ~= 108.221141
continuing, cross fingers
programming error: mis-predicted force, 108.120472 ~= 108.221141
continuing, cross fingers
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `./tmp-lilypond-4i03Nr'...
Converting to `document.pdf'...
Deleting `./tmp-lilypond-4i03Nr'...
Success: compilation successfully completed
Completed successfully in 4.3".



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/4975-Windows-Grace-notes-cause-staff-to-protrude-into-the-margin-tp196875p196915.html
Sent from the Bugs mailing list archive at Nabble.com.

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


Re: #4975 [Windows] Grace notes cause staff to protrude into the margin

2016-11-19 Thread Simon Albrecht

I added the example to the tracker issue as comment.

Best, Simon


On 19.11.2016 02:51, Ralph Palmer wrote:

Greetings -

I'm running LY 2.19.40 under Windows 7 SP1.

I ran into a situation that appears to be related to #4975.

Here's an .ly file that's about as small as I can get it:

 Begin Snippet %

\version "2.19.40"
\include "english.ly"

tune =
\relative c'' {
   \clef treble
   \key a \minor
   \time 6/8

   e8 a a a4

   \key a \major
   e8 |
   \acciaccatura b'8
   a8 gs a a, cs e |
}

\score {
   \tune
}

%% End Snippet %

This produces the following error message in the Frescobaldi log :

%%% Begin Snippet %%%

Preprocessing graphical objects...

programming error: mis-predicted force, 108.120472 ~= 108.221141

continuing, cross fingers

programming error: mis-predicted force, 108.120472 ~= 108.221141

continuing, cross fingers

Finding the ideal number of pages...


%%% End Snippet %%%

Commenting out either the key change (to A major) *or* the acciaccatura
eliminates the programming error.

This is not a serious issue for me right now. I thought this particular
instance might help point someone in the right direction for the solution
to the more general problem.

Thank you all for your continuing support, help, and understanding,

Ralph




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


Re: #4975 [Windows] Grace notes cause staff to protrude into the margin

2016-11-18 Thread Andrew Bernard
Hi Ralph,

On Windows 10 under 2.19.49 I get:

Parsing...

Interpreting music...

Preprocessing graphical objects...

programming error: mis-predicted force, 108.120472 ~= 108.221141

continuing, cross fingers

programming error: mis-predicted force, 108.120472 ~= 108.221141

continuing, cross fingers

Finding the ideal number of pages...

Under 2.19.50 on Linux Mint there is no error.


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


RE: #4975 [Windows] Grace notes cause staff to protrude into the margin

2016-11-18 Thread Mark Stephen Mrotek
Ralph,

 

It compiled under Lilypond 2.18.2, Frescobaldi 2.19, and Windows 7.

 

Mark

 

From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] 
On Behalf Of Ralph Palmer
Sent: Friday, November 18, 2016 5:52 PM
To: lilypond-user Mailinglist <lilypond-u...@gnu.org>; Bug-Lilypond 
<bug-lilypond@gnu.org>
Subject: #4975 [Windows] Grace notes cause staff to protrude into the margin

 

Greetings -

 

I'm running LY 2.19.40 under Windows 7 SP1.

 

I ran into a situation that appears to be related to #4975.

 

Here's an .ly file that's about as small as I can get it:

 

 Begin Snippet %

 

\version "2.19.40"

\include "english.ly <http://english.ly> "

 

tune = 

\relative c'' {

  \clef treble

  \key a \minor

  \time 6/8 

 

  e8 a a a4

  

  \key a \major

  e8 |

  \acciaccatura b'8

  a8 gs a a, cs e |

}

 

\score {

  \tune 

}

 

%% End Snippet %

 

This produces the following error message in the Frescobaldi log :

 

%%% Begin Snippet %%%

 

Preprocessing graphical objects...

programming error: mis-predicted force, 108.120472 ~= 108.221141

continuing, cross fingers

programming error: mis-predicted force, 108.120472 ~= 108.221141

continuing, cross fingers

Finding the ideal number of pages...

 

%%% End Snippet %%%

 

Commenting out either the key change (to A major) *or* the acciaccatura 
eliminates the programming error.

 

This is not a serious issue for me right now. I thought this particular 
instance might help point someone in the right direction for the solution to 
the more general problem.

 

Thank you all for your continuing support, help, and understanding,

 

Ralph

 

-- 

Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com <mailto:palmer.r.vio...@gmail.com> 

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


#4975 [Windows] Grace notes cause staff to protrude into the margin

2016-11-18 Thread Ralph Palmer
Greetings -

I'm running LY 2.19.40 under Windows 7 SP1.

I ran into a situation that appears to be related to #4975.

Here's an .ly file that's about as small as I can get it:

 Begin Snippet %

\version "2.19.40"
\include "english.ly"

tune =
\relative c'' {
  \clef treble
  \key a \minor
  \time 6/8

  e8 a a a4

  \key a \major
  e8 |
  \acciaccatura b'8
  a8 gs a a, cs e |
}

\score {
  \tune
}

%% End Snippet %

This produces the following error message in the Frescobaldi log :

%%% Begin Snippet %%%

Preprocessing graphical objects...

programming error: mis-predicted force, 108.120472 ~= 108.221141

continuing, cross fingers

programming error: mis-predicted force, 108.120472 ~= 108.221141

continuing, cross fingers

Finding the ideal number of pages...


%%% End Snippet %%%

Commenting out either the key change (to A major) *or* the acciaccatura
eliminates the programming error.

This is not a serious issue for me right now. I thought this particular
instance might help point someone in the right direction for the solution
to the more general problem.

Thank you all for your continuing support, help, and understanding,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond