Re: lilypond-book 2.11.43 broken

2008-03-26 Thread Graham Percival
On Tue, 25 Mar 2008 23:05:35 -0300
Han-Wen Nienhuys [EMAIL PROTECTED] wrote:

 2008/3/25, Graham Percival [EMAIL PROTECTED]:
  lilypond-book 2.11.43 from OSX GUB is broken for normal usage (ie
   I'm not complaining about the docs here.  :)
 
   I don't quite know enough about python to figure out what you're
   trying to do on line 1633, sorry.
 
 is this py 2.3 or 2.4 ?

2.4.4 -- I installed an updated python from macports for some
other software (although I can't think of what it was right now).

lilypond-book in 2.11.42 worked fine.  For now I just copied the
script from the 2.11.42 GUB and dumped it inside the 2.11.43
package.

Cheers,
- Graham


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


missing comments, bugs

2008-03-26 Thread Lars Grote
Hey,

analogue to the comments
\slurDotted and \tieDotted
there should be a similar comment for dotted phrasingSlurs,
maybe \phrasingSlurDotted

version 2.10.33


the comment \bendAfter doesn't work in chordmode,
e.g. c c'-\bendAfter #-3

version 2.10.33


in the user's guide-pdf there is no hint that the \bendAfter-comment needs a
digit in 
connection with a #, and a - after the note

version 2.10.33


\once \override Glissando #'bound-details #'right #'Y = #+3
ais1\glissando
b8
doesn't work.

The compiler says:
error, unexpected SCM_TOKEN, expecting '='
 \once \override Glissando #'bound-details #'right 
   #'Y = #+3

version 2.10.33


LilyPond is the best notation-programme.
I like it very much.

Yours
Lars from Berlin, Germany



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


Re: missing comments, bugs

2008-03-26 Thread Mats Bengtsson

Please send separate bug reports for separate bugs to reduce the risk
that some are lost along the way.

Lars Grote wrote:

Hey,

analogue to the comments
\slurDotted and \tieDotted
there should be a similar comment for dotted phrasingSlurs,
maybe \phrasingSlurDotted
  

I guess you mean macro or command instead of comment.
Actually, there are thousands of possible (and useful) property settings
and it's impossible to provide a shorthand for every single one.
Rather, a reasonable level of ambition is to explain the art of property
settings well enough so that most users are able to define their own
macro in such situations. If you look in the file ly/property-init.ly,
you will find the definitions of the macros \slurDotted and \tieDotted
and if you just replace Slur with PhrasingSlur, you will end up with
your own macro definition:
phrasingSlurDotted = {
 \override PhrasingSlur  #'dash-period = #0.75
 \override PhrasingSlur #'dash-fraction = #0.1
}


version 2.10.33


the comment \bendAfter doesn't work in chordmode,
e.g. c c'-\bendAfter #-3
  
If you want a chord, use the c c' syntax. c c' means something 
different

(see the manual). However, you seem to be right that neither
c-\bendAfter #+7 c'
nor
c c'-\bendAfter #+7
provides any bend.


version 2.10.33


in the user's guide-pdf there is no hint that the \bendAfter-comment needs a
digit in 
connection with a #, and a - after the note
  

The latest manual for version 2.11 (which is the manual version that's
heavily revised for the moment) shows the full syntax.

version 2.10.33


\once \override Glissando #'bound-details #'right #'Y = #+3
ais1\glissando
b8
doesn't work.
  

This syntax was introduced in version 2.11 and does not work with
2.10. Where did you read about it?
In general, I strongly recommend the manual for version 2.11 also if you
currently use version 2.10, but you have to be aware that there are some
differences between the versions.

   /Mats


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


wrong link

2008-03-26 Thread Wybo Dekker
In Documentation/user/lilypond/ there are many references to a
  .../snippets/...
directory, which should perhaps be 
.../lilypond-snippets/...

(there is no snippets directory)



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


Re: wrong link

2008-03-26 Thread Graham Percival
Thanks, fixed.  This changed recently in our build system, but we
forgot to change the macro file.

Cheers,
- Graham

On Wed, 26 Mar 2008 15:54:38 + (UTC)
Wybo Dekker [EMAIL PROTECTED] wrote:

 In Documentation/user/lilypond/ there are many references to a
   .../snippets/...
 directory, which should perhaps be 
 .../lilypond-snippets/...
 
 (there is no snippets directory)
 
 
 
 ___
 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


stemlets + beamed rests = crash (2.10.33, windows)

2008-03-26 Thread Marcus Macauley
\version 2.10.33
\paper{ ragged-right=##t }
{
% Lilypond (lilypond-windows.exe under Windows XP) crashes 
% unless either one of the next two lines is commented out:
\override Stem #'stemlet-length = #0.5
r8[ r]
r8 r 
r8[ c' r] }
% (The last two lines don't cause any problems.)



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


Re: Lilypond 2.11.42 Does not run on Win XP.

2008-03-26 Thread Valentin Villenave
2008/3/26, Cesar Penagos [EMAIL PROTECTED]:

Hi Cesar,

No need to send this report to *three* mailing-lists... :)

 After download and install lilypond 2.11.43 in my win. xp sp2; I  tried to
 run the Welcome lilypond file and instantly and a error  windows can run
 the .exe file appears in my desk.

Strange... This works here; can you try to download it again, and then
tell us if the problem is still happening?

Cheers,
Valentin


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


Re: LilyPond 2.11.43 crashes

2008-03-26 Thread Valentin Villenave
2008/3/26, Han-Wen Nienhuys [EMAIL PROTECTED]:
 Hmm.. good point.  I'm baking a fix right now.

[O-T]
You mean, with a sponge? :-)
[/O-T]

Valentin


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


Re: Lilypond 2.11.42 Does not run on Win XP.

2008-03-26 Thread Han-Wen Nienhuys
.43 is broken, probably for all platforms. I'll rm the binaries for now.

2008/3/26, Valentin Villenave [EMAIL PROTECTED]:
 2008/3/26, Cesar Penagos [EMAIL PROTECTED]:

  Hi Cesar,

  No need to send this report to *three* mailing-lists... :)


   After download and install lilypond 2.11.43 in my win. xp sp2; I  tried to
   run the Welcome lilypond file and instantly and a error  windows can run
   the .exe file appears in my desk.


 Strange... This works here; can you try to download it again, and then
  tell us if the problem is still happening?

  Cheers,
  Valentin


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



-- 
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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


Re: Lilypond 2.11.42 Does not run on Win XP.

2008-03-26 Thread Valentin Villenave
2008/3/27, Han-Wen Nienhuys [EMAIL PROTECTED]:
 .43 is broken, probably for all platforms. I'll rm the binaries for now.

It works here with linux64. I have installed it on Windows, but not
tested it yet.

Valentin


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