David Rogers gmail.com> writes:
>
> Parham Fazelzadeh hil.t.u-tokyo.ac.jp> writes:
>
> > Yeah, it doesn't make sense to tie rests, you are right about that. But the
> > behaviour was still unexpected, and unwanted, I would say.
>
> In general, with LilyPond, unexpected input creates unexpecte
Here is an example that generates a score where the g2. note is
incorrectly tied to the first g16 note due to
the tie between r1 and r8.
\version "2.16.1"
\relative c'' {
r1~r8
g2.
g16
g16
}
\addlyrics {
Tom ten par
}
This causes the lyrics to be misaligned as well. If the tilde is
Hello,
I tried asking on IRC but got no replies.
I am curious if it is possible to run lilypond from the Mac OS X
(my case: 10.6.8) terminal since I am
generating the data for lilypond via a python application.
It would therefor be preferred to run lilypond from the terminal in
an automated no