A.1.1 Sols notes

This very simple template gives you a staff with notes, suitable for a solo instrument or a melodic fragment. Cut and paste this into a file, add notes, and you’re finished!

\version "2.21.0"
melody = \relative c' {
  \clef treble
  \key c \major
  \time 4/4

  a4 b c d
}

\score {
  \new Staff \melody
  \layout { }
  \midi { }
}

[image of music]


Altres idiomes: English, deutsch, español, français, italiano, 日本語, nederlands.
Quant a la selecció automàtica de la llengua.

LilyPond — Manual d’aprenentatge v2.21.0 (branca de desenvolupament).