aboutsummaryrefslogblamecommitdiff
path: root/music/marcha-dos-marinheiros.ly
blob: 78411dab074d7e69190a80c9006963272d9158b2 (plain) (tree)
1
2
                 
                 














































                                                                        
\version "2.20.0"
\pointAndClickOff

\header {
  title = "Marcha dos Marinheiros"
  composer = "Canhoto"
  copyright = \markup {
    \with-url #"https://creativecommons.org/licenses/by-sa/4.0/" \line {
      CC BY-SA 4.0
    }
  }
  tagline = \markup {
    \with-url #"https://euandre.org/music.html" \line {
      euandre.org/music.html
    }
  }
}

globals = {
  \clef "treble_8"
  \key d \major
  \time 2/4
  \set fingeringOrientations = #'(left)
  \tempo 4 = 100
}

upper = \relative c {
  \globals
}

lower = \relative c {
  \globals
}

staff = \new Staff <<
  \upper
  \\
  \lower
>>

\score {
  \staff
  \layout { }
}

\score {
  \unfoldRepeats \staff
  \midi { }
}