File:Music notation.svg

Description
English: Some example music notation. The five horizontal lines running the length of the picture make up the staff. From left to right, the symbols on the staff are:
  1. the treble clef
  2. a time signature (4/4)
  3. a C whole note (semibreve)
  4. a bar line
  5. a B half note (minim)
  6. a C half note on a ledger line
  7. another bar line
  8. a time signature change (to 2/4)
  9. an F quarter note (crotchet)
  10. an A eighth note (quaver)
  11. an F-sharp sixteenth note (semiquaver) beamed to an
  12. E-flat sixteenth note
  13. a double bar line
Español: Algunos ejemplos musicales. Las cincos líneas horizontales situadas a lo largo de la imagen forman el pentagrama. De izquierda a derecha, los símbolos del pentagrama son:
  1. la clave de sol
  2. la indicación de compás (4/4)
  3. un do redonda
  4. una barra de compás
  5. un si blanca
  6. un do blanca en una línea adicional
  7. otra barra de compás
  8. un cambio de indicación de compás (a 2/4)
  9. un fa negra
  10. un la corchea
  11. un fa sostenido semicorchea unido a un
  12. mi bemol semicorchea
  13. una doble barra de compás, que indica fin de la partitura ,cambio de compás o de clave
Date
Source Based upon Music notation.png by Dysprosia and bdesham. This version created by bdesham with LilyPond.
Author Benjamin D. Esham (bdesham)
Permission
(Reusing this file)

As a courtesy (but not a requirement), please e-mail me or leave a note on my talk page if you use this image outside of Wikipedia. Thanks!

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.
Category:PD ineligible#Music%20notation.svg
Other versions

LilyPond source

Category:GNU LilyPond images
\version "2.24.0"

#(set-global-staff-size 30)

tune = \relative c'' {
    \clef treble
    \key c \major
    
    \override Staff.TimeSignature.style = #'numbered
    \time 4/4

    c1
    b2 c,

    \time 2/4
    f'4 a,8 fis16[ ees]

    \bar "|."
}

\score {
    \new Staff \tune
    \layout { ragged-right = ##t }
}
Annotations
InfoField
This image is annotated: View the annotations at Commons
Category:SVG musical notation Category:Images with LilyPond source code
Category:GNU LilyPond images Category:Images with LilyPond source code Category:Images with annotations Category:PD ineligible Category:SVG musical notation