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

2014-05-26 Thread Federico Bruni
2014-05-26 5:10 GMT+02:00 Javier Ruiz-Alma jav...@ruiz-alma.com: This typeset places grace notes in the prior bar (see attached). How could this be accomplished? LilyPond NR/site is down today :( you can use \afterGrace \afterGrace d1 { b16[ c] } d2.~ d4

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

2014-05-26 Thread Javier Ruiz-Alma
Solved! Thanks to a user that emailed me the pertinent section of LR. \afterGrace d1 { c16[ d] } On Sunday, May 25, 2014 8:10 PM, Javier Ruiz-Alma jav...@ruiz-alma.com wrote: This typeset places grace notes in the prior bar (see attached). How could this be accomplished? LilyPond NR/site

Getting LilyPond code with included files into LyX

2014-05-26 Thread Ben Beeson
Hi all, I decided that I wanted to compile a tune book using LyX. I have collected up several tunes that I want in the tune book and these tunes are all engraved with LilyPond. Now I need to figure out how to get these tunes into a LyX file so I can compile the tune book. I have figured out how

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 variable is

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

2014-05-26 Thread David Kastrup
Javier Ruiz-Alma jav...@ruiz-alma.com 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 | }

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

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 simon.albre...@mail.dewrote: 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

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 david.nales...@gmail.comwrote: countOccurrences = #(define-scheme-function (parser location lst) (list?) (let* ((pitch-list (sort (delete-duplicates lst) ly:pitch?)) (tabulation (make-list (length pitch-list) '( Of

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

2014-05-26 Thread Pierre Perol-Schneider
2014-05-25 21:34 GMT+02:00 Urs Liska u...@openlilylib.org: 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

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: [WAS: Re: handbells] Tabulating notes used in a score

2014-05-26 Thread David Kastrup
David Nalesnik david.nales...@gmail.com writes: On Mon, May 26, 2014 at 7:54 AM, Simon Albrecht simon.albre...@mail.dewrote: 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

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 do a

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: 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

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