darki...@jesusgod-pope666.info wrote:
Although am getting these warnings when compiling - it does not seem to
like what I have done very much - but it does work.


You have two cases of the 'Unattached TextScriptEvent' warning.
This sort of thing happens when LilyPond can't find the corresponding note. It may discard the TextScriptEvent, but it usually lets it drift along and settle onto the following note.



   > warning: Unattached TextScriptEvent
   > orange = {
   >              ^
In the first cases your outer curly brackets are isolating the TextScriptEvent from the surroundings. Get rid of them.


   > warning: Unattached TextScriptEvent
   > \yellow e2
In the second cases your TextScriptEvent commands are preceding the
corresponding notes, instead of following them.
So at the start of the first measure \yellow has no note to attach to and is assigned to the following e2. The subsequent TextScriptEvent commands in that measure don't complain because they follow (the wrong) notes.


The attached .ly produces no warnings.


Cheers,
Robin






\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)
}}


%      (one oneT oneRT oneTR oneR oneRT1q one1qTR oneRT1h one1hTR
%oneRT3q one3qTR oneRTF oneFTR one1qT oneT1q one1q one1qT1h one1hT1q
%one1qT3q one3qT1q one1qTF oneFT1q one1hT oneT1h one1h one1hT3q one3qT1h
%one1hTF oneFT1h one3qT oneT3q one3q one3qTF oneFT3q oneFT oneF)


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 . ()))}

orangeS = ^
     \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 . ()))}

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))(lh .
())(rh . ()))
} 

greenS = ^
     \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
. ()))
} 

teal = ^
     \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 .
()))
} 

blue = ^
     \markup
     \center-column {
     \override #'(size . 0.5) % 1 standard
     \override #'(thickness . 0.3) % 0.1 standard
     \woodwind-diagram #'flute #'((cc . (one two))(lh . ())(rh . ()))
} 

violet = ^
     \markup
     \center-column {
     \override #'(size . 0.5) % 1 standard
     \override #'(thickness . 0.3) % 0.1 standard
     \woodwind-diagram #'flute #'((cc . (one))(lh . ())(rh . ()))
} 

redS = ^
     \markup
     \center-column {
     \override #'(size . 0.5) % 1 standard
     \override #'(thickness . 0.3) % 0.1 standard
     \woodwind-diagram #'flute #'((cc . (oneT1h))(lh . ())(rh . ()))
} 

redN = ^
     \markup
     \center-column {
     \override #'(size . 0.5) % 1 standard
     \override #'(thickness . 0.3) % 0.1 standard
     \woodwind-diagram #'flute #'((cc . (oneT1h))(lh . ())(rh . ()))
} 

orangeT = ^
     \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 . ()))
} 


<<
\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  \yellow 
g4  \teal   
e   \yellow 
d   \orange 
e   \yellow 
g   \teal   
fs  \greenS 
e2  \yellow 
| \break
%Line2 m2------------------------------------------------------------------
\bar ""
g2 \teal  
a4 \blue  
a  \blue  
b  \violet
g  \teal  
a  \blue  
a  \blue  
b2 \violet
| \break
%Line3 m3------------------------------------------------------------------
\bar ""
b2 \violet  
c4 \redN    
b  \violet  
d  \orangeT 
b  \violet  
a  \blue    
a  \blue    
g2 \teal    
| \break %Line3 m3
%Line4 m4------------------------------------------------------------------
\bar ""
b2 \violet  
g4 \teal    
a  \blue    
g  \teal    
fs \greenS  
e  \yellow  
ds \orangeS 
e2 \yellow  

\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!}
>>
% \markup { \with-color #red contain }


#(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
%} 

Reply via email to