Re: lilypond-user Digest, Vol 57, Issue 76

2007-08-29 Thread Mats Bengtsson
Michael Sperone wrote: Thanks Neil, I was able set the 4/4 time signature in the /layout section, but as for setting other global settings, I can't seem to figure them out. I'd like to be able to set modern style accidentals, and.. .well I can't think of anything else right now off the top

Re: MIDI output trick

2007-08-29 Thread Mats Bengtsson
What LilyPond version are you using? In recent versions, there's no need to use \applymusic, rather you can use the function \unfoldRepeats as described in the section on "Repeats and MIDI". Also, this function should not have any influence on the MIDI instruments. I think you original problem

Re: lilypond-book macros/variables

2007-08-29 Thread Mats Bengtsson
In any text editor, it's trivial to automatically replace all occurences of something like \lilystart by \begin[staffsize=12]{lilypond} \include "bookstyle.ly " or whatever, so I have personally not seen any need for this feature. Of course it's very clever to do what you did,

Re: Lilypond Odd Jobs (mostly documentation)

2007-08-29 Thread Kieren MacMillan
Hi Graham, Are you interested in helping LilyPond? Yes! =) GENERAL EDITING / JANITORIAL: - check manual for current correctness (does it make sense, is the info up-to-date, etc) - verify anything in the "bugs" sections - standardize # signs http://lists.gnu.org/archive/html/lilypond-deve

lyrics

2007-08-29 Thread Rhodel Jacobson
Hello, Is there a way to put lyrics in the sheet music? Thanks, Rhodie Rhodie Jacobson Pastor, Community United Methodist Church 9225 Jason Ave. NE PO Box 5 Monticello, MN 55362 (763) 295-2652 ___ lilypond-user mailing list lilypond-use

Re: lyrics

2007-08-29 Thread Helge Kruse
Yes, you can include lyrics. You read this: http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Printing-lyrics#Printing-lyrics, didn't you? /Helge - Original Message - From: Rhodel Jacobson To: lilypond-user@gnu.org Sent: Tuesday, August 28, 2007 12:08 AM Subject: lyrics Hel

Re: "programming error: Going back in MIDI time"

2007-08-29 Thread Ed Ravin
Haven't heard any response- can anyone ID the cause of this message? It does not seem to be causing any other problems, yet... On Mon, Aug 27, 2007 at 12:20:59PM -0400, Ed Ravin wrote: > > I get these messages at the end of every compilation. Platform is > Mac OS 10.3.9. Any idea what this mea

Tip: lyrics with polyphony / stem directions (without specifically instantiated voices)

2007-08-29 Thread Mark Dewey
I've discovered a number of threads on this topic (how lyrics don't work when you use such as <<{a' b'} \\ { c' d'}>>. I didn't seem to have trouble with lyrics in my early days of trying this . . . (but, maybe then I was just focusing on the music, before putting the lyrics in; whatever the c

programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Ed Ravin
I started getting this message: programming error: (de)crescendo on items with specified volume. When I added this line to the melody portion (of a singer with piano piece) \times 2/3 { e8 e e } e,4. \> e8 \! \p ^"rit." ds e | The warning goes away if I remove the "\p". I have plenty

Re: Tip: lyrics with polyphony / stem directions (without specifically instantiated voices)

2007-08-29 Thread Kieren MacMillan
Hi Mark: I've discovered a number of threads on this topic (how lyrics don't work when you use such as <<{a' b'} \\ { c' d'}>> I'm not sure what you mean by "lyrics don't work" -- have you tried << { a' b' } \new Voice { c' d' } >> instead of << { a' b' } \\ { c' d' } >> That work

Re: "programming error: Going back in MIDI time"

2007-08-29 Thread Neil Puttock
Hi Ed, On 8/29/07, Ed Ravin <[EMAIL PROTECTED]> wrote: > > Haven't heard any response- can anyone ID the cause of this message? > It does not seem to be causing any other problems, yet... > Would you mind posting the \melody section? Without that, it's impossible to diagnose. Regards, Neil

Re: "programming error: Going back in MIDI time"

