request for advice, MIDI file organization

2011-05-11 Thread Keith OHara
Dear list, LilyPond produces MIDI output that is very useful for checking accuracy of the .ly file. (A) We need a mechanism to put several Voices on one MIDI channel, because scores often have more than 16 voices, but a MIDI port has only 16 channels (and I don't know anybody with a multi-por

MIDI file organization, request advice

2011-05-11 Thread Keith OHara
Dear list, LilyPond produces MIDI output that is very useful for checking accuracy of the .ly file. (A) We need a mechanism to put several Voices on one MIDI channel, because scores often have more than 16 voices, but a MIDI port has only 16 channels (and I don't know anybody with a multi-port

Re: with 2.13.61, file on wikipedia no longer compiles

2011-05-11 Thread Marc Mouries
On May 11, 2011, at 10:51 PM, Nick Payne wrote: > On 12/05/11 12:46, Marc Mouries wrote: >> On 5/11/2011 10:26 PM, Nick Payne wrote: >>> I did a copy and paste of the ly source from that web page, saved it as >>> UTF-8, and it builds without any errors at all. Lilypond 2.13.61 running on >>> Ub

Re: with 2.13.61, file on wikipedia no longer compiles

2011-05-11 Thread Peter Chubb
> "Marc" == Marc Mouries writes: Marc> On 5/11/2011 10:26 PM, Nick Payne wrote: >> I did a copy and paste of the ly source from that web page, saved >> it as UTF-8, and it builds without any errors at all. Lilypond >> 2.13.61 running on Ubuntu amd64. >> >> Nick Marc> thanks for checking out.

Re: with 2.13.61, file on wikipedia no longer compiles

2011-05-11 Thread Nick Payne
On 12/05/11 12:46, Marc Mouries wrote: On 5/11/2011 10:26 PM, Nick Payne wrote: I did a copy and paste of the ly source from that web page, saved it as UTF-8, and it builds without any errors at all. Lilypond 2.13.61 running on Ubuntu amd64. Nick thanks for checking out. I converted the file

Re: with 2.13.61, file on wikipedia no longer compiles

2011-05-11 Thread Marc Mouries
On 5/11/2011 10:26 PM, Nick Payne wrote: I did a copy and paste of the ly source from that web page, saved it as UTF-8, and it builds without any errors at all. Lilypond 2.13.61 running on Ubuntu amd64. Nick thanks for checking out. I converted the file to UTF-8 and now the pdf gets generated

Re: with 2.13.61, file on wikipedia no longer compiles

2011-05-11 Thread Nick Payne
On 12/05/11 12:04, Marc Mouries wrote: I tried to compile the lilypond file in for the song "Au clair de la Lune" in Wikipedia http://en.wikipedia.org/wiki/File:Ly_au_clair_de_la_lune_accords_melodie_paroles.png It used to compile with 2.11, 2.12. The log files contains 100's lines like th

with 2.13.61, file on wikipedia no longer compiles

2011-05-11 Thread Marc Mouries
I tried to compile the lilypond file in for the song "Au clair de la Lune" in Wikipedia http://en.wikipedia.org/wiki/File:Ly_au_clair_de_la_lune_accords_melodie_paroles.png It used to compile with 2.11, 2.12. The log files contains 100's lines like this: programming error: invalid UTF-8 strin

Re: Tied notes interfere with correct placement of lyric

2011-05-11 Thread Peter Chubb
> "Richard" == Richard Opheim writes: Richard> \version "2.12.3" {%{Measure 1 %} e8 g8 f8 a8 ~ %{Measure 2 Richard> %} d4 } \addlyrics {A B C D } %first part \addlyrics Richard> {\skip4\skip4\skip4\skip4 E F } %second part Richard> In the example above, lyric E in the second part is suppos

Tied notes interfere with correct placement of lyric

2011-05-11 Thread Richard Opheim
\version "2.12.3" {%{Measure 1 %} e8 g8 f8 a8 ~ %{Measure 2 %} d4 } \addlyrics {A B C D } %first part \addlyrics {\skip4\skip4\skip4\skip4 E F } %second part In the example above, lyric E in the second part is supposed to line up vertically with note c8. However, when the a8 of measure 1 ties

Re: Changing BarLine glyph per staff

2011-05-11 Thread -Eluze
Robert Stoddard wrote: > > I am setting a piece in which different parts repeat at different points > (because the repeated sections in each part are the same number of bars, > this works out in the end...). I thought this was going to be > straightforward using code like this: > you can move

Re: More ossia help, please

2011-05-11 Thread Neil Puttock
On 10 May 2011 12:49, Phil Holmes wrote: > The code below produces the attached music.  Problem is, I want the ossia > stave, where the line break occurs, to have a vertical line instead of a > bracket connecting it to the lower music. I do, however, want the lower > pieces to have the \ChoirStaff

Re: quoteDuring with octave transposition

2011-05-11 Thread Paul Scott
On 05/11/2011 08:32 AM, James Lowe wrote: Paul, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Paul Scott )Sent: 11 May 2011 16:25 )To: lilypond-user@gnu.org )Subject: quoteDur

RE: quoteDuring with octave transposition

2011-05-11 Thread James Lowe
Paul, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Paul Scott )Sent: 11 May 2011 16:25 )To: lilypond-user@gnu.org )Subject: quoteDuring with octave transposition ) )2.13.61 ) )

quoteDuring with octave transposition

2011-05-11 Thread Paul Scott
2.13.61 I have been doing all of this manually until recently that I saw how useful \cueDuring and QuoteDuring were. Thank you Lily developers!! The example in NR 1.6.3 Quoting other voices is too complicated for me. I thought I had seen a command go by on the list that I could use to quot

Re: More ossia help, please

2011-05-11 Thread Phil Holmes
- Original Message - From: "Bill Mooney" To: ; "Lilypond-User List" Sent: Tuesday, May 10, 2011 10:11 PM Subject: More ossia help, please Hi Phil, The following, from the notation manual, might help... + Using the \Staff \RemoveEmptyStaves command to create ossia staves may be u

Changing BarLine glyph per staff

2011-05-11 Thread Robert Stoddard
I am setting a piece in which different parts repeat at different points (because the repeated sections in each part are the same number of bars, this works out in the end...). I thought this was going to be straightforward using code like this: \version "2.13.61" staffChoir = \new ChoirStaff {

Re: lyrics only score - vertical spacing

2011-05-11 Thread Trevor Daniels
I see you're using version 2.13.34. There were several changes to vertical spacing during the development of 2.13 and I can't remember the precise details pertaining to 2.13.34. I suggest you upgrade to the latest 2.13 release and use the corresponding documentation there. You may then be able

lyrics only score - vertical spacing

2011-05-11 Thread ggit
Dear all, How can I control the vertical spacing in such a score ? (lyrics and rehearsal marks) %% \version "2.13.34" myBars = { \cadenzaOn \repeat unfold 10 { s4 s4 s4 s4 \mark \markup "V" s4 s4 \bar "|" } } myText = \lyricmode { \repeat unfold 10 { obladi oblada obladi oblada