Re: Lilypond not working anymore

2010-03-21 Thread Bertalan Fodor
 
What happens if you type lilypond at the command prompt?


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


strange tuplets and brackets...

2010-03-21 Thread Arno Waschk

Dear list,

the following ...


\version 2.13.13
\relative c''{\times 4/5{r16 c4~}\times 4/5{c4 r16}}

gives here (ubuntu)

a tuplet without bracket in the first half, but a tuplet with bracket in  
the second half.


Is that a bug or a feature?

Yours, Arno


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


Re: strange tuplets and brackets...

2010-03-21 Thread Francisco Vila
2010/3/21 Arno Waschk hamama...@gmx.de:
 Dear list,

 the following ...


 \version 2.13.13
 \relative c''{\times 4/5{r16 c4~}\times 4/5{c4 r16}}

 gives here (ubuntu)

 a tuplet without bracket in the first half, but a tuplet with bracket in the
 second half.

I see brackets on both halves, the first is very short.

This makes it more visible:

\version 2.13.13

\new Staff \relative c''{\times 4/5{r16 c4~}\times 4/5{c4 r16}}
\new Staff { b64  b b b b b b b b b b b b b b b b }


-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com


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


Re: Issue 678 in lilypond: Enhancement: Add option to make moll chords small

2010-03-21 Thread lilypond


Comment #4 on issue 678 by fiee.visuelle: Enhancement: Add option to make  
moll chords small

http://code.google.com/p/lilypond/issues/detail?id=678

Here's a patch, originally provided by Thomas Morgan in 2009-09.
It was meant as a temporary one-feature solution, since Thomas is/was  
working on a more general approach.
I could successfully patch a binary installation of 2.13.16 (like several  
olders) on OSX 10.5 and guess it would

work on every OS.

Attachments:
0001-lowercase-minor-chord-names-patch.patch  6.9 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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


Re: abc2ly produces bad output

2010-03-21 Thread Laura Conrad
 Reinhold == Reinhold Kainhofer reinh...@kainhofer.com writes:

 When these problems are fixed, the beaming is wrong (it needs
 a \partial 8 at the start).

Reinhold Yes, \partial is not yet supported by abc2ly...

I work around that by adding %%LY voices \partial 8 before the ABC
notes.

-- 
Laura   (mailto:lcon...@laymusic.org)
(617) 661-8097  233 Broadway, Cambridge, MA 02139   
http://www.laymusic.org/ http://www.serpentpublications.org

I had to breathe more frequently (but take smaller breaths), but also
to use all the air I had in reserve, and not mistake the lack of
oxygen for the need to breathe.

Eric Haas (on learning Baroque flute after playing oboe)


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


Re: strange tuplets and brackets...

2010-03-21 Thread Arno Waschk

Dear Francisco and list,



Aha, thanks!

But is there really a difference - from user point of view - between no  
bracket and an pretty much invisible one?
And is there a way to force the pretty much invisible bracket to be  
visible without actual change to the score content - in opposite to what  
was thankfully proposed below?


Thanks, Arno

On Sun, 21 Mar 2010 13:45:56 +0100, Francisco Vila paconet@gmail.com  
wrote:



2010/3/21 Arno Waschk hamama...@gmx.de:

Dear list,

the following ...


\version 2.13.13
\relative c''{\times 4/5{r16 c4~}\times 4/5{c4 r16}}

gives here (ubuntu)

a tuplet without bracket in the first half, but a tuplet with bracket  
in the

second half.


I see brackets on both halves, the first is very short.

This makes it more visible:

\version 2.13.13

\new Staff \relative c''{\times 4/5{r16 c4~}\times 4/5{c4 r16}}
\new Staff { b64  b b b b b b b b b b b b b b b b }







--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/


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


Re: strange tuplets and brackets...

2010-03-21 Thread Trevor Daniels


Arno Waschk wrote Sunday, March 21, 2010 2:59 PM


But is there really a difference - from user point of view - 
between no  bracket and an pretty much invisible one?
And is there a way to force the pretty much invisible bracket to 
be  visible without actual change to the score content - in 
opposite to what  was thankfully proposed below?


Yes.

\override TupletBracket #'springs-and-rods = 
#ly:spanner::set-spacing-rods

\override TupletBracket #'minimum-length = #'5

See Notation Reference 5.4.6 Spanners for the full story.

Trevor




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


download problems.....

