Fwd: Polytempo barlines

2024-05-10 Thread Dmitri Volkov
ect files, which are pretty minimal: https://we.tl/t-3X0QXkhkUs . Thank you, ~Dmitri Volkov

Polytempo barlines

2024-05-10 Thread Dmitri Volkov
with the project files. Thank you, ~Dmitri Volkov<>

Re: Polytempo barlines

2024-05-10 Thread 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

Re: Polytempo barlines

2024-05-10 Thread Dmitri Volkov
  \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

Re: Polytempo barlines

2024-05-10 Thread Dmitri Volkov
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

Output lilypond file with variables/functions applied?

2024-06-29 Thread Dmitri Volkov
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

Re: Output lilypond file with variables/functions applied?

2024-06-29 Thread Dmitri Volkov
Thank you for the response! New to Lilypond and was not aware of tags, I'll have to play around with them.

Re: Output lilypond file with variables/functions applied?

2024-06-29 Thread Dmitri Volkov
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