lilypond-devel
[Top][All Lists]
Advanced

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

Make doc fails


From: Phil Holmes
Subject: Make doc fails
Date: Sat, 27 Aug 2011 17:14:00 +0100

This afternoon I've done a fresh pull, make and make doc. Make doc failed with this:

command failed: /home/phil/lilypond-git/build/out/bin/lilypond -dbackend=eps [snip lots of options] "/home/phil/lilypond-git/build/out/lybook-db/snippet-names-828948788.ly"

Then:

fatal error: failed files: "53/lily-5dc13594.ly"

Looking at lily-5dc13594.ly, we see \sourcefilename "displaying-complex-chords.ly"

Finding that in the make output gives:

Renaming input to: `displaying-complex-chords.ly']
Interpreting music...
[/home/phil/lilypond-git/build/out/share/lilypond/current/fonts/otf/emmentaler-20.otf]
warning: cannot find property type-check for `flag-style' (backend-type?). perhaps a typing error?

This snippet was updated in Mike's recent commit f0978ed121192fee9bdf2453a325d98693148acf (Adds a Flag grob to LilyPond).

Looking at the source files, we've got a new displaying-complex-chords.ly in snippets/new and an older one in snippets/. It's a guess here - has the .exe been updated so it barfs on

 \once \override Stem #'flag-style = #'no-flag

and so the "new" snippet has

 \once \override Flag #'style = #'no-flag

But this hasn't been updated into the snippets/ directory?

Given that \once \override Stem #'flag-style = #'no-flag used to be OK (I believe) should this warning be present?


--
Phil Holmes





reply via email to

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