Help talk:Score
Rhytm problem
[edit]I've transcribed this song, but I can't write correctly the measure 5. The first note should have a dot, but if I put the dot the measure is too big; I can't see errors, what could be the problem?

Ptolemaios (talk) 18:41, 11 August 2024 (UTC)
- Some note durations are wrong in your transcription and mess up it's rhythm. For male singers, the setting at https://www.lieder-archiv.de/es_braust_ein_ruf_wie_donnerhall-notenblatt_300523.html seems more appropriate, notwithstanding Carl Wilhelm's original manuscript for "Die Wacht am Rhein". Further, the sixth-last not was wrong, G instead of A♭.

- -- Michael Bednarek (talk) 04:25, 12 August 2024 (UTC)
Convert Tool
[edit]Can someone please make a convert tool? Like from midi or musicxml file to this score type? I really need a convert tool to save time! - ABAL1412🇻🇳🇸🇺🇷🇺 (talk ☭) 16:32, 1 September 2025 (UTC)
Add title and midi
[edit]Hi, I had a working score with a midi (vorbis=1 midi=1) enabled, but I can't show any title using /header.

Then I tried using raw=1 according to the example on the page, and the title showed up, but it isn't compatible with vorbis/midi

So, how can I display both title and the midi? Thanks. Bennylin (talk) 18:18, 27 September 2025 (UTC)

Grimes2 19:57, 27 September 2025 (UTC)
MIDI file without the score
[edit]Hello,
does anyone know a possibility how to generate a MIDI file without displaying the score (other than creating and uploading the MIDI file separately)? --Furfur ⁂ Diskussion 15:28, 31 January 2026 (UTC)
<score sound raw>
\header { tagline = ##f }
triad = \relative c' { c e g }
empty = r1
\score { \empty \layout { \context { \Staff \RemoveAllEmptyStaves } } }
\score { \midi { } \triad }
</score>