How do you convert such a notation into sheet music?
Treble Clef (Right Hand)
lua
Skopiuj kod
\relative c'' {
\key d \major
\time 4/4
d4 e fis | e d e | fis e d | e d cis d |
fis e d | e d e | fis e d | e d cis d |
d e fis | e d e | fis e d | e d cis d |
d e fis | e d e | fis e d | e d cis d |
d e fis | e d e | fis e d | e d cis d |
}
Bass Clef (Left Hand)
css
Skopiuj kod
\relative c {
\clef bass
\key d \major
\time 4/4
d2 b, | a, g, | fis e | d c |
fis e | d c | b a | g fis |
d2 b, | a, g, | fis e | d c |
fis e | d c | b a | g fis |
d2 b, | a, g, | fis e | d c |
}
Comments
This is the Polish forum. Please type your questions on the International forum (English).
Best regards,
MuseScore Polska
PS
Następnym razem pisz po polsku, gdyż nie odpowiemy wcale. Więcej tutaj.
Chcielibyśmy zaznaczyć, że forum programu MuseScore nie jest miejscem na naukę notacji muzycznej. Są w Internecie inne fora, które zajmują się tym tematem.
In reply to This is the Polish forum… by MuseScore Polska
Dla ułatwienia dodamy, że możesz przekonwertować tę składnię LilyPond do formatu MusicXML, który otworzysz w MuseScore Studio. Wpisz w wyszukiwarkę: how to convert lilypond syntax to musicxml.