Re: Issue 1011 in lilypond: lilypond-book does not recognize [/]lilypond tag with :space: before ''

2010-03-09 Thread lilypond
Updates: Status: Verified Comment #3 on issue 1011 by brownian.box: lilypond-book does not recognize [/]lilypond tag with :space: before '' http://code.google.com/p/lilypond/issues/detail?id=1011 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 189 in lilypond: \episem over a single note

2010-03-09 Thread lilypond
Updates: Status: Verified Comment #6 on issue 189 by brownian.box: \episem over a single note http://code.google.com/p/lilypond/issues/detail?id=189 Regarding the above example: \include gregorian-init.ly should be now (2.13.*?..) put as \include gregorian.ly -- You received this

Re: Issue 881 in lilypond: Arpeggios may collide with laissezVibrer ties

2010-03-09 Thread lilypond
Comment #4 on issue 881 by tdanielsmusic: Arpeggios may collide with laissezVibrer ties http://code.google.com/p/lilypond/issues/detail?id=881 This is a complex regression. Using exactly the example above I found: Up to 2.11.19 - Output is OK From 2.11.20 to 2.11.29: - Tie is closer to

Re: RhythmicStaff Multimeasure Rests

2010-03-09 Thread Neil Puttock
On 7 March 2010 22:21, Jay Anderson horndud...@gmail.com wrote: On Fri, Mar 5, 2010 at 10:31 PM, Jay Anderson horndud...@gmail.com wrote: \version 2.13.15 \new RhythmicStaff {  %\override Staff.MultiMeasureRest #'extra-offset = #'(0 . -1)  R1 } Of course this doesn't quite work because

Re: Issue 1034 in lilypond: Documentation: categorizing music-function docstrings

2010-03-09 Thread lilypond
Comment #3 on issue 1034 by n.puttock: Documentation: categorizing music-function docstrings http://code.google.com/p/lilypond/issues/detail?id=1034 It's a seductive idea, but I'm certainly not familiar enough with the code to decide whether it's a viable approach. -- You received this

Re: [frogs] Reviewing regtests for undocumented stuff.

2010-03-09 Thread Neil Puttock
On 4 March 2010 23:08, Valentin Villenave v.villen...@gmail.com wrote: You can create an account, and edit the page and sign your comments with (IIRC). Feel free to give Patrick or me a ping, since we're both editors on the Wiki. Thanks, I'll dive in once I've set up an account. Cheers,

Re: two issues...

2010-03-09 Thread Valentin Villenave
On Tue, Mar 9, 2010 at 6:22 PM, Arno Waschk hamama...@gmx.de wrote: - the default minimum hairpin length seems to be zero, which i cannot imagine to be useful in even very special circumstances That is a bug. Hairpins should not collapse into flat lines. - the fff is crossing the barline

Re: Issue 881 in lilypond: Arpeggios may collide with laissezVibrer ties

2010-03-09 Thread lilypond
Comment #5 on issue 881 by n.puttock: Arpeggios may collide with laissezVibrer ties http://code.google.com/p/lilypond/issues/detail?id=881 Cheers, Trevor. That should help narrow it down somewhat. I can't explain why, but making the print function pure by redefining ly:tie::print just

Re: Issue 838 in lilypond: Inconsistency in tests output size

2010-03-09 Thread lilypond
Updates: Labels: -Patch Comment #14 on issue 838 by pnorcks: Inconsistency in tests output size http://code.google.com/p/lilypond/issues/detail?id=838 Thanks Han-Wen. Yes, the Pango_font objects are stored in a hash table (pango_dict_) which is a member of All_font_metrics. The

Re: RhythmicStaff Multimeasure Rests

2010-03-09 Thread Jay Anderson
On Tue, Mar 9, 2010 at 3:19 PM, Neil Puttock n.putt...@gmail.com wrote: \override RhythmicStaff.MultiMeasureRest #'staff-position = #0.01 Thanks. That works great. Now I just have to deal with \context{\RemoveEmptyRhythmicStaffContext} killing my settings. I remember following the discussion