Hi Everybody!
Below is code I pulled from a larger score to show output warnings for a
tremolo. I have never had much success with the tremolo interface
because I am a lazy composer who spent 2 months writing the score, and
typesetting to make it all pretty for the performers is just too much,
lol. So, I hand them a score with tremolos that don't slant or angle
properly. I'm sure someone on this list will tell me how to be more
precise with tremolos in lilypond :).
here is the code snippet:
\version "2.23.14" \score { \new Staff { \time 4/2 \key bes
\major \repeat tremolo 8 { aes'16 aes''} \repeat tremolo 8 { bes'16
bes''} | \repeat tremolo 8 { bes'16 bes''} es''16[ d'' a' bes']
bes''[ a'' d'' es''] es'''[ d''' a'' bes''] a'''4 \fermata | } }
The warnings:
Starting lilypond 2.23.14 [Untitled.ly]...
Processing `/home/craig/Desktop/Nonet/Untitled.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
/home/craig/Desktop/Nonet/Untitled.ly:12:32: programming error: cyclic
dependency: calculation-in-progress encountered for Stem.direction
\repeat tremolo 8 { bes'16
bes''} es''16[ d'' a' bes'] bes''[ a'' d'' es''] es'''[ d''' a'' bes'']
a'''4 \fermata |
/home/craig/Desktop/Nonet/Untitled.ly:12:32: continuing, cross fingers
/home/craig/Desktop/Nonet/Untitled.ly:12:32: warning: direction of grob
Stem must be UP or DOWN; using UP
\repeat tremolo 8 { bes'16
bes''} es''16[ d'' a' bes'] bes''[ a'' d'' es''] es'''[ d''' a'' bes'']
a'''4 \fermata |
/home/craig/Desktop/Nonet/Untitled.ly:11:66: programming error: cyclic
dependency: calculation-in-progress encountered for Stem.direction
\repeat tremolo 8 { aes'16 aes''} \repeat tremolo 8 { bes'16
bes''} |
/home/craig/Desktop/Nonet/Untitled.ly:11:66: continuing, cross fingers
/home/craig/Desktop/Nonet/Untitled.ly:11:66: warning: direction of grob
Stem must be UP or DOWN; using UP
\repeat tremolo 8 { aes'16 aes''} \repeat tremolo 8 { bes'16
bes''} |
/home/craig/Desktop/Nonet/Untitled.ly:11:59: programming error: cyclic
dependency: calculation-in-progress encountered for Stem.direction
\repeat tremolo 8 { aes'16 aes''} \repeat tremolo 8 {
bes'16 bes''} |
/home/craig/Desktop/Nonet/Untitled.ly:11:59: continuing, cross fingers
/home/craig/Desktop/Nonet/Untitled.ly:11:59: warning: direction of grob
Stem must be UP or DOWN; using UP
\repeat tremolo 8 { aes'16 aes''} \repeat tremolo 8 {
bes'16 bes''} |
/home/craig/Desktop/Nonet/Untitled.ly:12:25: programming error: cyclic
dependency: calculation-in-progress encountered for Stem.direction
\repeat tremolo 8 {
bes'16 bes''} es''16[ d'' a' bes'] bes''[ a'' d'' es''] es'''[ d''' a''
bes''] a'''4 \fermata |
/home/craig/Desktop/Nonet/Untitled.ly:12:25: continuing, cross fingers
/home/craig/Desktop/Nonet/Untitled.ly:12:25: warning: direction of grob
Stem must be UP or DOWN; using UP
\repeat tremolo 8 {
bes'16 bes''} es''16[ d'' a' bes'] bes''[ a'' d'' es''] es'''[ d''' a''
bes''] a'''4 \fermata |
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
programming error: The beam should have a direction by now.
continuing, cross fingers
/home/craig/Desktop/Nonet/Untitled.ly:11:66: warning: weird stem size,
check for narrow beams
\repeat tremolo 8 { aes'16 aes''} \repeat tremolo 8 { bes'16
bes''} |
programming error: The beam should have a direction by now.
continuing, cross fingers
/home/craig/Desktop/Nonet/Untitled.ly:12:32: warning: weird stem size,
check for narrow beams
\repeat tremolo 8 { bes'16
bes''} es''16[ d'' a' bes'] bes''[ a'' d'' es''] es'''[ d''' a'' bes'']
a'''4 \fermata |
Converting to `Untitled.pdf'...
Success: compilation successfully completed
Completed successfully in 1.0".