2010/5/14 James Bailey <derhindem...@googlemail.com>:

> 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 <x.sche...@gmail.com>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to