File:Accordage famille violon.svg

Summary

Category:Files by User:cdang
Description
Français : Accordage des instruments de la famille du violon (cordes frottées).
English: Tuning of the instrument of the violin family (rubbed strings).
Date
Source Own work. Created with LilyPond, modified with Inkscape.
Author Cdang
SVG development
InfoField

LilyPond source

Category:GNU LilyPond images
\version "2.18.2" % necessary for upgrading to future LilyPond versions.

\paper{ make-footer=##f }

\header {
  title = "Accordage des cordes"
  composer = ""
}

\score {
  <<
    \new Staff \with {instrumentName = "Violon"} \relative c'{
      \clef "G"
      \key c \major
      g2^\markup{corde de \italic{sol}} g'
      d^\markup{\italic{}} d'
      a^\markup{\italic{la}} a'
      e^\markup{\italic{mi}} e'
    }
    \new Staff \with {instrumentName = "Alto"} \relative c {
      \clef "alto"
      \key c \major

      c^\markup{\italic{do}} c'
      g^\markup{\italic{sol}} g'
      d^\markup{\italic{}} d'
      a^\markup{\italic{la}} a'
    }
    \new Staff \with {instrumentName = "Violoncelle"} \relative c, {
      \clef "F"
      \key c \major

      c^\markup{\italic{do}} c'
      g^\markup{\italic{sol}} g'
      d^\markup{\italic{}} d'
      a^\markup{\italic{la}} a'
    }
    \new Staff \with {instrumentName = "Contrebasse"} \relative c,, {
      \clef "F_8"
      \key c \major

      e^\markup{\italic{mi}} e'
      a,^\markup{\italic{la}} a'
      d,^\markup{\italic{}} d'
      g,^\markup{\italic{sol}} g'
    }
  >>

  \layout {}
  \midi {}
}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Accordage%20famille%20violon.svg
Category:Self-published work Category:Violin diagrams Category:Viola (music) Category:Cellos Category:Double basses Category:Interval and tuning diagrams
Category:CC-Zero Category:Cellos Category:Double basses Category:Files by User:cdang Category:GNU LilyPond images Category:Interval and tuning diagrams Category:SVG created with Inkscape:Important Category:Self-published work Category:Valid SVG created with Inkscape Category:Viola (music) Category:Violin diagrams