2007-08-29 Thread Neil Puttock
On 8/29/07, Neil Puttock <[EMAIL PROTECTED]> wrote: > > Hi Ed, > > On 8/29/07, Ed Ravin <[EMAIL PROTECTED]> wrote: > > > > Haven't heard any response- can anyone ID the cause of this message? > > It does not seem to be causing any other problems, yet... > > > > Would you mind posting the \melody s

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Kieren MacMillan
Hi Ed, I started getting this message: programming error: (de)crescendo on items with specified volume. When I added this line to the melody portion (of a singer with piano piece) \times 2/3 { e8 e e } e,4. \> e8 \! \p ^"rit." ds e | The warning goes away if I remove the "\p". Sinc

Changing staffs in the middle of the song

2007-08-29 Thread Mark Dewey
I've come across many songs where the number of staffs changes in the middle of the song. How is this ideally done? I've found a number of ways to do it . . . but they're not easy, ideal, or what I would call standard (not very reusable; pretty much, I have to spend hours finding a new way ev

Re: Lilypond Odd Jobs (mostly documentation)

2007-08-29 Thread Rick Hansen (aka RickH)
The FretBoards context that I sponsored some time back, still needs to be added to the instrument specific section of the manual. Graham Percival-2 wrote: > > Are you interested in helping LilyPond? There are many tasks that are > available which do not have time to do ourselves. Some of th

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Neil Puttock
Hi Kieren, On 8/29/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote: > > > Since \! and \p both visually (and, thus, technically) terminate a > decrescendo, there might be some sort of (internal Lilypond) conflict > going on when you put both on the same note. > > This is the same piece that has th

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Neil Puttock
Hi Kieren, On 8/29/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote: > > > Since \! and \p both visually (and, thus, technically) terminate a > decrescendo, there might be some sort of (internal Lilypond) conflict > going on when you put both on the same note. > > This is the same piece that has th

Re: Changing staffs in the middle of the song

2007-08-29 Thread Kieren MacMillan
Hi Mark, How is this ideally done? This is an on-going issue; check the archives for a recent thread regarding choral scores. As it turns out, I just had an interesting brainstorm on how to handle this -- inspired by the \RemoveEmptyStaffContext thread with Valentin in the last little

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Kieren MacMillan
Hi Neil, the documentation advises you to explicitly terminate (de) crescendos to prevent problems with the MIDI output. Ah... I don't do much work with MIDI, so I've never run into that part of the docs... Here's hoping you solve the problem! Kieren.

Re: Tip: lyrics with polyphony / stem directions (without specifically instantiated voices)