2010-03-21 Thread jacques Goldman
Hello,

I try to download the LilyPond application from the download page.
but after clicking on download button I 
remain stucked on the download page.
 It doesn't work either in the english or french version.
I run Mac OS X Snow Leopard.
Looking forward to have a solution.

Thanks,

Jacques Goldman



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


Re: strange tuplets and brackets...

2010-03-21 Thread Arno Waschk

Trevor, thanks for the help.

But should not lilypond define a default minimum-length that makes it at  
least visible. Or if it does (what i would assume), why does it not work?


Thanks again, Arno

On Sun, 21 Mar 2010 16:07:16 +0100, Trevor Daniels t.dani...@treda.co.uk  
wrote:




Arno Waschk wrote Sunday, March 21, 2010 2:59 PM


But is there really a difference - from user point of view - between  
no  bracket and an pretty much invisible one?
And is there a way to force the pretty much invisible bracket to be   
visible without actual change to the score content - in opposite to  
what  was thankfully proposed below?


Yes.

\override TupletBracket #'springs-and-rods =  
#ly:spanner::set-spacing-rods

\override TupletBracket #'minimum-length = #'5

See Notation Reference 5.4.6 Spanners for the full story.

Trevor




--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/


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


Re: strange tuplets and brackets...

2010-03-21 Thread Trevor Daniels


Arno Waschk wrote Sunday, March 21, 2010 3:59 PM

But should not lilypond define a default minimum-length that makes 
it at  least visible. Or if it does (what i would assume), why 
does it not work?


Well, the bracket is small but perfectly visible in
2.13.14 (the version I happened to use to check).  I
think it would be difficult to find a default that
would suit every musical situation and personal
preference.  It's easy for you to set this as a
generally applied override for your scores if you
wish by simply including a file containing your
preferences.

Perhaps others could comment on the desirability of
changing the default.  #'springs-and-rods would
also have to be set to #ly:spanner::set-spacing-rods.
I don't know what the implications of this might be.

Trevor




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


Re: download problems.....

2010-03-21 Thread Francisco Vila
2010/3/21 jacques Goldman jacques.chrysan...@gmail.com:
 Hello,

 I try to download the LilyPond application from the download page.
 but after clicking on download button I
 remain stucked on the download page.
  It doesn't work either in the english or french version.
 I run Mac OS X Snow Leopard.
 Looking forward to have a solution.

I think linuxaudio.org which hosts the files is down since a couple of days now.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com


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


Re: Clipped images in 2.13.16 documentation

2010-03-21 Thread Graham Percival
Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=1043

Cheers,
- Graham

On Sat, Mar 20, 2010 at 3:54 PM, Carl Sorensen c_soren...@byu.edu wrote:
 The music images in NR 1.1.3 Automatic accidentals are all clipped too tight
 on the bottom; the beams on the first notes in the bottom staff are cut off.

 Carl



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



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


Issue 1043 in lilypond: beams no longer count towards boundary boxes

2010-03-21 Thread lilypond

Status: Accepted
Owner: 
Labels: Type-Defect Priority-High

New issue 1043 by percival.music.ca: beams no longer count towards boundary  
boxes

http://code.google.com/p/lilypond/issues/detail?id=1043

music images in the HTML boxes for NR 1.1.3 Automatic accidentals have a
beam being clipped off at the bottom.
(in 2.13.16)

The example in the docs changed since 2.12.3, so I'm not certain if this is
a regression or not.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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


Re: Lyrics break estimation of vertical spacing

2010-03-21 Thread Boris Shingarov
On Fri, 19 Mar 2010 17:15:08 -0400, Boris Shingarov  wrote:
  
   As to the call to get_skylines(), now I am really confused.  All this
   (get_property(springs-and-rods) resulting in
   Spacing_spanner::set_springs() and all the other things down the road
   being called), happens much earlier than thewhole page layout stage --
   I guess the Y-extent property is stored inside the grob at this earlier
   stage?

 Ok, now I understand what's going on here: the get_skylines() does get
 called much earlier in the game, but it also is called during
 Constrained_breaking::fill_line_details(), the Y-extent function of the
 system is the one from Axis_group_interface; that iterates over all
 spanners calculating their pure_height(), that goes through another
 layer of Axis_group_interface, and that one finaly reaches the
 Align_interface.
  
 What this tree of grobs looks like, and what is each grob, I am not
 sure how to tell.
  



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