lilypond-devel
[Top][All Lists]
Advanced

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

fret-boards.ly regression test broken


From: Neil Puttock
Subject: fret-boards.ly regression test broken
Date: Fri, 4 Jul 2008 02:59:09 +0100

Hi Carl,

With your changes to fret diagrams, fret-boards.ly breaks the
regression testing. I did make web in /input/regression after puzzling
over the error messages from doing make test-baseline, and it seems to
be a problem with the FretBoards context and type-check failure on
'string-count (though the output from standalone compilation of the
file seems OK).

Since FretBoards seems to be an experimental feature (awaiting
documentation it seems), the simplest fix would appear to be
commenting out the "\foo" identifier until the issue can be resolved:


\header {

  texidoc = "Frets can be assigned automatically. The results will be
best when one string number is indicated in advance "

}

\version "2.10.0"

foo = \relative c {
  <d\5 fis a d fis>_\markup {
    \fret-diagram-terse #"x;5;4;2;3;2;"
  }
}

<<
  \new FretBoards {
    \set instrumentName = "autofrets"

    %\foo

  }
  \new Staff {
    \clef "G_8"
    \set stringNumberOrientations = #'(left)
    \set fingeringOrientations = #'(right)
    \foo
  }

>>

Regards,
Neil




reply via email to

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