lilypond-devel
[Top][All Lists]
Advanced

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

`make doc' fails


From: Patrick McCarty
Subject: `make doc' fails
Date: Sat, 11 Dec 2010 14:08:03 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

Hello,

I can't run `make doc' due to a compile failure on git master (as of
commit 75cdeeefba1e4762a29b5f418b8d6294a0eba18e).

The relevant snippet that fails is in fretted-strings.itely:

  \version "2.13.42"

  \include "predefined-ukulele-fretboards.ly"

  myChords = \chordmode { a1 a:m a:aug }

  \new ChordNames {
    \myChords
  }

  \new FretBoards {
    \set stringTunings = #ukulele-tuning
    \myChords
  }

If I revert the latest commit (75cdeee), the compile failure is
resolved.

Valentin, do you have a fix for this?


Thanks,
Patrick



reply via email to

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