On Wed, 2019-12-11 at 15:22 -0300, Stefano Troncaro wrote:
> I've nothing to add to the discussion, but I felt the need to express
> that I am completely impressed by how easily Lilypond manages this.
> This is awesome!
>
Me too!
Devin
>
I've nothing to add to the discussion, but I felt the need to express that
I am completely impressed by how easily Lilypond manages this. This is
awesome!
El mié., 11 dic. 2019 a las 11:10, Kieren MacMillan (<
kieren_macmil...@sympatico.ca>) escribió:
> Hi there,
>
> > \scaleDurations does not sc
Hi there,
> \scaleDurations does not scale the measure length as well. Try inserting
> \set Timing.measureLength = #(ly:make-moment 12/8)
> in the \slower part.
That’s great! Thanks.
Note for future readers: the order of operations is important! The override
must happen *after* the \time comm
Hi Kieren,
Am 10.12.19 um 22:54 schrieb Kieren MacMillan:
Hi all,
Please consider the following snippet:
%%% SNIPPET BEGINS
\version "2.19.83"
\layout {
\context {
\Score
\remove "Timing_translator"
\remove "Default_bar_line_engraver"
\remove "Metronome_mark_engraver"
Hi all,
Please consider the following snippet:
%%% SNIPPET BEGINS
\version "2.19.83"
\layout {
\context {
\Score
\remove "Timing_translator"
\remove "Default_bar_line_engraver"
\remove "Metronome_mark_engraver"
}
\context {
\Staff
\consists "Timing_translator"