https://bugzilla.wikimedia.org/show_bug.cgi?id=58526
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Score ;colors are not |Score : colors are not |correcly treated |correcly treated --- Comment #1 from [email protected] <[email protected]> --- 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. -- 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
