Tech
Tech-related questions about third-party wikis should be asked at mw:Project:Support desk. |
A place to talk about tech related to a Wikimedia wiki.
Have a technical wiki question? Ask here. This can include, for example:
- requests for new tools, scripts, and bots;
- help with CSS or JavaScript;
- API help;
- and data collection help (including database queries).
If you are not using the "New topic tool", such as the "Ask a question" button above, please sign manually using four tildes (~~~~), or by clicking on the signature icon
; this will automatically generate your name and the current timestamp when you publish your changes.
Score pluggin Displays colored scales incorrectly.
[edit]- colored scales
- Display error
it's an online editor for Lilypond where you can try out the code examples without any software. There you can see how it should looks like.
\version "2.14.2"\markup \column { %% Überschrift / Headline \halign #CENTER { \bold "C-ionisch (C-Form) " } \halign #CENTER { "C ionian (C shape) " } %% Aussehen / Look \override #'(size . 3.0) { \override #'(fret-diagram-details . ( (orientation . #'landscape ) (finger-code . #'in-dot ) (dot-color . #'black) (dot-radius . 0.4) (dot-position . 0.5) (top-fret-thickness . 6) (fret-count . 3) (number-type . roman-upper) )) %% Finger %% Saite Bund "Intervall" Farbe %% string fret "interval" color \fret-diagram-verbose #'( (place-fret 1 12 "3" black ) (place-fret 1 13 "4" yellow3 ) (place-fret 1 15 "5" darkgrey ) (place-fret 2 12 "j7" yellow3 ) (place-fret 2 13 "1" black ) (place-fret 2 15 "2" darkgreen ) (place-fret 3 12 "5" black ) (place-fret 3 14 "6" darkgreen ) (place-fret 4 12 "2" darkgreen ) (place-fret 4 14 "3" black ) (place-fret 4 15 "4" yellow3 ) (place-fret 5 12 "6" darkgreen ) (place-fret 5 14 "j7" yellow3 ) (place-fret 5 15 "2" black ) (place-fret 6 12 "3" black ) (place-fret 6 13 "4" yellow3 ) (place-fret 6 15 "5" darkgrey ) ) }}\paper{ indent=0\mm line-width=80\mm oddFooterMarkup=##f oddHeaderMarkup=##f bookTitleMarkup = ##f scoreTitleMarkup = ##f}
It's frustrating when all the work I've invested in Wikibooks is at risk. All the color scales suddenly become unusable. Pages with colored scales can no longer be edited. The previously created graphics would be be ruined. I cant continue my work with scales. --Mjchael (talk) 18:27, 2 July 2026 (UTC)
- This is probably fallout from task T49578... I've file task T431021 for you. Reedy (talk) 18:40, 2 July 2026 (UTC)
- Just to note hacklily seems to be using an old version of lilypond, as per https://github.com/jocelyn-stericker/hacklily/issues/63 - This may be related to our own upgrade, but may not be our fault, it may be an issue with lilypond etc - task T385404 Reedy (talk) 19:05, 2 July 2026 (UTC)
It works for me once I re-add the line breaks:

You can't paste it without line breaks because the "%" introduces a single-line comment, so a comment runs from %% Überschrift to the end of the input. I don't think it's related to SVG or the LilyPond version. -- Tim Starling (talk) 23:49, 2 July 2026 (UTC)
Counting images on a page
[edit]Hello,
is there a way to count images on a page and eventually only the ones in a specific section of a page ?
I'm using sub-pages of my User page on Commons to collect images which are of interest for me and I got curious about how many do I gathered in each page.
See this one about Carnaval for exemple :
https://commons.wikimedia.org/wiki/User:BotaFlo/Collections/Carnaval
Or this other one about mythological fauns and satyrs :
https://commons.wikimedia.org/wiki/User:BotaFlo/Collections/Faunes_(mythologie)
Many thanks in advance for your help