My initial guess is that it's because you have a note in the \mark
\markup -- is
that the case? what happens if you remove the note?
Nope, most every time this happens, it is just an alphanumeric string.
---
This code demonstrates what I'm seeing. The secret, I've found, is the
\with { \con
When I tried to run 2.6.3 midi2ly on Fedora Core 4, I got:
Traceback (most recent call last):
File "/usr/bin/midi2ly", line 42, in ?
import midi
ImportError: No module named midi
I fixed it:
I opened midi2ly.py and edited these lines:
libdir = '/usr/lib/lilypond/2.6.3'
if not os.path.isdir
Thanks, added as plain-ly/betweensystemspace-bottom.ly.
%
%Graham Percival
\version "2.6.0"
\header{
texidoc = "
When both title and betweensystemspace is set, and
raggedlastbottom=##f,
then the music is placed at the bottom of the first page.
There's a very simple workaround: use betweensystem
On Tuesday 16 August 2005 09.58, Graham Percival wrote:
> Here's one of the bugs database; the glissando line doesn't stop before
> an accidental. I don't consider it a very serious bug, though.
>
Thanks, added as c-glissando-accidental.ly:
%
%Graham Percival
\header {
texidoc = "
the glissando
On Thursday 18 August 2005 05.08, Graham Percival wrote:
> Dynamics do not avoid the flags/beams from a whole note tremolo, but
> they
> avoid the stem in a half note tremolo.
>
> \version "2.7.5"
> { b'1:32\mp \break b'2:32\mp }
Thanks, added as c-tremolo-script.ly:
%
%Graham Percival
\header {