diff options
author | EuAndreh <eu@euandre.org> | 2025-03-21 11:45:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-21 11:45:00 -0300 |
commit | 2be835e898abd60c3e48a17770167fb2b2b2b5cf (patch) | |
tree | be028dabd1db021f622a4398cf70f130d87b2edf /music/marcha-dos-marinheiros.ly | |
parent | rm COPYING (diff) | |
download | euandre.org-2be835e898abd60c3e48a17770167fb2b2b2b5cf.tar.gz euandre.org-2be835e898abd60c3e48a17770167fb2b2b2b5cf.tar.xz |
rm music/*
Diffstat (limited to '')
-rw-r--r-- | music/marcha-dos-marinheiros.ly | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/music/marcha-dos-marinheiros.ly b/music/marcha-dos-marinheiros.ly deleted file mode 100644 index 48cc1c6..0000000 --- a/music/marcha-dos-marinheiros.ly +++ /dev/null @@ -1,78 +0,0 @@ -\version "2.20.0" -\pointAndClickOff -#(ly:set-option 'embed-source-code #t) - -\include "common.ly.include" -\include "guitar.ly.include" - -\header { - title = "Marcha dos Marinheiros" - composer = "Canhoto" - copyright = \copyright - tagline = \tagline -} - -globals = { - \clef "treble_8" - \key a \minor - \time 2/4 - \set fingeringOrientations = #'(left) - \tempo Adagio 4 = 70 -} - -upper = \relative c { - \globals -} - -lower = \relative c { - \globals - \set stringNumberOrientations = #'(down) - - d4~ d16 <b-2> <c-3> <d-0> | - <e-2>4~ e16 <a,-0> <b-2> <c-3> | - d4~ d16 <gis,-4> <a-0> <b-2> | - <c-4>4 a8 e | - - d'4~ d16 <b-2> <c-3> <d-0> | - <e-2>4~ e16 e <d-0> <c-4> | - <e-2>8 <d-0> <c-4> <b-2> | - a4~ a16 e' ees d | - - \repeat volta 2 { - \mark \markup { \musicglyph #"scripts.segno" } - <c-4>4 <b-2>8 <e,-0> | - <a-0>4~ a16 <a'-2> <aes-1> <g-0> | - <f-3>4 <e-1>8 <a,-0> || - <d-0>4~ d16 d e f | - - d'8 c b a | - } - \alternative { - { - gis4~ gis16 d e f | - e8 d c b | - a4~ a16 e' ees d | - } - { - c'8 b a f | - e d c b | - a2 | - } - } -} - -staff = \new Staff << - \upper - \\ - \lower ->> - -\score { - \staff - \layout { } -} - -\score { - \unfoldRepeats \staff - \midi { } -} |