Music hairpins


Forfatter/Opretter:
Kredit:
Transferred from en.wikipedia
størrelse:
285 x 91 Pixel (2345 Bytes)
beskrivelse:
Hairpins in musical notation. Image made with GNU LilyPond and released into the public domain.

LilyPond source:

\version "2.2.0"

staffline = {  
  \new Staff {
    \time 4/4
    \clef treble
    \notes {
      \relative c''{
        a4.\mf\< gis16 a c4.\!\> b8
        a4\!
      }
    }
  }
}

\score {
  \staffline

  \paper {
    indent = 0.0\mm
    raggedright = ##t
  }
}
Licens:
Public domain
Kommentar på licensen:
Released into the public domain (by the author).

Yderligere oplysninger om licens til billedet kan findes her. Sidste ændring: Sun, 07 Apr 2024 09:47:36 GMT