Hi Tyler,

i’m no musician, but am trying to provide sheet music for the violinist to play at our wedding.

is it possible to transcribe this song into sheet music with your software?

Do you mean the keyboard ostinato motiv?
Chords an lyrics you should easily find on the internet.

Anyway, here's the keyboard motiv. Might have to be transposed.

- snip - snip - snip - snip - snip - snip -
\version "2.25.13"

\paper {
  indent = 0
}

\header {
  title = "Kim Smoltz"
  subtitle = \markup \override-lines #'(baseline-skip . 2.5) {
    \column \center-align {
      "from the „Mollusk Sessions“"
    }
  }
  composer = \markup \override-lines #'(baseline-skip . 2.5) {
    \column \right-align {
      %"Ween, 1995"
      "Ween"
    }
  }
}

global = {
  \key des \major
  \time 4/4
  \partial 2
  \accidentalStyle modern
}

keyboard = \relative f' {
  \global
  \repeat volta 2 {
    r8 ges8 as bes~ |
    bes8 as  ges e~  e8 es  e8 ges~ |
    ges8 e  es des~  des8 b  des8 es~ |
    es8 des  b bes~  bes8 as  bes8 b~ |
    b2
  }
}

\score {
  \keyboard
  \layout {}
  \midi {
    \tempo 4=108
  }
}
- snip - snip - snip - snip - snip - snip -
--
 Michael Gerdau       email: m...@qata.de
 GPG-keys available on request or at public keyserver

Attachment: Kim-Smoltz-Ween.pdf
Description: Adobe PDF document

Reply via email to