Compile error

2019-06-30 Thread John McWilliam
Windows 10 Frescobaldi 3.0.1 Lilypond 2.19.83 Hi, I got the following error when compiling the above and wonder what it means. The compilation runs to a successful conclusion and the Music looks fine. Any suggestions. Regards John McWilliam Preprocessing graphical objects... programmin

Re: Compile error

2019-06-30 Thread Paul Hodges
On 30/06/2019 10:54:05, "John McWilliam" wrote: > I got the following error when compiling the above and wonder what it > means. The compilation runs to a successful conclusion and the Music looks > fine. Any suggestions. > >Preprocessing graphical objects... >programming error: mis-predict

Markup question

2019-06-30 Thread John McWilliam
Windows 10 Lilypond 2.19.83 Hi - I am new to this forum and have registered myself to the bug-lilypond list but am not sure whether most question should go via the user list. For example: - In the above I want to Place the tempo text (Moderato) and the \Tempo ( 4 = 84) on the same line. I have

Re: Markup question

2019-06-30 Thread Pierre Perol-Schneider
Hi John and welcome here. Le dim. 30 juin 2019 à 15:37, John McWilliam a écrit > - In the above I want to Place the tempo text (Moderato) and the \Tempo ( > 4 = 84) on the same line. I have tried to make this work using \halign but > without success. > Try: \tempo\markup\normal-text\concat

Re: Markup question

2019-06-30 Thread Torsten Hämmerle
Hi John, perhaps I'm getting something wrong, but there is a very straight-forward and easy solution to your problem: the \tempo command can handle this case all by itself: % \version "2.19.83" { \tempo "Moderato" 4 = 84 c''1 } % HTH, Torsten -- Sent from: http://lilypon

RE: bug-lilypond Digest, Vol 199, Issue 17

2019-06-30 Thread John McWilliam
Snygt!! Tack Torsten MvH John Sent from Mail for Windows 10 From: bug-lilypond-requ...@gnu.org Sent: Sunday, June 30, 2019 6:00 PM To: bug-lilypond@gnu.org Subject: bug-lilypond Digest, Vol 199, Issue 17 Send bug-lilypond mailing list submissions to bug-lilypond@gnu.org To subscribe or

Re: Markup question

2019-06-30 Thread Simon Albrecht
Hi John, On 30.06.19 15:37, John McWilliam wrote: I am new to this forum and have registered myself to the bug-lilypond list but am not sure whether most question should go via the user list. indeed these are questions for the user list, which is very open to all kinds of Lily-related quest