Re: nobody has ready Learning 3.1 ??? (was: how does beforebreak work?)

2011-05-06 Thread Francisco Vila
2011/5/6 Graham Percival gra...@percival-music.ca: On 4/10/11, Graham Percival gra...@percival-music.ca wrote: We have a problem.  The only full-time doc writer/editor isn't certain how breakbefore works, and I'm not certain that he completely understands the \book{} and \bookparts{} input

Re: MIDI skips note if another voice struck it previously

2011-05-06 Thread Janek Warchoł
Hi, this should've been sent to the bug-lilyp...@gnu.org. I think it got overlooked - i'm forwarding it right now. cheers, Janek -- Forwarded message -- From: Javier Ruiz-Alma jav...@ruiz-alma.com Date: 2011/4/17 Subject: MIDI skips note if another voice struck it previously To:

Re: nobody has ready Learning 3.1 ??? (was: how does beforebreak work?)

2011-05-06 Thread Reinhold Kainhofer
Am Freitag, 6. Mai 2011, 01:16:33 schrieb Graham Percival: On 4/10/11, Graham Percival gra...@percival-music.ca wrote: We have a problem. The only full-time doc writer/editor isn't certain how breakbefore works, and I'm not certain that he completely understands the \book{} and

Re: tuplet brackets force print

2011-05-06 Thread Peter O'Doherty
On 05/03/2011 03:14 PM, Colin Campbell wrote: On 11-05-03 02:26 AM, Peter O'Doherty wrote: On 05/03/2011 07:46 AM, Nick Payne wrote: On 03/05/11 15:13, Peter O'Doherty wrote: re. my previous post concerning tuplet brackets not bing printed. Apparently this is a known bug for which a patch

RE: nobody has ready Learning 3.1 ??? (was: how does beforebreak work?)

2011-05-06 Thread James Lowe
Hello, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Reinhold Kainhofer )Sent: 06 May 2011 11:32 )To: lilypond-user@gnu.org )Subject: Re: nobody has ready Learning 3.1 ???

musicxml2ly - very little bug(s)

2011-05-06 Thread Werner
Hello, musicxml2ly always brings in the paper-block „botton-margin“ instead of „bottom-margin“. Could somebody fix that? Also I would prefere a line break to get „ \clef treble \key as \major \time 3/4 es4 \bar | “ instead of „ \clef treble \key as \major \time 3/4 es4 \bar | “ as first lines

Re: musicxml2ly - very little bug(s)

2011-05-06 Thread m...@apollinemike.com
On May 6, 2011, at 7:57 AM, Werner wrote: Hello, musicxml2ly always brings in the paper-block „botton-margin“ instead of „bottom-margin“. Could somebody fix that? Fixed in the most recent development version. Also I would prefere a line break to get „ \clef treble \key as \major

Re: Comparing durations in Scheme

2011-05-06 Thread Christopher R. Maden
On 05/06/2011 01:42 AM, David Kastrup wrote: The guile manual? eq? compares for identity, not equality of objects. Composite objects constructed independently are not identical. Ugh... that’s what I was afraid of. Seems a bit of an oversight to me, then, that there is ly:duration? but not

Duration comparison and swinging MIDI output

2011-05-06 Thread Christopher R. Maden
The attached file is good enough for me. It includes (duration-equals?) which may be of general interest. It also includes the \sw function, which, given a sequence, returns two tagged sequences: \sw { \relative c' { a'4 a8 b a fs e d | } } becomes { \tag #'layout {

window 7 -64 bit

2011-05-06 Thread MING TSANG
Question: Does Lilypond run on window 7 64-bits hardware? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Comparing durations in Scheme

2011-05-06 Thread Gilles THIBAULT
Seems a bit of an oversight to me, then, that there is ly:duration? but not ly:duration=? I’ll write my own... well, i know i come too late, but somethig like that should work #(define (ly:duration=? dur1 dur2) (not (or (ly:duration? dur1 dur2) (ly:duration? dur2 dur1

Re: nobody has ready Learning 3.1 ??? (was: how does beforebreak work?)

2011-05-06 Thread Paul Scott
On 05/06/2011 04:15 AM, James Lowe wrote: Hello, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Reinhold Kainhofer )Sent: 06 May 2011 11:32 )To: lilypond-user@gnu.org

footnotes?

2011-05-06 Thread padovani
Are the footnotes working on the last development version? Are there examples on how to use them? -- http://zepadovani.info ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Comparing durations in Scheme

2011-05-06 Thread David Kastrup
Christopher R. Maden cr...@maden.org writes: On 05/06/2011 01:42 AM, David Kastrup wrote: The guile manual? eq? compares for identity, not equality of objects. Composite objects constructed independently are not identical. Ugh... that’s what I was afraid of. Seems a bit of an oversight to

Re: footnotes?

2011-05-06 Thread m...@apollinemike.com
On May 6, 2011, at 12:20 PM, padovani wrote: Are the footnotes working on the last development version? Are there examples on how to use them? Yup. If you check out the page http://lilypond.org/doc/v2.13/input/regression/collated-files.html and do a search for footnote, you'll see some

Re: window 7 -64 bit

2011-05-06 Thread Marc Hohl
Am 06.05.2011 20:10, schrieb MING TSANG: Question: Does Lilypond run on window 7 64-bits hardware? I installed it succesfully on my win 7 laptop (but I don't use windows very often ;-) HTH, Marc ___ lilypond-user mailing list

Re: Comparing durations in Scheme

2011-05-06 Thread Gilles THIBAULT
I am not sure what information is stored inside of durations, but it is possible that equal? will do the trick (it does a recursive compare). #(display (equal? (ly:make-duration 1 2 0 0)(ly:make-duration 2 4 0 0))) return #f ( the duration of an half note vs 2 quarter notes) [ Same thing

Re: nobody has ready Learning 3.1 ??? (was: how does beforebreak work?)

2011-05-06 Thread -Eluze
Paul Scott-4 wrote: FWIW breakbefore = ##t when used in a \header block in a \score block causes that score to start on a new page. afaics this is the only location to use it - in other contexts it has no effect, neither in a \bookpart nor in a \book - so it is obsolete; and you can not

Re: nobody has ready Learning 3.1 ??? (was: how does beforebreak work?)

2011-05-06 Thread Graham Percival
On Fri, May 06, 2011 at 09:12:17AM +0200, Francisco Vila wrote: I don't know what breakbefore is. I have used book and bookparts many times wth success. May I be of any help? Yes, definitely. James' original investigation had something like 4 examples, 3 of which were simply incorrect

Re: window 7 -64 bit

2011-05-06 Thread MING TSANG
Thank you. I am contemplating upgrade to window 7 64-bit computer. From: Marc Hohl m...@hohlart.de To: MING TSANG tsan...@rogers.com Cc: lilypond-user@gnu.org; lilypond-user-requ...@gnu.org Sent: Fri, May 6, 2011 4:19:39 PM Subject: Re: window 7 -64 bit Am

nobody has ready Learning 3.1 ??? (was: how does beforebreak work?)

2011-05-06 Thread Bill Mooney
Dear Graham et al, After searching the inter-web thingie with Google I found a piece on the CPDL site which, although old, showed the use of 'breakbefore', in a setting authored by Anders Stenberg of some pieces by Purcell. Here is my take on the use of breakbefore using info from his .ly file

header anomalies LP2.13.60

2011-05-06 Thread Bill Mooney
Greetings! Can someone please explain what is happening with the header block in this code? +++ \version 2.13.60 \header { title = \markup \center-column { \huge XXX X -X- } subtitle =\markup \center-column { -N- } subsubtitle = \markup