Comment #9 on issue 1089 by n.puttock: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089
Responding to Neil --
Carl, are you sure you're not replying to somebody else here?
___
bug-lilypond mailing lis
Comment #8 on issue 1089 by Carl.D.Sorensen: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089
Responding to Neil --
I was not proposing that this is not a bug. I agree it is a bug. I was
just proposing that it is not a regression
Comment #7 on issue 1089 by reinhold.kainhofer: DynamicTextSpanner not
printed
http://code.google.com/p/lilypond/issues/detail?id=1089
Concerning Carl's comment: You are correct that the cresc ends on the
second note. Hoever, the line spanner of text crescendi cause spacing
pro
Comment #6 on issue 1089 by brownian.box: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089
Some discussion on the topic:
http://lists.gnu.org/archive/html/bug-lilypond/2010-05/msg00277.html
Surely, i would better "summarize" it here, but i am st
On Sat, May 29, 2010 at 12:15:49AM +0200, Reinhold Kainhofer wrote:
> Am Freitag, 28. Mai 2010, um 20:04:41 schrieb Carl Sorensen:
> > The first question is: Does the 2.10.33 ouptut match what is asked for from
> > the music, i.e. a text crescendo starting on the first note, and ending on
> > the s
2010/5/28 Carl Sorensen :
> I think there are two questions here, and perhaps we agree on one and
> disagree on the other.
>
> The first question is: Does the 2.10.33 ouptut match what is asked for
> from the music, i.e. a text crescendo starting on the first note, and
> ending on the second note.
Am Freitag, 28. Mai 2010, um 20:04:41 schrieb Carl Sorensen:
> The first question is: Does the 2.10.33 ouptut match what is asked for from
> the music, i.e. a text crescendo starting on the first note, and ending on
> the second note. I think we both agree that it does not. If you think
> that th
On 5/28/10 10:31 AM, "Xavier Scheuer" wrote:
> 2010/5/27 :
>
>> Comment #4 on issue 1089 by Carl.D.Sorensen: DynamicTextSpanner not
>>>
>> I actually don't think that 2.10.33 is correct! The crescendo is
>> supposed to end on the 2nd note in the measure according to the input
>> code. But
2010/5/27 :
> Comment #4 on issue 1089 by Carl.D.Sorensen: DynamicTextSpanner not
> printed
> http://code.google.com/p/lilypond/issues/detail?id=1089
>
> There was a decision to add a bit of space to separate the cresc.
> from the p. In so doing, the available space becam
Updates:
Labels: -Priority-Critical -Regression Priority-Medium Warning
Comment #5 on issue 1089 by percival.music.ca: DynamicTextSpanner not
printed
http://code.google.com/p/lilypond/issues/detail?id=1089
Good rationale; adjusting priority accordingly
Comment #4 on issue 1089 by Carl.D.Sorensen: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089
There was a decision to add a bit of space to separate the cresc. from the
p. In so doing, the available space
became too short to fit both. If there were a
Comment #3 on issue 1089 by musiccomposition: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089
So, it should be a warning, not just work like it did before?
___
bug-lilypond mailing list
bug-lilypond@gnu.org
Comment #2 on issue 1089 by n.puttock: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089
Yep, that looks like the cause.
The extra padding added to keep the `cresc.' away from the piano dynamic
makes the
combined padding from left-right larger tha
Comment #1 on issue 1089 by pnorcks: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089
So, apparently I forgot to test 2.12.3, because it works there...
The regression was introduced in 2.13.11, I suspect with this commit:
http://git.savannah.gnu.org
On Sat, May 15, 2010 at 12:39 AM, Xavier Scheuer wrote:
> 2010/5/15 Patrick McCarty :
>> http://code.google.com/p/lilypond/issues/detail?id=1089
>
> I didn't know it was a regression.
> How did you find out it worked with 2.10.33? Do you have many
> different versions of LilyPond installed on you
2010/5/15 Patrick McCarty :
> Sweet, another regression! :(
>
> Reported here:
> http://code.google.com/p/lilypond/issues/detail?id=1089
Thanks!
I didn't know it was a regression.
How did you find out it worked with 2.10.33? Do you have many
different versions of LilyPond installed on your PC
Status: Accepted
Owner:
Labels: Type-Defect Priority-Critical Regression
New issue 1089 by pnorcks: DynamicTextSpanner not printed
http://code.google.com/p/lilypond/issues/detail?id=1089
Report: http://lists.gnu.org/archive/html/bug-lilypond/2010-05/msg00132.html
% version 2.10.33 is okay
On Fri, May 14, 2010 at 7:31 AM, Xavier Scheuer wrote:
> % In the following example the DynamicTextSpanner is not printed.
> %
> % The worst is that it does not even give a warning!
> %
>
> \score {
> \relative c' {
> \crescTextCresc
> c'4\p\< c\! % cresc not printed % no problem without
2010/5/14 James Bailey :
> 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 ragge
Am Freitag, 14. Mai 2010, 18:54:11 schrieben Sie:
> On 14.05.2010, at 16:31, Xavier Scheuer wrote:
> > % In the following example the DynamicTextSpanner is not printed.
> > %
> > % The worst is that it does not even give a warning!
> > %
> > \score {
> >
> > \relative c' {
> > c'4\p\cresc c\
On 14.05.2010, at 16:31, Xavier Scheuer wrote:
% In the following example the DynamicTextSpanner is not printed.
%
% The worst is that it does not even give a warning!
%
\score {
\relative c' {
\crescTextCresc
c'4\p\< c\! % cresc not printed % no problem without \p
c c
}
}
%
% In the following example the DynamicTextSpanner is not printed.
%
% The worst is that it does not even give a warning!
%
\score {
\relative c' {
\crescTextCresc
c'4\p\< c\! % cresc not printed % no problem without \p
c c
}
}
%% same with Reinhold's new postfix \cresc
\score {
22 matches
Mail list logo