2007-08-29 Thread Mark Dewey
Kieren MacMillan wrote: Hi Mark: I've discovered a number of threads on this topic (how lyrics don't work when you use such as <<{a' b'} \\ { c' d'}>> I'm not sure what you mean by "lyrics don't work" -- have you tried << { a' b' } \new Voice { c' d' } >> instead of << { a' b' } \\

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Martial
I started getting this message: programming error: (de)crescendo on items with specified volume. b8 a4. \> ^"rit." r8 f8 \! \mp e f | try this with \f before \> \p \score { { b8 a4.\f \> ^"rit." r8 f8 \! \mp e f } \midi { } } and without dynamics \score { { b8 a4.\> ^"rit." r8 f8 \

Re: programming error: (de)crescendo on items with specified volume.

2007-08-29 Thread Martial
You must specified a volume (dynamics) with logique (de)crescendo ditto the midiMaximumVolume and midiMinimumVolume do not equal. this example return programming error: (de)crescendo on items with specified volume. \score { { \set Staff.midiMaximumVolume = #0.5 \set Staff.midiMinimumVol

Re: Tip: lyrics with polyphony / stem directions (without specifically instantiated voices)

2007-08-29 Thread Kieren MacMillan
Hi Mark, By saying the lyrics don't work, I mean the lyrics skip the 'polyphonic' notes. Sorry, I must be dense here... =\ Please tell me what behaviour you find unexpected in the attached snippet (note that the lyrics clearly DO NOT skip the 'polyphonic notes') -- that way, I'll know e

Re: How to deal with Time Signatures horizontal alignment?

2007-08-29 Thread Valentin Villenave
2007/8/26, Valentin Villenave <[EMAIL PROTECTED]>: > This is the point; the time signatures should be aligned with the > barlines, *unless* they're at the beginning of the line (then they > have to be put after the clef). > > This is because in such orchestral scores, the time signature is > print

Re: Tip: lyrics with polyphony / stem directions (without specifically instantiated voices)

2007-08-29 Thread Mark Dewey
Kieren MacMillan wrote: . . . Please tell me what behaviour you find unexpected in the attached snippet (note that the lyrics clearly DO NOT skip the 'polyphonic notes') -- that way, I'll know exactly what you're talking about, and might be able to be of more help. . . . Your example looks pe

Lyric encoding for LilyPond midis

2007-08-29 Thread Mark Dewey
I've been having trouble with my karaoke midis made from LilyPond, seeing as my midi player doesn't do UTF-8. Generally speaking, the only UTF-8 characters I need are also included in the extended ASCII character set (which my karaoke player—or pretty much any karaoke player—should be fine wit

Re: Tip: lyrics with polyphony / stem directions (without specifically instantiated voices)

2007-08-29 Thread Kieren MacMillan
Hi Mark, It looks like there is a solution to the problem Glad it worked! perhaps people in the past just didn't understand the questions of the people asking properly . . . Perhaps... that's why I kept trying to clarify what question you were really asking, so that I could answer the q

Tweaking placement of rehearsal marks

2007-08-29 Thread Nick Didkovsky
Hello I am using \mark in my first measure to give instructions on the feel of the piece. The mark's text overlaps some beams and some notes on the various parts when they are printed individually. How can I tweak to avoid overlapping? The commands I am using are: \once \override Score.Rehea

Re: Tweaking placement of rehearsal marks

2007-08-29 Thread Mats Bengtsson
If you upgrade to the latest development version, 2.11.x, there is no need for any tweaking, since these kind of collisions are avoided automatically. If you want to stick to the stable version, read about how to modify the padding of different objects in section "Common Tweaks". Note that Rehe

Re: Tweaking placement of rehearsal marks

2007-08-29 Thread Graham Percival
You should also read chapter 5, particularly 5.2. The section is called "fixing overlapping notation", which sounds like a good place to start. Cheers, - Graham Mats Bengtsson wrote: If you upgrade to the latest development version, 2.11.x, there is no need for any tweaking, since these kin

Re: Tip: lyrics with polyphony / stem directions (without specifically instantiated voices)

2007-08-29 Thread Mats Bengtsson
Excellent idea! I will add something like this to the manual, extended with yet another example that shows how to manually specify \voiceOne and so on. /Mats Kieren MacMillan wrote: Hi Mark, It looks like there is a solution to the problem Glad it worked! perhaps people in the past just

Re: Lilypond Odd Jobs (mostly documentation)

2007-08-29 Thread Graham Percival
Kieren MacMillan wrote: GENERAL EDITING / JANITORIAL: - check manual for current correctness (does it make sense, is the info up-to-date, etc) - verify anything in the "bugs" sections - standardize # signs http://lists.gnu.org/archive/html/lilypond-devel/2006-10/msg00180.html - avoid future t

lilypond odd jobs (updated Aug 2007)

2007-08-29 Thread Graham Percival
Here's the latest version of my "odd jobs" list. These are things that would be nice, but the documentation team does not have the resources to do themselves. In other words, if one of you doesn't do it, it won't get done. Lilypond Odd Jobs - ONE-SHOT JOBS (estimated tim

Re: Tip: lyrics with polyphony / stem directions (without specifically instantiated voices)

2007-08-29 Thread Mats Bengtsson
Looking back at the section on Explicitly instantiating voices, I now notice that more or less the same idea is already used, but with different shapes of the note heads instead of using different colors. The example also shows the use of explicit \voiceOne, \voiceTwo and \oneVoice commands. M

Lyric encoding for midis

2007-08-29 Thread Cordilow
I've been having trouble with my karaoke midis made from LilyPond, seeing as my midi player doesn't do UTF-8. Generally speaking, the only UTF-8 characters I need are also included in the extended ASCII character set (which my karaoke player—or pretty much any karaoke player—should be fine with).

Lyric encoding for LilyPond midis

2007-08-29 Thread Mark Dewey
I've been having trouble with my karaoke midis made from LilyPond, seeing as my midi player doesn't do UTF-8. Generally speaking, the only UTF-8 characters I need are also included in the extended ASCII character set (which my karaoke player—or pretty much any karaoke player—should be fine with).