Forcing Litlypond-book

2014-11-17 Thread Jayaratna
Dear members, I have a group of .ly files that I need to update because o some changes I have made on a layout file which is included in some files of my document (not all of them). Executing lilypond-book gives no updating, because the files themselves have not been changed. Is there a way to

Re: Forcing Litlypond-book

2014-11-17 Thread Jacques Menu
Hello A, touch filename will change the modification date (part of so-called metadata) and lilypond-book will handle it alright. Otherwise, tools such as make and make can handle dependencies as you need. JM Le 17 nov. 2014 à 09:17:37, Jayaratna jayara...@gmail.com a écrit : Dear

Re: Forcing Litlypond-book

2014-11-17 Thread Jacques Menu
Sorry : make and cmake… Le 17 nov. 2014 à 10:47:39, Jacques Menu imj-muz...@bluewin.ch a écrit : Hello A, touch filename will change the modification date (part of so-called metadata) and lilypond-book will handle it alright. Otherwise, tools such as make and make can handle

Re: would 'gn' for G-natural be useful in \language english ?

2014-11-17 Thread Ralph Palmer
On Sun, Nov 16, 2014 at 11:31 PM, Keith OHara k-ohara5...@oco.net wrote: Dear list, In English, pronouncing the 'natural' in 'C-natural' is required if the note is out-of-key. LilyPond does not consider the key when reading note-input, but could easily accept 'cn' as a name for the pitch

Replace slur events with skip

2014-11-17 Thread Jay Vara
I tried to change the tiedNoteToSkip procedure to also skip slurs. For some reason, it does not seem to work the same way. It skips the first note in a 3 note slur, but not the second. Here is the script: \version 2.19.15 #(define (name-of music) (ly:music-property music 'name)) tiedNoteToSkip

Re: Forcing Litlypond-book

2014-11-17 Thread Jayaratna
Thank you, Jacques, touch is enough for my needs at present. Andrea -- View this message in context: http://lilypond.1069038.n5.nabble.com/Forcing-Lilypond-book-tp168763p168768.html Sent from the User mailing list archive at Nabble.com. ___

Re: Replace slur events with skip

2014-11-17 Thread David Nalesnik
Hi Jay, On Mon, Nov 17, 2014 at 6:37 AM, Jay Vara j...@diljun.com wrote: I tried to change the tiedNoteToSkip procedure to also skip slurs. For some reason, it does not seem to work the same way. It skips the first note in a 3 note slur, but not the second. No time to look at this in depth,

Re: Replace slur events with skip

2014-11-17 Thread David Nalesnik
On Mon, Nov 17, 2014 at 7:06 AM, David Nalesnik david.nales...@gmail.com wrote: Hi Jay, On Mon, Nov 17, 2014 at 6:37 AM, Jay Vara j...@diljun.com wrote: I tried to change the tiedNoteToSkip procedure to also skip slurs. For some reason, it does not seem to work the same way. It skips the

Re: Replace slur events with skip

2014-11-17 Thread David Nalesnik
On Mon, Nov 17, 2014 at 7:35 AM, David Nalesnik david.nales...@gmail.com wrote: Ties are from note-to-note, and apparently there was thought to be no need of both initiating and terminating events. It does make sense--didn't mean to suggest otherwise! DN

Re: Why does removing Bar_engraver also removes clef?

2014-11-17 Thread Gez
On 14/11/2014 17:14, Marc Hohl wrote: Am 13.11.2014 um 23:29 schrieb Gez: I'd be really grateful if someone can also point me to where the documentation explains why removing the the Bar_engraver also removes the Clefs. I don't think that this is documented in the docs, but in the sources:

Re: would 'gn' for G-natural be useful in \language english ?

2014-11-17 Thread Shane Brandes
American here, the cn is a waste of effort and more liable to muddle things up. regards, Shane On Mon, Nov 17, 2014 at 7:36 AM, Ralph Palmer palmer.r.vio...@gmail.com wrote: On Sun, Nov 16, 2014 at 11:31 PM, Keith OHara k-ohara5...@oco.net wrote: Dear list, In English, pronouncing the

Re: Beaming on the quarter note

2014-11-17 Thread Guy Stalnaker
Peter, This was an excellent suggestion. I now have a BeamingOverrides variable in my standard header which I insert in the \score [here] of my LY file. Works like magic. As I almost always write choral music where delineating visually beats is an aid in singing (one's average Chancel

bracket for semitone

2014-11-17 Thread Stefan Thomas
Dear community, I would like to draw a bracket for a semitone, like You can see it at http://www.musiklehre.at/Bilder/b0048.gif How can this be done in lilypond? ___ lilypond-user mailing list lilypond-user@gnu.org

Re: bracket for semitone

2014-11-17 Thread Thomas Morley
2014-11-17 21:34 GMT+01:00 Stefan Thomas kontrapunktste...@gmail.com: Dear community, I would like to draw a bracket for a semitone, like You can see it at http://www.musiklehre.at/Bilder/b0048.gif How can this be done in lilypond? Hi, maybe you can adept this older code: \version 2.16.2

Re: bracket for semitone

2014-11-17 Thread Noeck
Hi, Am 17.11.2014 um 22:07 schrieb Thomas Morley: 2014-11-17 21:34 GMT+01:00 Stefan Thomas kontrapunktste...@gmail.com: Dear community, I would like to draw a bracket for a semitone, like You can see it at http://www.musiklehre.at/Bilder/b0048.gif How can this be done in lilypond? Hi,

Re: Lyrics Chords sheet

2014-11-17 Thread Peter Crighton
2014-11-17 0:29 GMT+01:00 pe...@chubb.wattle.id.au: Peter == Peter Crighton petecrigh...@gmail.com writes: Peter Hello all, I’m in the process of creating sheets that only Peter contain lyrics and correctly aligned chords. (This belongs to Peter other sheets with music in them, otherwise

Re: Lyrics Chords sheet

2014-11-17 Thread Thomas Morley
2014-11-17 23:27 GMT+01:00 Peter Crighton petecrigh...@gmail.com: 2014-11-17 0:29 GMT+01:00 pe...@chubb.wattle.id.au: Peter == Peter Crighton petecrigh...@gmail.com writes: Peter Hello all, I’m in the process of creating sheets that only Peter contain lyrics and correctly aligned chords.

Nalesnik's Roman number analysis code

2014-11-17 Thread ivan . k . kuznetsov
Mr. Nalesnik: thank you for making public your scheme code for writing Roman Numeral/figured bass analysis: http://comments.gmane.org/gmane.comp.gnu.lilypond.general/70354 This code has been invaluable to me for writing examples for a music theory course. I have one small issue, and that

Re: Nalesnik's Roman number analysis code

2014-11-17 Thread David Nalesnik
Hi Ivan, On Mon, Nov 17, 2014 at 5:38 PM, ivan.k.kuznet...@gmail.com wrote: Mr. Nalesnik: thank you for making public your scheme code for writing Roman Numeral/figured bass analysis: http://comments.gmane.org/gmane.comp.gnu.lilypond.general/70354 This code has been invaluable to me

Re: Nalesnik's Roman number analysis code

2014-11-17 Thread Ivan Kuznetsov
Thank you; I appreciate that. On Mon, Nov 17, 2014 at 6:04 PM, David Nalesnik david.nales...@gmail.com wrote: Yes--I'm pretty sure I got it to work with larger columns. I'll have to search around for that version of the file. I'll get back to you when I do.