Is there any tool to "unroll" the code. For instance, suppose you have
something like this...
\version "2.19.40"
fragment.1 =
{
a b c d
}
fragment.2 =
{
e f g a
}
music =
{
\repeat unfold 3 {\fragment.1}
\repeat unfold 2 {\fragment.1 \fragment.2}
}
\score
{
\music
\layout{}
}
Yes, made a mistake. I wanted to say that "some rests are introduced
only in the second measure".
Anyway why this articulate difference between the fingered measure and
the not fingered measure?
On Fri, May 13, 2016 at 11:09 AM, Phil Holmes wrote:
> That doesn't look like a screenshot of the mid
That doesn't look like a screenshot of the midi output - it has the
fingerings and also rests in the second measure, whereas you say the rests
are in the first measure.
--
Phil Holmes
- Original Message -
From: "Gianmaria Lari"
To: "lilypond-user"
Sent: Friday, May 13, 2016 9:54 A
I don't understand the following behavior of articulate.ly.
I wrote this measure:
a-1 b-2 a-1 b-2
and then the same without fingering:
a b a b
The midi output of these two measures looks curious to me, because
some rests are introduced ONLY in the first measure. Is it normal?
Here it