Re: svg output from version 2.13.12 cannot cope with numeric time signature

2010-01-25 Thread Bernard Hurley
On Mon, 2010-01-25 at 12:15 -0800, Patrick McCarty wrote: > I have one more idea that might narrow down the problem: > > Does the time signature look correct in the PDF output when using > \numericTimeSignature ? I'm curious, because the feta-alphabet Type 1 > fonts are loaded in the same way for

Re: Issue 928 in lilypond: `Dynamics' items aren't vertically centered

2010-01-25 Thread lilypond
Comment #3 on issue 928 by n.puttock: `Dynamics' items aren't vertically centered http://code.google.com/p/lilypond/issues/detail?id=928 The line's centred. I think getting the text centred while keeping the line positioned correctly is tricky without reworking some of the line spanner co

Re: Issue 405 in lilypond: tupletBracket not printed despite #'bracket-visibility=##t

2010-01-25 Thread Neil Puttock
2010/1/24 Ian Hulin : > I've had a quick look at this with gdb, stepping through > Tuplet_bracket:print, and the solution doesn't seem as simple as you suggest > here,  I even tried patching in a modified routine implementing the override > if the property is set, but it doesn't do the job. You n

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

2010-01-25 Thread lilypond
Updates: Labels: Patch Comment #4 on issue 189 by n.puttock: \episem over a single note http://code.google.com/p/lilypond/issues/detail?id=189 Patch: http://codereview.appspot.com/186189/show -- You received this message because you are listed in the owner or CC fields of this issue, or

Re: Issue 305 in lilypond: positioning of hairpins and dynamics

2010-01-25 Thread lilypond
Comment #9 on issue 305 by n.puttock: positioning of hairpins and dynamics http://code.google.com/p/lilypond/issues/detail?id=305 Issue 999 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this i

Re: Issue 999 in lilypond: Enhancement: Dynamics could switch from one staff to another

2010-01-25 Thread lilypond
Updates: Status: Duplicate Mergedinto: 305 Comment #1 on issue 999 by n.puttock: Enhancement: Dynamics could switch from one staff to another http://code.google.com/p/lilypond/issues/detail?id=999 (No comment was entered for this change.) -- You received this message because

Re: Issue 997 in lilypond: RehearsalMarks are not kept inside the page

2010-01-25 Thread lilypond
Comment #6 on issue 997 by n.puttock: RehearsalMarks are not kept inside the page http://code.google.com/p/lilypond/issues/detail?id=997 Heheh, you got me there. :) Though as Nicolas pointed out, it's not very useful. Looking at the code briefly, it seems to be deliberately restricted to No

Re: Issue 997 in lilypond: RehearsalMarks are not kept inside the page

2010-01-25 Thread lilypond
Comment #5 on issue 997 by n.puttock: RehearsalMarks are not kept inside the page http://code.google.com/p/lilypond/issues/detail?id=997 Ah, I've just read James's original report. Since 2.13.7 (following improvements to the code for default margins), the left and right margins in the regt

Re: Issue 997 in lilypond: RehearsalMarks are not kept inside the page

2010-01-25 Thread lilypond
Comment #4 on issue 997 by v.villenave: RehearsalMarks are not kept inside the page http://code.google.com/p/lilypond/issues/detail?id=997 IIRC /you/ were the one who taught me how to use it for rehearsalmarks... :-) http://lists.gnu.org/archive/html/lilypond-devel/2008-04/msg00324.html -

Re: Issue 997 in lilypond: RehearsalMarks are not kept inside the page

2010-01-25 Thread lilypond
Comment #3 on issue 997 by n.puttock: RehearsalMarks are not kept inside the page http://code.google.com/p/lilypond/issues/detail?id=997 I don't think this is a regression; I'm pretty sure 'keep-inside-line is documented to work only with markup and lyrics. -- You received this message

Re: svg output from version 2.13.12 cannot cope with numeric time signature

