Re: Compile last n bars

2014-05-26 Thread pls
In case my first mail didn’t make it to the list: you can find it under 3.4.2 Skipping corrected music. Unfortunately lilypond.org seems to be down right now. The essentials: Put showLastLength = R1*5 \score { … } into your source file. You could also use \set Score skipTypesetting = ##t ex

Re: Compile last n bars

2014-05-26 Thread pls
Hi David, you can find it in the Notation Reference under 3.4.2 Skipping corrected music. lilypond.org seems to be down. Therefore I copied the text from the documentation: 3.4.2 Skipping corrected music When entering or copying music, usually only the music near the end (where you are addi

Compile last n bars

2014-05-26 Thread David Stephen Grant
Hello list, I'm sure I have read somewhere that it is possible to compile only the last n bars of a Lilypond file, but I cannot seem to find it anywhere! Or is this a feature of some front-end? Any tips or pointers to the relevant documentation are much appreciated. Best, David

RE: Is there a translator from LilyPond to XML?

2014-05-26 Thread Eduardo Silva
> Subject: Re: Is there a translator from LilyPond to XML? > From: imj-muz...@bluewin.ch > Date: Thu, 22 May 2014 11:19:20 +0200 > To: dennis.cla...@gmail.com > CC: lilypond-user@gnu.org; alexisloo...@gmail.com > > Just tried export to MusicXML directly from Photo Score Ultimate: it seems to >

Re: [WAS: Re: handbells] Tabulating notes used in a score

2014-05-26 Thread David Kastrup
David Nalesnik writes: > On Mon, May 26, 2014 at 7:54 AM, Simon Albrecht wrote: > >> >> The version statement should be \version "2.19", since the music contains >> standalone durations like @code{ ees4~ 16 }, which can’t be handled by 2.18. >> >> > True, didn't notice that. Also interesting is

Re: [WAS: Re: handbells] Tabulating notes used in a score

2014-05-26 Thread Pierre Perol-Schneider
Very nice exercise. Well done and thanks David. Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: [SPAM] Re: LilyJAZZ in v2.18

2014-05-26 Thread Pierre Perol-Schneider
2014-05-25 21:34 GMT+02:00 Urs Liska : > What exactly do you mean? > Dear Urs, When I started to make scores with LilyJAZZ few days ago it was, of course, with instruments I'm familiar with (guitar, bass, trumpet). And that helped me to find some enhancement. Now the purpose of this thread was t

Re: [WAS: Re: handbells] Tabulating notes used in a score

2014-05-26 Thread David Nalesnik
On Mon, May 26, 2014 at 8:33 AM, David Nalesnik wrote: > countOccurrences = > > #(define-scheme-function > > (parser location lst) > > (list?) > > (let* ((pitch-list (sort (delete-duplicates lst) ly:pitch > (tabulation (make-list (length pitch-list) '( > Of course, tabulation

Re: [WAS: Re: handbells] Tabulating notes used in a score

2014-05-26 Thread David Nalesnik
Simon, On Mon, May 26, 2014 at 7:54 AM, Simon Albrecht wrote: > > The version statement should be \version "2.19", since the music contains > standalone durations like @code{ ees4~ 16 }, which can’t be handled by 2.18. > > True, didn't notice that. Also interesting is that omitting the pitchname

Re: [WAS: Re: handbells] Tabulating notes used in a score

2014-05-26 Thread Simon Albrecht
Am 26.05.2014 03:47, schrieb David Nalesnik: Hi all, FWIW, here's something which tabulates the notes used in an excerpt and presents them in ascending order. I think this might be useful in handbell music (which the example assuredly is not). Any suggestions for improving this are welcome

Re: Grace notes placed at the end of the prior bar

2014-05-26 Thread David Kastrup
Javier Ruiz-Alma writes: > This typeset places grace notes in the prior bar (see attached). > How could this be accomplished? \new StaffGroup << \new Staff \relative { c''1 | \grace { \bar "" d16( e) \bar "|" } f1 | } \new Staff \relative { g1~ | g1 | } >> -- David

Re: Setting "accent notes" in a drum staff

2014-05-26 Thread Markus Brueckner
Hi, Am 25.05.2014 23:59, schrieb Jim Long: > (this is older 2.16-ish syntax, but should still work with 2.18. > Adjust some of these values to suit your taste.) > [example] > I hope that gives you some ideas. I'm attaching a lame example that I had > sitting around already. The "rhythms" variab

Re: Grace notes placed at the end of the prior bar

2014-05-26 Thread Urs Liska
Am 26.05.2014 05:10, schrieb Javier Ruiz-Alma: This typeset places grace notes in the prior bar (see attached). How could this be accomplished? LilyPond NR/site is down today :( Thanks! Someone said that this is also conceptually an \afterGrace, but I still think it would be nice to have an o