lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Long Compile time with version 2.19.44


From: Br. Gabriel-Marie | SSPX
Subject: Long Compile time with version 2.19.44
Date: Thu, 7 Jul 2016 15:01:35 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Recently I updated my lilypond from 2.18 to 2.19.44.  I am using Frescobaldi for the GUI.
It used to take only a few seconds to compile a score, but now it takes at least 28 seconds every time.
This is the case even if I don't create a midi.

Am I missing something, or is this the case for everyone?

Even for this minimal example without any compile errors, it took 28.3 seconds - which is my new average time.

\version "2.19.44"
\header {
    title = "Minimal Example"
}

verses = \new Voice = "verses" \relative c'' {
    \time 4/4
    \key c \major
    a4 b4 c4 d4 | e4 d4 f2  \bar "||"
}

wordsOne = \new Lyrics  \lyricsto "verses" {
 Here are some wo -- rds to sing
}
wordsTwo = \new Lyrics  \lyricsto "verses" {
And line up wi -- th them -- selves
}
wordsThree = \new Lyrics \lyricsto "verses" {
See the stanz -- as line up in place
}

\score {
        <<
        \new Staff{   \verses }
       \wordsOne
        \wordsTwo
       \wordsThree
        >>
    \layout {

    }
}

Here is my output:

Starting lilypond-windows.exe 2.19.44 [Untitled]...

Processing `c:/users/brgabr~1/appdata/local/temp/frescobaldi-a08kr0/tmplcpzp0/document.ly'

Parsing...

Interpreting music...

Preprocessing graphical objects...

Finding the ideal number of pages...

Fitting music on 1 page...

Drawing systems...

Layout output to `./tmp-lilypond-TVi8uT'...

Converting to `document.pdf'...

Deleting `./tmp-lilypond-TVi8uT'...

Success: compilation successfully completed

Completed successfully in 28.3".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]