Issue 1089 in lilypond: DynamicTextSpanner not printed

2010-05-14 Thread lilypond
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

Re: DynamicTextSpanner not printed

2010-05-14 Thread Patrick McCarty
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

Re: Issue 801 in lilypond: Accidentals in a chord may collide with augmentation dots

2010-05-14 Thread lilypond
Comment #2 on issue 801 by pnorcks: Accidentals in a chord may collide with augmentation dots http://code.google.com/p/lilypond/issues/detail?id=801 Issue 1088 may be related to this one. ___ bug-lilypond mailing list bug-lilypond@gnu.org http://l

Issue 1088 in lilypond: Accidentals for single notes may collide with augmentation dots

2010-05-14 Thread lilypond
Status: Accepted Owner: Labels: Type-Collision Priority-Critical Regression New issue 1088 by pnorcks: Accidentals for single notes may collide with augmentation dots http://code.google.com/p/lilypond/issues/detail?id=1088 This is a regression from 2.10.33, and is most likely related to

Re: collision dotted rest and accidental

2010-05-14 Thread Patrick McCarty
On Fri, May 14, 2010 at 3:40 PM, Xavier Scheuer wrote: > 2010/5/15 Graham Percival : > >> Please search for issues before reporting them. >> http://code.google.com/p/lilypond/issues/detail?id=801 > > This is not exactly the same. > The issue you point out is speaking about chords, this one is pure

Re: Issue 801 in lilypond: Accidentals in a chord may collide with augmentation dots

2010-05-14 Thread lilypond
Updates: Owner: --- Labels: -Priority-Medium Priority-Critical Regression Comment #1 on issue 801 by pnorcks: Accidentals in a chord may collide with augmentation dots http://code.google.com/p/lilypond/issues/detail?id=801 This does indeed work with LilyPond 2.10.33. Bumping

Re: collision dotted rest and accidental

2010-05-14 Thread Xavier Scheuer
2010/5/15 Graham Percival : > Please search for issues before reporting them. > http://code.google.com/p/lilypond/issues/detail?id=801 Hi Graham, This is not exactly the same. The issue you point out is speaking about chords, this one is purely monophonic. In addition contradicting what is stat

Re: Text cresc *without dashed line* and Y-offset

2010-05-14 Thread Graham Percival
On Fri, May 14, 2010 at 11:57:22PM +0200, Xavier Scheuer wrote: > But I feel also sad that this issue (about something very "simple", > common) is still unsolved (2 years after). Heh, you think that's bad? From 4 years ago: http://code.google.com/p/lilypond/issues/detail?id=11 (image on comment 9

Re: collision dotted rest and accidental

2010-05-14 Thread Graham Percival
On Fri, May 14, 2010 at 09:05:47PM +, Torsten wrote: > %% collision of the dot of a dotted rest and accidental Please search for issues before reporting them. http://code.google.com/p/lilypond/issues/detail?id=801 - Graham ___ bug-lilypond mailing

Re: Text cresc *without dashed line* and Y-offset

2010-05-14 Thread Xavier Scheuer
2010/5/14 Reinhold Kainhofer : > Welcome to the club... I ran into that problem two years ago, and I > haven't yet found a solution: > > http://lists.gnu.org/archive/html/lilypond-user/2008-03/msg00232.html > > It's still on my list of things to do should I ever get enough time, > though. Hi Rein

collision dotted rest and accidental

2010-05-14 Thread Torsten
> I'm not top posting. %% collision of the dot of a dotted rest and accidental \version "2.12.3" \paper { ragged-right = ##t } { r16. cis'' } ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: DynamicTextSpanner not printed

2010-05-14 Thread Xavier Scheuer
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

Re: Issue 815 in lilypond: Enhancement: AJAX-powered search auto-completion for the online documentation

2010-05-14 Thread lilypond
Comment #8 on issue 815 by percival.music.ca: Enhancement: AJAX-powered search auto-completion for the online documentation http://code.google.com/p/lilypond/issues/detail?id=815 Here's an updated patch 0002. Reinhold, could you apply this 0002 and last comment's 0003 to your tree? I thin

lost bug reports (was: Text cresc *without dashed line* and Y-offset)

2010-05-14 Thread Graham Percival
On Fri, May 14, 2010 at 6:06 PM, Reinhold Kainhofer wrote: > Welcome to the club... I ran into that problem two years ago, and I haven't > yet found a solution: > > http://lists.gnu.org/archive/html/lilypond-user/2008-03/msg00232.html re my last email about temporary bug squad members from 30 se

Re: DynamicTextSpanner not printed

2010-05-14 Thread Reinhold Kainhofer
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\

Re: Text cresc *without dashed line* and Y-offset

2010-05-14 Thread Reinhold Kainhofer
Am Freitag, 14. Mai 2010, 17:18:38 schrieben Sie: > I tried Reinhold's new postfix \cresc with > \override DynamicTextSpanner #'dash-period = #-1.0 > but unfortunately, although the dashed line is not printed, it is still > taken into account when calculating the Y-offset of the \cresc . [...] >

Re: DynamicTextSpanner not printed

2010-05-14 Thread James Bailey
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 } } %

DynamicTextSpanner not printed

2010-05-14 Thread Xavier Scheuer
% 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 {