2010-01-25 Thread Patrick McCarty
On 2010-01-25, Bernard Hurley wrote: > > Thanks, my output from autogen.sh is below. The Pango and Fontconfig > dependencies look OK to me (well they don't look obviously wrong!), but > maybe some othere dependency is causing the problem. Hmm, you're right. I don't see anything wrong with this o

Re: Wrong accidentals when notes are octave apart

2010-01-25 Thread Valentin Villenave
On Mon, Jan 25, 2010 at 6:45 PM, Ran Rutenberg wrote: > When writing a sharp or flat note and then trying to add a natural note one > octave above it, Lilypond does not mark the second note as a natural. Only a > note in the same octave will get the natural sign. Greetings, that's the default be

Re: Wrong accidentals when notes are octave apart

2010-01-25 Thread Graham Percival
See the Notation manual section about Automatic examples. Cheers, - Graham On Mon, Jan 25, 2010 at 5:45 PM, Ran Rutenberg wrote: >> I'm not top posting. > > Hi, > > When writing a sharp or flat note and then trying to add a natural note one > octave above it, Lilypond does not mark the second n

Re: 2.13.11-1: Y-offset for RehearsalMark?

2010-01-25 Thread Trevor Daniels
Trevor Daniels wrote Monday, January 25, 2010 7:27 PM Dmytro O. Redchuk wrote Sunday, January 24, 2010 4:49 PM With this example: % --8< [snip] % --8< ... 2.12.3 produces "correct" result ("as expected

Re: Issue 986 in lilypond: collision tuplet number and partcombine text

2010-01-25 Thread lilypond
Updates: Status: Verified Comment #3 on issue 986 by v.villenave: collision tuplet number and partcombine text http://code.google.com/p/lilypond/issues/detail?id=986 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC field

Re: Issue 880 in lilypond: Regression: Arpeggios collide with notes when connectArpeggios is set

2010-01-25 Thread lilypond
Updates: Status: Verified Comment #5 on issue 880 by v.villenave: Regression: Arpeggios collide with notes when connectArpeggios is set http://code.google.com/p/lilypond/issues/detail?id=880 (No comment was entered for this change.) -- You received this message because you are listed

Re: 2.13.11-1: Y-offset for RehearsalMark?

2010-01-25 Thread Trevor Daniels
Dmytro O. Redchuk wrote Sunday, January 24, 2010 4:49 PM With this example: % --8< \header { tagline = "" } \relative c'' { c c c c \override Score.RehearsalMark #'Y-offset = #3 \mark \default c c c c \override Score.RehearsalMark #'Y-offset =

Re: Issue 821 in lilypond: Regression: arpeggios may collide with barlines in a PianoStaff with multiple voices

2010-01-25 Thread lilypond
Updates: Status: Verified Comment #5 on issue 821 by v.villenave: Regression: arpeggios may collide with barlines in a PianoStaff with multiple voices http://code.google.com/p/lilypond/issues/detail?id=821 (No comment was entered for this change.) -- You received this message because

Wrong accidentals when notes are octave apart

2010-01-25 Thread Ran Rutenberg
> I'm not top posting. Hi, When writing a sharp or flat note and then trying to add a natural note one octave above it, Lilypond does not mark the second note as a natural. Only a note in the same octave will get the natural sign. Sincerely, Ran Rutenberg example: \version "2.12.3" \paper{ ra

Re: Issue 1000 in lilypond: send texi2html patches upstream

2010-01-25 Thread lilypond
Comment #1 on issue 1000 by v.villenave: send texi2html patches upstream http://code.google.com/p/lilypond/issues/detail?id=1000 [OT but sooo tempting] And this is our 1000th tracker page! Yay! :) -- You received this message because you are listed in the owner or CC fields of this issue, or b

Re: Issue 216 in lilypond: Enhancement: the ability to change staff line spacing inside a \layout{} block

2010-01-25 Thread lilypond
Comment #6 on issue 216 by v.villenave: Enhancement: the ability to change staff line spacing inside a \layout{} block http://code.google.com/p/lilypond/issues/detail?id=216 Oh, that changes everything. Do you want me to open a new issue? -- You received this message because you are listed i

Issue 1000 in lilypond: send texi2html patches upstream

2010-01-25 Thread lilypond
Status: Accepted Owner: Labels: Type-Build Priority-Low Frog New issue 1000 by percival.music.ca: send texi2html patches upstream http://code.google.com/p/lilypond/issues/detail?id=1000 Our lilypond-texi2html.init file is getting ridiculously; we keep on fixing texi2html bugs by introducing

Re: Issue 997 in lilypond: RehearsalMarks are not kept inside the page

2010-01-25 Thread lilypond
Updates: Owner: --- Cc: -v.villenave Labels: -regtest Comment #2 on issue 997 by percival.music.ca: RehearsalMarks are not kept inside the page http://code.google.com/p/lilypond/issues/detail?id=997 "Owner" now means "the person who will be fixing the issue". I don't

Re: Lilly Pond Download

2010-01-25 Thread Valentin Villenave
On Sat, Jan 23, 2010 at 6:12 PM, Aykut Sahin wrote: > Hi, I want to use a software for writing music because it is very difficult to > hand write it. Changes become necessary as I write in terms of composition, > and > it is frustrating to start from scratch once more! Greetings, GNU LilyPond i

Re: Dynamics placed incorrectly around staff changes

2010-01-25 Thread Valentin Villenave
On Wed, Dec 30, 2009 at 9:43 PM, Chris Snyder wrote: > I just discovered some incorrect behavior in how LP places dynamics around > staff changes. It occurs when there's a hairpin followed by a dynamic > marking and a staff change occurring at the same time as the dynamic > marking. See the follow

Issue 999 in lilypond: Enhancement: Dynamics could switch from one staff to another

2010-01-25 Thread lilypond
Status: Accepted Owner: v.villenave Labels: Type-Enhancement Priority-Medium dynamics New issue 999 by v.villenave: Enhancement: Dynamics could switch from one staff to another http://code.google.com/p/lilypond/issues/detail?id=999 % New request from Chris Snyder: % When a voices changes fro

Re: Issue 216 in lilypond: Enhancement: the ability to change staff line spacing inside a \layout{} block

2010-01-25 Thread lilypond
Comment #5 on issue 216 by mats.ben...@s3.kth.se: Enhancement: the ability to change staff line spacing inside a \layout{} block http://code.google.com/p/lilypond/issues/detail?id=216 I must have been confused when I wrote that email. Please replace "vertical" by "horizontal" throughout.

Issue 998 in lilypond: Tuplet should not be beamed with non-tuplet notes.

2010-01-25 Thread lilypond
Status: Accepted Owner: v.villenave CC: Carl.D.Sorensen Labels: Type-Defect Priority-Medium beaming New issue 998 by v.villenave: Tuplet should not be beamed with non-tuplet notes. http://code.google.com/p/lilypond/issues/detail?id=998 In the following example, the non-tuplet eighth note is b

Re: Default beaming with tuplets

2010-01-25 Thread Valentin Villenave
On Sat, Dec 26, 2009 at 1:19 PM, Carl Sorensen wrote: > On 12/25/09 4:31 AM, "Nick Payne" wrote: >> Notes in a tuplet by default are getting beamed with notes outside the >> tuplet. Should the default beaming rules be doing this? > > No, they should not. Thanks Carl, I've added it to the tracker

Re: Issue 997 in lilypond: RehearsalMarks are not kept inside the page

2010-01-25 Thread lilypond
Comment #1 on issue 997 by v.villenave: RehearsalMarks are not kept inside the page http://code.google.com/p/lilypond/issues/detail?id=997 Looks like a known limitation to me. But IIRC keep-inside-line used to work for these things, has the syntax changed or something? BTW, here's the PNG

Re: problem with input/regression/page-label.ly

2010-01-25 Thread Valentin Villenave
On Fri, Dec 25, 2009 at 10:30 AM, James Bailey wrote: > As shown in the attached image, the \mark \markup is placed too far to the > left in 2.13.9. It was fine in 2.12. My question is, how should I add this > to the tracker? Hi James, sorry for the delay. I've added this to the tracker, it look

Issue 997 in lilypond: RehearsalMarks are not kept inside the page

2010-01-25 Thread lilypond
Status: Accepted Owner: jameseli...@googlemail.com CC: v.villenave Labels: Type-Defect Priority-Medium Regression regtest New issue 997 by v.villenave: RehearsalMarks are not kept inside the page http://code.google.com/p/lilypond/issues/detail?id=997 % The following example is taken from the pag

Re: Different size staves?

2010-01-25 Thread Valentin Villenave
On Mon, Dec 21, 2009 at 5:11 PM, Mats Bengtsson wrote: > I forward this email to the bug mailing list, since I think it's time to > take another look at issue 216, which was closed a couple of years back > since the bug was documented as a known limitation. Greetings Mats, Sorry for the delay: I

Re: Issue 216 in lilypond: Enhancement: the ability to change staff line spacing inside a \layout{} block

2010-01-25 Thread lilypond
Updates: Summary: Enhancement: the ability to change staff line spacing inside a \layout{} block Status: Accepted Owner: v.villenave Labels: -Type-Defect Type-Enhancement Comment #4 on issue 216 by v.villenave: Enhancement: the ability to change staff line spacing in

Re: Tempo / tuplet bracket bug

2010-01-25 Thread Valentin Villenave
2010/1/25 Carl Sorensen : > Nope.  It certainly looks like a bug to me.  Please create a new issue, and > I'll see if I can get it to work right. Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=996 Cheers, Valentin ___ bug-lilypond

Issue 996 in lilypond: Wrong beaming of eighth notes in 2/8 measures

2010-01-25 Thread lilypond
Status: Accepted Owner: Carl.D.Sorensen Labels: Type-Defect Priority-Medium beaming New issue 996 by v.villenave: Wrong beaming of eighth notes in 2/8 measures http://code.google.com/p/lilypond/issues/detail?id=996 % New bug found while investigating Issue 995: % The eighth notes are oddly beam

Re: svg output from version 2.13.12 cannot cope with numeric time signature

2010-01-25 Thread Bernard Hurley
On Sun, 2010-01-24 at 13:26 -0800, Patrick McCarty wrote: > On 2010-01-24, Patrick McCarty wrote: > > On 2010-01-24, Bernard Hurley wrote: > > > Using Ubuntu Linux 9.10 and lilypond version 2.13.12, if I do: > > > > > > lilypond -dbackend=svg test.ly > > > > > > where test.ly is:

Re: Issue 887 in lilypond: Non-ASCII characters in textedit URIs should be percent-encoded

2010-01-25 Thread lilypond
Updates: Labels: -Priority-Low Priority-Medium Patch Comment #23 on issue 887 by v.villenave: Non-ASCII characters in textedit URIs should be percent-encoded http://code.google.com/p/lilypond/issues/detail?id=887 Thanks. Remember to add the "Patch" label to make sure your work doesn't

Re: Tempo / tuplet bracket bug

2010-01-25 Thread Carl Sorensen
On 1/24/10 1:22 PM, "Valentin Villenave" wrote: > On Mon, Dec 21, 2009 at 5:36 AM, Trevor Bača wrote: >> The following snippet exhibits a bug in the form of contention between >> metronome mark and tuplet instantiation: > > Thanks, and sorry about the delay. Added as > http://code.google.com