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:
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:
|
||
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!
|
||
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 | This image is annotated: View the annotations at Commons |