Below is a little chart of the ranges of my instruments.
These are only the wind instruments.
At a later time I will add drone tunings.
I’ve dotted down accidentals I play.
Some Northumbrian info


I really like musescore, and mainly I use it for multistaff typesetting.
(In the past i’ve been using Cakewalk for this)
https://www.henriaanstoot.nl/2023/05/04/planxty-irwin-concertina-notation/
https://www.henriaanstoot.nl/2023/02/02/eleanor-plunkett-for-harp/
I still use ABC notation and Bagpipe Music Writer.
In abc multistaff can be done, but not perfect, the latter can’t.
So i was playing with Musescore to import BWW files and make it multistaff.
But Musescore kept messing things up, let me explain.
Part 1 – importing the bww file
Part 2 – try changing the instrument (fails)
Part 3 – creating empty sheet with two staffs and setting the instrument then copy paste the notes (fails)
I could not find anything helpful online. Maybe it can be fixed? But how?
My workaround
Example of this workaround
I will add to this in time
Folk:
Tunes:
Balalaika
https://www.youtube.com/watch?v=41_d4D7T6uI&pp=ygUJQmFsYWxhaWth
Some old skool CD’s
I’ve got many, some can’t be found online in a streaming service
(Maybe i’ll add some track info)
One of the first I bought because I had some cassette tapes with the Corries. Legends in Scottish Folk
PM of the Shotts and Dykehead. I’ve met the guy on a contest on the mainland, and got to speak to him and his mate Jimmy Killpatrick.
Liked his melodies, some easy to play but always interesting.
On of the first tunes I played with a natural C was Ebb-Tide.
Great piper, one of the most brilliant technical pipers. Met the guy in Scotland 1992. Got his autograph on this CD.
Mostly of his March, Strathspey and Reel playing.
(Got his MSR book somewhere)
https://pipetunesearch.henriaanstoot.nl/?select=listbook&book=ALGI
One of the gold old oldies folk.
I fell in love with this CD (got this somewhere in ’93-94)
Amazing fusion of pipes mixed with other styles and instruments.
I still play Death of a space piper.
https://www.henriaanstoot.nl/2006/12/09/death-of-a-space-piper/
Another amazing composer
This CD made me fall in love with “Cauld wind pipes”
(Not mouth blown)
There are many kinds of pipes on this CD.
It made me want to have a set of smallpipes.
Again amazing stuff, fusion of instruments and styles.
Dick Lee plays clarinets, saxes and melodicas. But composed as a non-piper amazing tunes!
With the amazing playing of Hamish Moore, a joy for your ears!
https://pipetunesearch.henriaanstoot.nl/?select=listbook&book=DICKLEE
He died far to young, this amazing musical wonder.
Hard to explain his style. From Classical piping to electronical music.
Some funny pictures I found
A ledstrip on a Harp, now I can see the strings at night!
Woohoo .. ( Little harp in the background (autoharp))
Well .. its a pity that the distance of the leds is NOT the same as the strings distance.
I could light up the string to be played, or even cooler …
When using FFT code (Fast Fourier Transform), I could light up the string being played!
I’m probably going to try to implement this at a later time.
While working on a harmony for Irmgard and me in Musescore, i tought it would be nice to have it also in another notation.
Above a Musescore screenshot.
When using below button assignment, we can easily rewrite above into another notation.
Write musescore as MusicML/mxl Music xml.
Install xml2abc from https://wim.vree.org/svgParse/xml2abc.html
python xml2abc.py INPUTFILE.mxl output.abc
My abc file
X:1
T:Planxty Irwin
C:OCarolan
L:1/4
M:3/4
I:
K:G
V:1 treble nm="Henri" snm="H"
V:1
|: d | B2 d | c2 A | F2 A | G3/2 d/ B | A G F | G3/2 A/ B | D2 E | F2 d | B2 d | c2 A | F2 A |
G3/2 d/ B | A G F | G3/2 A/ B | e d c | B2 d | B3/2 c/ B | B G B | c3/2 d/ c | c A F | G d e |
c d e | d3/2 c/ A | d c A | B c d | c B A | F G A | G3/2 d/ B | A G F | G3/2 A/ B | e d c | B2 :|
Using below bash script you can convert this to PDF WITH concertina notations.
WARNING: I didn't include all keys (yet).
NOTE: Easy to adjust to other notations.
#!/bin/bash if [ $# -lt 2 ]; then print "script orgname convertname" exit 1 fi : > parced org=$1 abc=$2 cat $1 | awk '/^\|/ {exit} {print}' > header cat $1 | grep "|" | tr -d '[0-9]:/'> parse ( cat parse | while read ; do echo $REPLY echo -n "w: " for word in $(echo $REPLY) ; do if [ "$word" == "|" ] ; then echo -n " | " elif [ "$word" == "D" ] ; then echo -n " 2 "; elif [ "$word" == "G" ] ; then echo -n " 3 "; elif [ "$word" == "B" ] ; then echo -n " 4 "; elif [ "$word" == "d" ] ; then echo -n " 5 "; elif [ "$word" == "g" ] ; then echo -n " 6 "; elif [ "$word" == "b" ] ; then echo -n " 7 "; else echo -n " * " fi done echo "" echo -n "w: " for word in $(echo $REPLY) ; do if [ "$word" == "|" ] ; then echo -n " | " elif [ "$word" == "F" ] ; then echo -n " 2 "; elif [ "$word" == "A" ] ; then echo -n " 3 "; elif [ "$word" == "c" ] ; then echo -n " 4 "; elif [ "$word" == "e" ] ; then echo -n " 5 "; elif [ "$word" == "f" ] ; then echo -n " 6 "; elif [ "$word" == "a" ] ; then echo -n " 7 "; elif [ "$word" == "E" ] ; then echo -n " 4' "; # <============ example 2nd row else echo -n " * " fi done echo "" done ) >> parced cat header parced > $abc abcm2ps -x -O - "$abc" | ps2pdf -sPAPERSIZE=a4 - "$(echo $abc | cut -f2 -d/ | sed 's/abc/pdf/g')"
Example output (Harmony part)
We had a delayed Burns night, seems a bit of a habit of our band.
But with Covid, who knows, maybe we are celebrating Burns Night 2020.
I wanted to make Haggis “bitterballen” (Fried balls) but Irmgard has no frying pan. So I made some Haggis sausage rolls.
The others made also a lot of Scottish/Irish themed food. (Too much again) But i don’t have the recipes.
We played some old tunes, and some new. Talking eating and drinking, time flies!
Irmgard and I played a duet on the Harp and some new tunes on the Concertina.
Wellll the recipes:
I wanted to make this one:
https://cookingwithbry.com/haggis-bon-bons-recipe/
Instead I made this:
Mix haggis, sausagemeat and parsley.
I used square “bladerdeeg” for pastry, made a roll out of one square filled with the haggis. (Takes about of 13 sheets).
Brushed on the beaten egg, and put on baking paper.
20 Minutes in a 180 degrees oven.
Cut up each roll in 3-4 parts.
I’ve been playing tin whistles/low whistle for a long time, but I love flutes.
My first try on a Concert metal flute was in a bus with the “Eendracht” to germany. There is a photo but i’ve trashed stuff a long time ago.
A old girlfriend (Noelle) let me try it. Apparently I didn’t do it that badly.
Now 30 odd years later, I picked it up again. But now on the Irish Wooden flute.
We bought it 10+ years, and occasionally I pick it up and try to play some slow airs.
I love the sound of flutes. But I’m bad at lip embouchure.
The Irish Flute makes it even harder, there is no Lip plate.
We have some books, and Coline attended to the Flute lessons in Ireland.
Tunes i’ve been practicing on flute at this time:
(Some are Uilleann/ Low Whistle tunes I already know)
Having a large collection of tunes does not make it easy.
But having trouble myself to get all the octaves correct, I limit myself to certain tunes.
I’ll post some progress / examples at a later date.
Very interesting book and DVD!
Yes, we even tried beatboxing with the flute. (see below)
Some nice flute playing below:
And the best players (according to my opinion)
Sir James Galway
Matt Malloy
Michael McGoldrick
Jethro Tull
Séamus Tansey
Calum Stewart – I play one of his tunes on Uilleann
Paddy Carty
Robert Harvey
Flook stuff
Egyptian flutes are amazing : Lookup Erik the Flutemaker for more exceptional flutes.
Pan flutes from Peru and some asian bamboo flutes are amazing also
I’ve made a overtone flute a while ago, these ones doesn´t have holes.
I’ll post something about those soon.
The last example with overtone reminds me to post my findings about.
(Mongolian) throatsinging, overtone flutes and Altai playing.
(look it up .. amazing, We’ve been to a Hanggai concert)
But i’m drifting away from flutes and the topic in general.
Above McGoldrick with some Fred Morrison tunes i also play.
I stopped www.pipetunesearch.org in 2022. See below link for more info
But i’m getting emails and forum mentions, that people are missing this site ..
So .. it’s back
History about this tune:
https://simonchadwick.net/2020/12/eleanor-plunkett.html
Arranging this tune for a duet. (Imgard and myself)
This is a work in progress
I’m using Musescore for this typesetting
A Nelly an chuil chraobhaigh
Is a shuil ar dhaith an fheir ghlais
Ag eirghe dhon la,
O! nach breag dham so a radh,
’S gur [tu] do shliocht na bhfear eifeacht
O Ardmacha breige,
Fuair sar-chlu o Ghaodhalaidh
Le trean-neart a lamh.O Nelly of the back of the wood
With her eye the color of the green grass
Waking with the day,
O what a lie it is of me to say,
And you with your family from a man of import (?)
O lying Ard Macha,
(Nelly? The man? Ard Macha?) Won great fame from relations
With strength of hand