bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DynamicTextSpanner not printed


From: Xavier Scheuer
Subject: Re: DynamicTextSpanner not printed
Date: Fri, 14 May 2010 23:13:41 +0200

2010/5/14 James Bailey <address@hidden>:

> Perhaps the measure is too short. Try:
>
> \version "2.13.21"
> \paper { ragged-right = ##f }

Well, that works if we stay with 4 notes.
But the problem appeared in a "normal" piece (more than one measure,
more than one line) before I made this minimal example.
So  ragged-right = ##f  won't help in an "everyday-life" score.

So maybe the minimal example should be:

  \score {
    \relative c' {
      c'4\p\cresc c\!  % cresc not printed  % no problem without \p
      c c
      \repeat unfold 64 c4
    }
  }

more than one measure, no manual breaks but still the problem...
The reason is certainly because the following not is very close to
the previous one, but this is not a good reason for me to not print
the "cresc." at all!

There is even no warning saying it is not printed!

Cheers,
Xavier

--
Xavier Scheuer <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]