Re: Music function that attaches text to a music argument

2010-05-05 Thread Nathan Reed
On Mon, May 3, 2010 at 11:11 PM, Marc Hohl m...@hohlart.de wrote: Hi Nathan, have you read http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Adding-articulation-to-notes-_0028example_0029#Adding-articulation-to-notes-_0028example_0029 ? Thanks Marc; that looks like exactly the

Re: Accidental not properly notated in score

2010-05-05 Thread Reinhold Kainhofer
Am Dienstag, 4. Mai 2010, um 17:46:21 schrieb Patrick Karl: Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: \version 2.12.2 \relative g'' { \partial 4 r4 r2. dis4 e2. \repeat volta 2 { \partial 4 c8

Re: Accidental not properly notated in score

2010-05-05 Thread Francisco Vila
2010/5/4 Patrick Karl pck...@mac.com: Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: \version 2.12.2 \relative g'' {        \partial 4 r4        r2. dis4        e2.        \repeat volta 2 {                \partial 4 c8 dis                

Re: Accidental not properly notated in score

2010-05-05 Thread Jay Anderson
On Tue, May 4, 2010 at 8:46 AM, Patrick Karl pck...@mac.com wrote: Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: I can't tell you why it's not showing, but I can tell you that you don't need the partial inside the repeat. Taking that out happens to

Re: One score per track of a midi file?

2010-05-05 Thread Bill Moorier
On Tue, May 4, 2010 at 9:57 AM, Martin Tarenskeen m.tarensk...@zonnet.nl wrote: On Tue, 4 May 2010, Bill Moorier wrote: Hello, I need to generate one pdf file for each track of an input midi file. Is this already possible using midi2ly and lilypond?  I couldn't find an option to do it.  

Re: Accidental not properly notated in score

2010-05-05 Thread Peter Chubb
Patrick == Patrick Karl pck...@mac.com writes: Patrick Can anyone explain why the 2nd d-sharp is not notated in the Patrick music in the following snippet: Patrick \version 2.12.2 Patrick \relative g'' { \partial 4 r4 r2. dis4 e2. Patrick\repeat volta 2 { \partial 4 c8 dis e2. } } The

Re: Accidental not properly notated in score

2010-05-05 Thread Jay Anderson
On Tue, May 4, 2010 at 6:54 PM, Patrick Karl pck...@mac.com wrote: On May 4, 2010, at 7:46 PM, Jay Anderson wrote: On Tue, May 4, 2010 at 8:46 AM, Patrick Karl pck...@mac.com wrote: Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: I can't tell

Re: Accidental not properly notated in score

2010-05-05 Thread Mark Polesky
Patrick Karl wrote: Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: [...] I understand that I could get it notated properly by writing it as dis!, but that would require that I notice the need. Remove the \partial 4 that you have inside the

Re: Accidental not properly notated in score

2010-05-05 Thread Nick Payne
On 05/05/10 01:46, Patrick Karl wrote: \version 2.12.2 \relative g'' { \partial 4 r4 r2. dis4 e2. \repeat volta 2 { \partial 4 c8 dis e2. } } I don't know why it doesn't, but your second measure is incomplete (as is the fourth). Add s4 after e2. to make it

Re: Accidental not properly notated in score

2010-05-05 Thread James Bailey
On 04.05.2010, at 17:46, Patrick Karl wrote: Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: \version 2.12.2 \relative g'' { \partial 4 r4 r2. dis4 e2. \repeat volta 2 { \partial 4 c8 dis

Re: Accidental not properly notated in score

2010-05-05 Thread Xavier Scheuer
2010/5/4 Patrick Karl pck...@mac.com: Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: \version 2.12.2 \relative g'' {        \partial 4 r4        r2. dis4        e2.        \repeat volta 2 {                \partial 4 c8 dis                

skip midi notes

2010-05-05 Thread northofscotland
I am trying to set a mediaeval piece in a free, unbarred manner. I have had to resort to entering skips ie 's' spacers to get the formatting to work. However these seem to be interpreted as rests in the midi output. Is there a way to tell the midi to ignore these? Thanks for any help --

Re: skip midi notes

2010-05-05 Thread northofscotland
Hi Maybe a bit premature in posting my request, just figured out that changing (and hiding) the time signatures can do away with the skips and so the midi performs as required northofscotland wrote: I am trying to set a mediaeval piece in a free, unbarred manner. I have had to resort to

Re: One score per track of a midi file?

2010-05-05 Thread Mats Bengtsson
Martin Tarenskeen wrote: On Tue, 4 May 2010, Bill Moorier wrote: Hello, I need to generate one pdf file for each track of an input midi file. Is this already possible using midi2ly and lilypond? I couldn't find an option to do it. Or do I need to start by writing a preprocessor that

Re: Accidental not properly notated in score

2010-05-05 Thread Mats Bengtsson
Just remove the \partial 4 within the repeat, which is not needed but disturbs LilyPond's book keeping of how to typeset accidentals. /Mats Patrick Karl wrote: Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: \version 2.12.2 \relative g'' {

Re: Accidental not properly notated in score

2010-05-05 Thread Kieren MacMillan
Hi Patrick, Can anyone explain why the 2nd d-sharp is not notated in the music in the following snippet: Clearly, the volta does not reset the accidental rule(s). I don't know what the standard is -- can anyone report if Ross or Stone say anything about this situation? I understand that I

Hacking Lyqi to use quater-tones

2010-05-05 Thread Bernardo Barros
1. Is there an easy way to hack Lyqi to i and e increase and lower a quarter tone instead of half step? I'm looking at the file lyqi-mode.el to figure out if it is easy of not. 2. Impossible to use MIDI in OSX? Thanks, Bernardo ___ lilypond-user

Re: One score per track of a midi file?

2010-05-05 Thread Bill Moorier
On Wed, May 5, 2010 at 12:17 AM, Mats Bengtsson mats.bengts...@ee.kth.se wrote: Martin Tarenskeen wrote: On Tue, 4 May 2010, Bill Moorier wrote: Hello, I need to generate one pdf file for each track of an input midi file. Is this already possible using midi2ly and lilypond?  I couldn't

Re: skip midi notes

2010-05-05 Thread Phil Holmes
I'd suggest it would probably work better if you were able to make the spacing work without spacer rests. Do you have an example of what you're trying to implement and where you are with LilyPond? -- Phil Holmes - Original Message - From: northofscotland strath100-...@yahoo.co.uk

Re: One score per track of a midi file?

2010-05-05 Thread Graham Percival
On Wed, May 5, 2010 at 2:20 AM, Bill Moorier doctorb...@gmail.com wrote: Is there a list of known defects of midi2ly somewhere?  If any of it is low-hanging stuff, I might be able to contribute some time to make it better. Not really; it's been basically unsupported for 5 years or so; nobody's