Re: time-signature-single-digit.ly and time-signature-single-digit.ly don't have \version

2015-02-20 Thread Masamichi HOSODA
 No need to wait: as I said, I already pushed the fix myself.  Next time,
 it would be nice if you provided a patch by calling git format-patch.
 That way, we get your commit message as well and the patch is pretty
 sure to apply (using git am instead of git apply) and you have less
 trouble when rebasing your own branch on master since Git then
 recognizes that the commit/patch is already there.

Thank you.
Next time, I'll try it.

 Huh.  I had the impression OpenDarwin is dead anyway.  If we have an
 actively maintained and free Darwin version, it would of course be nice
 if we could support it with an installer from us, but only if we
 actually expect people to use our installer.  I think that probably few
 people use our GNU/Linux installer, and it is not clear whether anybody
 actually uses our FreeBSD installer (rather than compile himself or use
 the version of LilyPond packaged by FreeBSD).
 
 But I think PureDarwin/OpenDarwin are a problem for later: I don't think
 we supported them in 2.19.15, so it would be important to get 2.19.16
 out first with the currently supported platforms before trying something
 new.

I don't want PureDarwin / OpenDarwin corresponding lilypond.

I want to test the Mac version lilypond. I didn't have Mac.
On the other hand, Darwin is the core components and subset of Mac OS X.
Therefore, I thought that it could be used as Max OS X substitutes.

However, lilypond requires Carbon that are not included in Darwin.
It is included only Mac OS X.
I found that Darwin could not be used as Mac OS X substitutes.


So, I've been prepared Mac.
And, I've tested darwin-x86::lilypond that I've build by gcc-4.9.2.
In the results, the following command is succeed:

$ ./lilypond

Correct messages is shown.
However, the following command is failed:

$ ./lilypond test.ly

I've found some issues.
Now, I'm trying to fix them.

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Hairpin crash

2015-02-20 Thread Ralph Palmer
On Wed, Feb 18, 2015 at 4:46 AM, Simon Albrecht simon.albre...@mail.de
wrote:

  The hairpins collide, if and only if
 -- there is a barline in \n (comment to test)
 -- and there is a half note or rest or multi-measure-rest in the other
 part.
 Somewhat obscure and difficult to isolate, but easy to work around.


Thanks, Simon Albrecht. This has been submitted as Issue 4301 :
https://code.google.com/p/lilypond/issues/detail?id=4301
Ralph
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: time-signature-single-digit.ly and time-signature-single-digit.ly don't have \version

2015-02-20 Thread David Kastrup
Masamichi HOSODA truer...@sea.plala.or.jp writes:

 But I think PureDarwin/OpenDarwin are a problem for later: I don't
 think we supported them in 2.19.15, so it would be important to get
 2.19.16 out first with the currently supported platforms before
 trying something new.

 I don't want PureDarwin / OpenDarwin corresponding lilypond.

 I want to test the Mac version lilypond. I didn't have Mac.

I'd not bother then.  2.19.16 is a developer release, so it is not
required that it works for every platform.  Before stable releases, we
try our best to get things to work according on the feedback we get for
developer releases.

The whole point of GUB is that most developers don't need to bother at
all with platforms they don't actually use themselves.

 On the other hand, Darwin is the core components and subset of Mac OS
 X.  Therefore, I thought that it could be used as Max OS X
 substitutes.

 However, lilypond requires Carbon that are not included in Darwin.  It
 is included only Mac OS X.  I found that Darwin could not be used as
 Mac OS X substitutes.

I think it might make sense telling this to the Pango people: if Pango
was able to work without Carbon, that would be an advantage for users of
Free Software.  But I don't know what this means for font support.

Personally, I would be fine with supporting only fonts working with
Darwin, just to get the message to Apple that they should make Darwin an
actually useful option when they want to call it Open Source or
whatever.

 I've found some issues.
 Now, I'm trying to fix them.

If you don't have an actual MacOSX platform, I'd recommend that we just
release 2.19.16 and wait for user feedback from testers who _have_ a
Mac.  There is a price to pay for proprietary platforms, and it makes
more sense to me if that price is paid by those preferring those
platforms than by the developers working on free platforms.

And those users can test a lot more realistically anyway: any changes
you make to your Darwin setup in order to make a problem go away might
either be a MacOSX/Darwin difference, or an actual problem also occuring
on MacOSX.  And that's what MacOSX users are more qualified to report.

-- 
David Kastrup

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond