ect files, which are pretty minimal:
https://we.tl/t-3X0QXkhkUs .
Thank you,
~Dmitri Volkov
with the project files.
Thank you,
~Dmitri Volkov<>
}
\context {
\Voice
\remove "Forbid_line_break_engraver"
}
}
}
Thank you!
~Dmitri Volkov
On 2024-05-10 4:18 p. m., Dmitri Volkov wrote:
Hello,
I am looking to engrave a polytempo piece with LilyPond, but am having
trouble getting the bars
\context {
\Staff
\consists "Timing_translator"
}
\context {
\Voice
\remove "Forbid_line_break_engraver"
}
}
}
Thanks,
~Dmitri
On 2024-05-10 4:42 p. m., Dmitri Volkov wrote:
Apologies for the double email, I was confused be
Thanks for the input, \enablePolymeter seems to be roughly equivalent to
the bit I had:
\context {
\Staff
\consists "Timing_translator"
}
Thought the other bit is still necessary for things to work across
multiple systems properly.
On 2024-05-10 5:14 p. m., Knute Snortum wrote:
You ma
Hello,
Is there a way to get Lilypond to output a file with variables and
functions applied? For example, if I have a file like:
-
\version "2.24.3"
stuff = { c4 c4 c4 c4 | }
\stuff
\stuff
\transpose c4 d4 { \stuff }
\stuff
-
then is there a way to get Lilypond to output something l
Thank you for the response! New to Lilypond and was not aware of tags,
I'll have to play around with them.
displayLilyMusic seems to be exactly what I was looking for, thank you
very much!
On 2024-06-29 5:07 p. m., Timothy Lanfear wrote:
On 29/06/2024 21:16, Dmitri Volkov wrote:
Is there a way to get Lilypond to output a file with variables and
functions applied?
The displayLilyMusic function