Re: Documentation update

2020-05-01 Thread James
Ross On 01/05/2020 20:32, Ross Mohn wrote: LilyPond Usage Manual v2.20.0 Section 4.4.2 OpenOffice and LibreOffice , please update the link when clicking on OOoLilyPond from the old http://ooolilypond.sourceforge.net/

Documentation update

2020-05-01 Thread Ross Mohn
LilyPond Usage Manual v2.20.0 Section 4.4.2 OpenOffice and LibreOffice , please update the link when clicking on OOoLilyPond from the old http://ooolilypond.sourceforge.net/ to the new https://github.com/openlilylib/L

Re: small documentation update

2006-06-13 Thread Graham Percival
Please test a suggestion before sending it. The below code does not produce a line break at the first line break, which is what the info in the documentation warns about. { \set Score.allowBeamBreak = ##t c4 c2 c2 \break % this does nothing c2 c4 | % a break here would work c4 c2

Re: small documentation update

2006-06-13 Thread Mats Bengtsson
No, allowBeamBreak does exactly what it says, namely allows line breaks in the middle of a beam. Example: \relative c'{c2. c8 [ c \break c c ] c2. } it has nothing to do with breaking lines in the middle of the duration of a note. Why not try a small test case before you send these "corrections"?

small documentation update

2006-06-12 Thread David Whipple
http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Line-breaking.html#Line-breaking This page lists a bug stating: Line breaks can only occur if there is a “proper” bar line. A note which is hanging over a bar line is not proper, such as c4 c2 c2 \break % this does nothing

\partcombine bug (or maybe documentation update)

2004-04-08 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > The score below causes a crash for me. The error message is below the > score. The Lilypond version is 2.2.0 on Mac OS X. Thanks for your report. I've fixed this in 2.3 CVS. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen __

\partcombine bug (or maybe documentation update)

2004-04-08 Thread David Brandon
The score below causes a crash for me. The error message is below the score. The Lilypond version is 2.2.0 on Mac OS X. The error goes away if either: \notes { c'8\> c'\! r2. } is changed to \notes { c'1 } or, if \notes { R1 * 2 } is changed to \notes { R1 } It may be that in \part