Last modified: 2013-12-20 15:49:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T60688, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 58688 - (Piano)Staff.instrumentName=#"Clarinet" returns only the 4 or 5 last characters
(Piano)Staff.instrumentName=#"Clarinet" returns only the 4 or 5 last characters
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
Score (Other open bugs)
unspecified
PC Linux
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-19 14:54 UTC by jeanluc.thiebaut@advalvas.be
Modified: 2013-12-20 15:49 UTC (History)
6 users (show)

See Also:
Web browser: Firefox
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description jeanluc.thiebaut@advalvas.be 2013-12-19 14:54:26 UTC
<score>
  \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Clarinet"
    \context Staff = "up" { c'1 }
    \context Staff = "down" { \clef bass c1 }
  >>
</score>

 displays as name "inet", while Frescobaldi can display up to 9 letters

(replacing PianoStaff by Staff display 4 characters)
Comment 1 jeanluc.thiebaut@advalvas.be 2013-12-19 14:57:10 UTC
please read :
... (replacing PianoStaff by Staff display 5 characters i.s.o. 4)
Comment 2 Bawolff (Brian Wolff) 2013-12-20 08:26:33 UTC
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>

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links