\version "2.19.80" \header { title = "The Ballydesmond Polka (1)" meter = "Polka" enteredby = "kastdeur" number = "25" source = "Ireland's Best Tin Whistle Tunes Volume 1" } global = { \key g \major \time 2/4 } bpm = \tempo 4 = 80 fluteA = \relative c' { e8 a a8 b | c8 d e4 | g,8. fis16 g8 a | g8 e8 e8 d | e8 a a8 b | c8 d e8.[ \breathe fis16] | g8 e d8 b | a4 a4 \breathe } fluteB = \relative c'' { a'8. g16 a8 b | a8 g e8 fis | g8. fis16 g8 a | g8 e e8 d8 | e8 a a8 b | a8 g e8.[ \breathe fis16] | g8 e d8 b | a4 a4 \breathe } flute = \relative c'' { \global \slurUp \tupletUp \repeat volta 2 { \fluteA } \break \repeat volta 2 { \fluteB } } chordA = \chordmode { a2:m | a2:m | g2 | g2 | a2:m | a2:m | g4 e4:m | a2:m | } chordB = \chordmode { \chordA } chordNames = \chordmode { \global % Akkoordnamen volgen. \repeat volta 2 { \chordA } \repeat volta 2 { \chordB } } chordsPart = \new ChordNames \with { chordChanges = ##t } \chordNames flutePart = \new Staff \with { instrumentName = "Fl." midiInstrument = "flute" } \flute \score { << \chordsPart \flutePart >> \layout { } } \score { \unfoldRepeats \removeWithTag #'midiRemove << \chordsPart \flutePart >> \midi { \bpm } }