This is a file from the Justapedia Commons

File:Middle C in four clefs.svg

From Justapedia, unleashing the power of collective wisdom
Jump to navigation Jump to search

Original file(SVG file, nominally 512 × 55 pixels, file size: 26 KB)

Description This image shows the position of middle C when using treble, alto, tenor, and bass clefs, respectively.
Date
Source

Created by bdesham using GNU LilyPond.

 
This vector image was created with Inkscape .
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.
Other versions

LilyPond source

\version "2.10.15"

tune = \relative c' {
    \clef treble
    c1
    
    \bar "" \clef alto
    c
    
    \bar "" \clef tenor
    c
    
    \bar "" \clef bass
    c
}

\score {
    \new Staff {
        \override Staff.Clef #'full-size-change = ##t
        \tune
    }
    \layout {
        ragged-right = ##t
        \context { \Score \override SpacingSpanner #'spacing-increment = #3.0 }
    }
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current18:40, 1 September 2007Thumbnail for version as of 18:40, 1 September 2007512 × 55 (26 KB)wikimediacommons>Bdeshamvacuum defs to remove an entire font; larger nominal size for visibility on the image page
No pages on the Justapedia use this file (pages on other projects are not listed).

Metadata

BoilerPlate was here