Last modified: 2013-12-17 19:59:07 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 T60526, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 58526 - Score: Colors names (e.g. #red) are not recognized
Score: Colors names (e.g. #red) are not recognized
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
Score (Other open bugs)
unspecified
PC Linux
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-16 09:34 UTC by jeanluc.thiebaut@advalvas.be
Modified: 2013-12-17 19:59 UTC (History)
7 users (show)

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


Attachments

Description jeanluc.thiebaut@advalvas.be 2013-12-16 09:34:18 UTC
<score>
\version "2.14"
{
  \override NoteHead #'color = #red
g'4
}
</score>

<score>
{
\override NoteHead #'color = #'(1 0 0) %red
g'4
}
</score>
Comment 1 jeanluc.thiebaut@advalvas.be 2013-12-16 09:42:14 UTC
Sorry unexpected return save it before ending...

I've tried this with fhe EN and FR wikisource sandbox,
OS Linux ; Firefox 24

In the first sequence, "#red" is unknown
error reported : 
.../file.ly:14:32: error: GUILE signaled an error for the expression beginning here
  \override NoteHead #'color = #
                                red
Interpreting music... 
warning: type check for `color' failed; value `#<unspecified>' must be of type `color'

It can be circumvented via the second sequence
 ( \override NoteHead #'color = #'(1 0 0) )

This is valid for any color.
Comment 2 Bawolff (Brian Wolff) 2013-12-17 19:59:07 UTC
This is upstream issue (Color names should be enabled in safe mode but aren't)

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


Navigation
Links