lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Last update before going to sleep, is it possible to turn or tilt mu


From: darkijah
Subject: Re: Last update before going to sleep, is it possible to turn or tilt musical Diagrams? Colors to the Diagrams?
Date: Sun, 20 Jun 2021 23:02:48 +0200
User-agent: Gigahost Webmail

Oh you wrote back on the topic Jean, sorry - I'm trying to sort out every post I had in my post at the moment after stopping the overload flooding on my email which I just could not handle.

Well, I'm not sure it helps, I need 3 octaves, where I can set each of them into a specific fingering for each one of them and color as well, the coloring would need to be different and thereby not encoded in the script.

But overall, I should get moving on the full list of Fingerings, I just somewhat stalled on it, although have most written down - but then there are some fingerings of the High notes that I am still looking into and trying to figure out. So the Size and thickness and the rotating can be in the script overall, but the Color and the fingering need to be defined every time, for colors anyway, it would of cause be nice to also have an easy way to turn those colors of as well.

Anyway, I should find my flute again and go through all of the notes and fingerings, although a little late to play it now.

So the function should "just" be able to do 3 octaves and that would pretty much cover all pitches for the Tin Whistle High D.

But we have from D5 to d7 and somewhat beyond that:


\version "2.22.1" % Tin/Penny Whistle Diagram three octaves - - #(print-keys-verbose 'tin-whistle)

%First octave D5-C5 D Tin/Penny Whistle, most used notes on the whistle------------------------------------
%D5:
ldn = ^ %dion D1 Orange Natural - - Low Middle High L M H
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color #(rgb-color 0.953 0.471 0.125)
\woodwind-diagram #'tin-whistle #'((cc . (one two three four five six))(lh . ())(rh . ()))}
lds = ^ %dios D1 Orange Sharp
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
        \rotate #15
    \with-color #(rgb-color 0.953 0.471 0.125)
\woodwind-diagram #'tin-whistle #'((cc . (one two three four five sixT1h))(lh . ())(rh . ()))}
%E5:
len = ^ %eiyn E1 Yellow Natural
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color #(rgb-color 1 0.804 0)
\woodwind-diagram #'tin-whistle #'((cc . (one two three four five))(lh . ())(rh . ()))}
%F5:
lfs = ^ %figs F1 Green Sharp
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color #(rgb-color 0 1 0)
\woodwind-diagram #'tin-whistle #'((cc . (one two three four))(lh . ())(rh . ()))}
%G5:
lgn = ^ %gitn G1 Teal Natural
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color #(rgb-color 0.298 0.855 0.988)
\woodwind-diagram #'tin-whistle #'((cc . (one two three))(lh . ())(rh . ()))}
%A5:
lan = ^ %aibn A1 Blue Natural
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color "blue"
\woodwind-diagram #'tin-whistle #'((cc . (one two))(lh . ())(rh . ()))}
%B5:
lbn = ^ %bivn B1 Violet Natural
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color #(rgb-color 0.6 0 0.9)
    \woodwind-diagram #'tin-whistle #'((cc . (one))(lh . ())(rh . ()))}
%C5:
lcn = ^ %cirn C octave 1 Red Natural
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color "red"
\woodwind-diagram #'tin-whistle #'((cc . (oneT1h))(lh . ())(rh . ()))}
lcs = ^ %cirs C octave 1 Red sharp
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color "red"
    \woodwind-diagram #'tin-whistle #'((cc . ())(lh . ())(rh . ()))}

%Second octave D D6-C6 Tin/Penny Whistle, raise first octave music an octave for better hearing it in noisy places-
%D6
mdn = ^ %
    \markup
    \center-column {
    \rotate #45
    \with-color #(rgb-color 0.953 0.471 0.125) "+"
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \rotate #15
    \with-color #(rgb-color 0.953 0.471 0.125)
\woodwind-diagram #'tin-whistle #'((cc . (two three four five six))(lh . ())(rh . ()))}
%E5
men = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (one two three four five))(lh . ())(rh . ()))}
%F5
mfs = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (one two three four))(lh . ())(rh . ()))}
%G5
mgn = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (one two three))(lh . ())(rh . ()))}
%A5
man = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (one two))(lh . ())(rh . ()))}
%B5
mbn = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \woodwind-diagram #'tin-whistle #'((cc . (one))(lh . ())(rh . ()))}
%C5
mcn = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (oneT1h))(lh . ())(rh . ()))}
mcs = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
    \woodwind-diagram #'tin-whistle #'((cc . ())(lh . ())(rh . ()))}

%Third octave D D7-G7? Tin/Penny Whistle, seldom used and very shrill, hearing protection adviced-------------------
%D6
hdn = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . ( two three four five six))(lh . ())(rh . ()))}
%E5
hen = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (one two three four five))(lh . ())(rh . ()))}
%F5
hfs = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (one two three four))(lh . ())(rh . ()))}
%G5
hgn = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (one two three))(lh . ())(rh . ()))}
%A5
han = ^
    \markup
    \center-column {
    \override #'(size . 0.5) % 1 standard
    \override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'tin-whistle #'((cc . (one two))(lh . ())(rh . ()))}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]