\version "2.19.80" \include "tinwhistle.ily" \header { title = "Thunderhead" meter = "Jig" composer = "G. Larsen" enteredby = "kastdeur" } grA = {} grg = {} gre = {} grd = {} thrwd = {} dblb = {} dblc = {} dble = {} dblg = {} wbirl = {} gbirl = {} slurf = {} global = { \key d \major \time 6/8 } bpm = \tempo 4. = 100 fluteAA = \fixed c'' { b,4.\lroll fis8 b,8 b,8 | e8 b,8 b,8 d8 b,8 a,8 | b,4.\lroll fis8 g8 fis8 | e8 d8 b,8 a,8 b,8 d8 | b,4.\lroll fis8 b,8 b,8 | e8 b,8 b, d8 e fis | g8 fis8 e fis8 e d8 | e8 d8 b, } fluteABA = \fixed c'' { a,8[ b,8 d8] } fluteABB = \fixed c'' { a,8 [ b,8 a,8 ] } fluteB = \fixed c'' { a8 fis8 d8 e8 d8 b, | a,8 b, d cis4. | b,4 cis8 b,4 cis8 | d8 cis8 b,8 cis4. | a8 fis8 d8 e8 d8 b, | a,8 b,8 d8 cis4. | b,16 cis16 d8 b,8 cis8 a,8 a8 g8 e8 cis8 d4. } flute = \relative c'' { % Muziek volgt hier. \global \repeat volta 2 { \fluteAA } \alternative { \fluteABA \fluteABB } \break \repeat volta 2 { \fluteB } } flutePart = \new Staff \with { instrumentName = "Fl." midiInstrument = "flute" } \flute \score { << \flutePart >> \layout { } } \score { \unfoldRepeats \removeWithTag #'midiRemove << \flutePart >> \midi { \bpm } }