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


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to