Hey All, i think I got the letters on the noteheads worked out and in a
good size and all including the Staffs.
Trying to make a list of the flute notes with all specifications and
just getting them by writing a command but having issues it it.
So lets take one note. So my first thought was to listening to the
lilypond videos on youtube to as I knew there he talked about a command
that could do hopefully what I wanted.
d^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five six))(lh
. ())(rh . ()))
}
So have this... And I tried to make it like d\orange or d \orange
orange = {^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five six))(lh
. ())(rh . ()))
} }
Yet it put the woodwind diagram underneath the next note and push the
one that should be there on top of it.
And now that I just played around, thinking about it, this seems to
work: \orange d 1 and I can then still edit how long the note is,
perfect! I'm going to make a list of Flute options to easily include in
the script. Although not sure why it would work, I thought the ^ should
be behind the note, yet it does seem to work so whatever the case I
guess... I will make a list of Red, Orange, Yellow, Green, Lightblue,
Blue and Violet or something of that nature, I will post it when I am
done! :)
Just wanted the best way, if someone knows a better way please suggest,
I will make the tedious work myself no problem for whatever it takes :)
---
Some space to the header text on top would be nice as well, anyone knows
the code for that?
---
I have a little to much in the title text and subtitle text, although it
should be possible to make it fit - I tried \markup { \fontsize #0.005
and although making it smaller it was far from enough downsize. Maybe
another font or something would do it, any suggestions?
---
How can I make text underneath the Custos at the end staff for easy help
with the lyrics for the next sentence?
---
\set stanza = "1." I have on the addlyrics line 1, 2, 3 and 4 but only
on the first top staff - how can I make it make these on every staff
jump in the beginning of the lyrics? would be nice for help for the
reader.
---
I think I will stop here, lots of balls in the air, but it is nice when
you get one more ball in the pocket ;) It is looking good overall.
I will post the code when I have cleaned it, the flutes are taking way
to much space... Well, I'll just throw it out there anyway if anyone
wanna have a look, dearly regards Darkijah - although it will give some
errors on the detachment of the ^ but it should work anyway:
\version "2.22.1" \language "english" %\include "S-Color.ly"
\paper {
#(set-paper-size "a4")
top-margin = 3 %default 5
left-margin = 20 %default 10
right-margin = 10 %default 10
bottom-margin = 7 %default 6
}
\header{
title = \markup { \fontsize #0.005 "Behold os Herre(Fader) ved dit Ord
(ucensureret text med opdateringer)" }
subtitle = \markup { \fontsize #0.005 "En Børnesang imod de to
ærkefjender imod den Kristne menighed - Romersk
Katolicisme/Mohammadanisme og andet." }
meter = "Tempo 130" arranger = "Martin Luther~1542 raffineret af
Darkijah 2021 - https://JesusGod-Pope666.Info"
copyright = "Truth like Salvation is not sold for greedy mammon but
giving freely through Christ blood!"
tagline = "Copyright is of the Devil - Sharing is Caring - This
information is always in public domain" %Music engraving by LilyPond
2.22.1--www.lilypond.org - - for clean: ##f
}
\layout { indent = 0 #(layout-set-staff-size 28) \override
NoteHead.font-size = #2
\context {%cadenzaOn
\Staff \consists "Custos_engraver"
\override Custos.style = #'mensural \override Custos.color = #(x11-color
'black) \override Custos #'neutral-position = #20
\remove "Time_signature_engraver"
%\override TimeSignature #'stencil = #point-stencil
%\remove "Bar_engraver"
%\override BarLine.X-extent = #'(-2 . 0)
}}
red = {^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (oneT1h))(lh . ())(rh . ()))
} }
orange = {^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five six))(lh
. ())(rh . ()))
} }
yellow = {^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five six))(lh
. ())(rh . ()))
} }
green = {^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five six))(lh
. ())(rh . ()))
} }
teal = {^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five six))(lh
. ())(rh . ()))
} }
blue = {^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five six))(lh
. ())(rh . ()))
} }
violet = {^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five six))(lh
. ())(rh . ()))
} }
<<
\relative d' { %\tempo "Tempo indication" 8=120 %\textLengthOn
\time10/4 \key g \major \easyHeadsOn
%\override NoteHead.color = #color-notehead
%Line1
m1-----------------------------------------------------------8-8-8-8
\bar "" e2^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five))(lh .
())(rh . ()))
}
g4^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three))(lh . ())(rh .
()))
}
e^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five))(lh .
())(rh . ()))
}
\orange d
e^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five))(lh .
())(rh . ()))
}
g^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three))(lh . ())(rh .
()))
}
fs^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four))(lh . ())(rh
. ()))
}
e2^
\markup
\center-column { " " " "
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five))(lh .
())(rh . ()))
}
| \break
%Line2
m2------------------------------------------------------------------
\bar "" g2^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three))(lh . ())(rh .
()))
}
a4^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two))(lh . ())(rh . ()))
}
a^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two))(lh . ())(rh . ()))
}
b^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one))(lh . ())(rh . ()))
}
g^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three))(lh . ())(rh .
()))
}
a^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two))(lh . ())(rh . ()))
}
a^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two))(lh . ())(rh . ()))
}
b2^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one))(lh . ())(rh . ()))
}
| \break
%Line3
m3------------------------------------------------------------------
\bar "" b2^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one))(lh . ())(rh . ()))
}
c4^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (oneT1h))(lh . ())(rh . ()))
}
b^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one))(lh . ())(rh . ()))
}
d^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . ( two three four five six))(lh .
())(rh . ()))
}
b^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one))(lh . ())(rh . ()))
}
a^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two))(lh . ())(rh . ()))
}
a^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two))(lh . ())(rh . ()))
}
g2^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three))(lh . ())(rh .
()))
}
| \break %Line3 m3
%Line4
m4------------------------------------------------------------------
\bar "" b2^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one))(lh . ())(rh . ()))
}
g4^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three))(lh . ())(rh .
()))
}
a^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two))(lh . ())(rh . ()))
}
g^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three))(lh . ())(rh .
()))
}
fs^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four))(lh . ())(rh
. ()))
}
e^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five))(lh .
())(rh . ()))
}
ds^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five
sixT1h))(lh . ())(rh . ()))
}
e2^
\markup
\center-column {
\override #'(size . 0.5) % 1 standard
\override #'(thickness . 0.3) % 0.1 standard
\woodwind-diagram #'flute #'((cc . (one two three four five
five))(lh . ())(rh . ()))
}
\bar ":|."
%End
Lyrics------------------------------------------------------------------
}
\addlyrics {\set stanza = "1." Be -- hold os, Fa -- der, ved dit Ord,
trods Pa -- vens Løgn og Tyr -- kens Mord, der styr -- te vil fra tro --
nen ned, din Søn, vor Gud til E -- vigt Liv!}
\addlyrics {\set stanza = "2." Be -- vis din magt, åh Je -- su Krist,
som al -- le Her- rers Her -- re er, be -- var din Bør -- ne -- fød --
te flok, så de dig pri -- se må i fred! }
\addlyrics {\set stanza = "3." Vor trøster -- ter -- mand, Gud Hel --
lig -- ånd, for -- en Guds Folk i skrif -- tens bånd, vær med os i vor
sid -- ste nød, lad ord -- et vidn -- ne til vor død!}
\addlyrics {\set stanza = "4." Så lad din sand -- hed og dit Lys, gå ud
til al -- le mand på jord, lad Djæv -- len tu- de tør af kiks, han mi --
ste alt til Li -- vets mand!}
%#(print-keys-verbose 'flute)
%{
one and oneF full black,
one1hT and one1h HalfHole GreyWhite, oneT1h one1hTF oneFT1h HalfHole
BlackGrey,
two circles oneRT
Fat circle oneTR White
oneT and oneFT whole Grey
Fat circle oneR oneRTF oneFTR Grey
%}