https://bugzilla.wikimedia.org/show_bug.cgi?id=47537

Sam Reed (reedy) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Sam Reed (reedy) <[email protected]> ---
It's not override_midi related, you seem to have invalid lilypad syntax.

On a random test:


<score raw="1" override_midi="Las notas Musicales .MID">
\header {
  title =       "Boci-boci tarka"
  enteredby =   "grin"
}

\version "2.14.2"

\score {
\new Staff <<
 \relative c' 
 { 
  \key c \major
  \time 4/4
  c\mf e c e g2 g2  
  c,4 e c e g2 <g e>2   
  c4 b a g f2 a2 
  g4 f e d c2 <c c'>2
 }

 \addlyrics {
 Bo -- ci bo -- ci tar -- ka
 Se fü -- le se far -- ka
 O -- da me -- gyűnk lak -- ni
 A -- hol te -- jet kap -- ni
 }
>>

\layout { }
\midi { }

}

</score>


Doesn't error about the override_midi

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to