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

--- Comment #2 from Bawolff (Brian Wolff) <bawolff...@gmail.com> ---
Something to do with how we encapsulate the lilypond code (I don't really know
enough about lilypond to understand what goes wrong). workaround:

<score raw>

  \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Clarinet"
    \context Staff = "up" { c'1 }
    \context Staff = "down" { \clef bass c1 }
  >>
\score {
  \new Score { c1 }
  \midi { }
}
\header { tagline = ##f}

</score>

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to