2014-02-22 11:04 GMT+01:00 Federico Bruni <fedel...@gmail.com>:

> While this works fine in the minimal example I posted before, I cannot
> make it work in the real file I'm working on at the moment. The log message
> is duplicated and I cannot figure out why.


found it, it's the \midi block:

\version "2.19.1"

music =  \relative c' {
  c4 d e f g |
}

\score {
  %\new StaffGroup <<
    \new Staff <<
      \new Voice { \clef "G_8" \music }
    >>
    %{\new TabStaff  <<
      \new TabVoice { \clef "moderntab" \music }
    >>%}
  %>>
  \layout{}
  \midi{}
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to