bug-lilypond
[Top][All Lists]
Advanced

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

Re: error duplicated in the log (if the error is in a variable copied in


From: Federico Bruni
Subject: Re: error duplicated in the log (if the error is in a variable copied in two contexts)
Date: Sat, 22 Feb 2014 11:11:00 +0100

2014-02-22 11:04 GMT+01:00 Federico Bruni <address@hidden>:

> 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{}
}


reply via email to

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