Re: Lyric word spanning two notes

2005-12-13 Thread Mats Bengtsson
Please always tell what LilyPond version you use. Also, it's always a good idea to include a small but complete example file of what you tried so far. Basically, there are two methods to specify the rhythm of the lyrics syllables: 1. By explicitly specifying the duration of each syllable, just

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Han-Wen Nienhuys
Don Blaheta wrote: Two unrelated questions. 1) Is there anything I can make that is totally invisible, yet will count as a note to hang a lyric on? s1 won't do because \lyricsto ignores it as well. 2) Is there a Scheme function to retrieve the _current_ context? It looks like all the

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Don Blaheta
Quoth Han-Wen Nienhuys: Don Blaheta wrote: 2) Is there a Scheme function to retrieve the _current_ context? It looks like all the functions require a context as an argument. What do you mean by current ? Where do you need it ? The context that is enclosing the point where the Scheme

Re: help on unreadable text (cygwin)

2005-12-13 Thread Riccardo Cohen
As Frédéric said, there is a font problem on cygwin. If nobody knows what to do, could someone tell me how to change global font (used on title, staff names, chords names...) so I can try some other fonts ? Thanks Riccardo Cohen wrote: Hi, I just downloaded lilypond for windows, it takes

RE: Lyric word spanning two notes

2005-12-13 Thread Linda Cantoni
Hi Stephen - I don't know what version you're using, but in 2.6.4 (and probably in other versions, I'm not sure) you can use the \melisma command in the music to stretch a syllable over several notes. Here's an example of something I transcribed a while back from a choral work (in Lilypond v.

RE: MIDI dynamics seem completely broken

2005-12-13 Thread Linda Cantoni
Not long ago I saw a message here that it is a bug. You can turn dynamics off in the midi in order to get the notes to be heard, albeit without the crescendi and decrescendi. (They'll still be in the printed output.) Here's the command: \midi { \tempo 4 = 84 \context { \Voice

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Han-Wen Nienhuys
Don Blaheta wrote: Quoth Han-Wen Nienhuys: Don Blaheta wrote: 2) Is there a Scheme function to retrieve the _current_ context? It looks like all the functions require a context as an argument. What do you mean by current ? Where do you need it ? The context that is enclosing the point

Lyric word spanning two notes (Stephen Torri)

2005-12-13 Thread Gordon Gilbert
Hi! Your message: I have a measure in 2/2 time which I have four quarter notes. Below it I want to have lyrics where one word is sung in two parts in this measure. So the notes and lyrics go in a pseudo code fashion would be: a b c d si -- lience The notes 'a' and 'b' are paired with

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Erik Sandberg
On Tuesday 13 December 2005 10.55, Don Blaheta wrote: Quoth Han-Wen Nienhuys: Don Blaheta wrote: 2) Is there a Scheme function to retrieve the _current_ context? It looks like all the functions require a context as an argument. What do you mean by current ? Where do you need it ?

Re: MIDI dynamics seem completely broken

2005-12-13 Thread Cameron Horsburgh
Anders Kaseorg wrote: If I run the following simple test of dynamics through lilypond (I've tried both 2.6.3 and 2.7.22): \version 2.6.0 \score { \relative c'' { c16\p c c c c\ d e f g\f g g g g\ f e d c\p c c c c4 } \midi {} \layout {} } and play the resulting MIDI file

Umlaute in \header

2005-12-13 Thread Wolfgang Mechsner
How can I get german Umlaute in \header! Lilypond Version 2.6.4.3 Thank you for help! Wolfgang -- Wolfgang Mechsner http://www.wolfgang-mechsner.de Email: [EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org

Re: MIDI dynamics seem completely broken

2005-12-13 Thread Magnus Lewis-Smith
The silent notes will sound properly if you terminate the (de)crescendi with \! before the next dynamic mark... as in \relative c'' { c16\p c c c c\ d e f g\!\f g g g g\ f e d c\!\p c c c c4 } Magnus Anders Kaseorg wrote: If I run the following simple test of dynamics through lilypond

Re: Umlaute in \header

2005-12-13 Thread Don Blaheta
Quoth Wolfgang Mechsner: How can I get german Umlaute in \header! Lilypond Version 2.6.4.3 Are you able to enter text as utf-8 (Unicode)? That's all that should be required; I have umlauted text in both headers and lyrics under 2.6.4. -- -=-Don [EMAIL PROTECTED]http://www.blahedo.org/-=- A

Re: Umlaute in \header

2005-12-13 Thread Wolfgang Mechsner
If I run my emacs in utf-8 mode, it does not work either! ??? Wolfgang Are you able to enter text as utf-8 (Unicode)? That's all that should be required; I have umlauted text in both headers and lyrics under 2.6.4. Quoth Wolfgang Mechsner: How can I get german Umlaute in \header!

Re: Lyric word spanning two notes

2005-12-13 Thread Stephen Torri
I am using lilypond 2.6.5. Here is my whole file: \version 2.6.5 global= { \time 2/2 } %--- % First guitar (regular) %-- firstGuitar = \context Staff { \set Staff.instrument = Guitar 1 \context Voice = GuitarOne {

Re: Umlaute in \header

2005-12-13 Thread Nicolas Sceaux
Wolfgang Mechsner [EMAIL PROTECTED] writes: If I run my emacs in utf-8 mode, it does not work either! Is your file buffer really in utf-8 mode? (you should then see u:-- in the buffer bar). Try: C-x RET f utf-8 RET nicolas ___ lilypond-user

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Nicolas Sceaux
Han-Wen Nienhuys [EMAIL PROTECTED] writes: I wonder whether this should be changed too. This would mean that \clef alto \clef alto becomes \clef #alto or \clef #'alto This will simplify the syntax a bit, at the expense ease of entry. What do you think? I see some

Large initial indent?

2005-12-13 Thread Basil Crow
Dear all, I just built and installed LilyPond 2.7.23 and realized that at some point between 2.6.5 and 2.7.23 there started being a large (two-inch) initial indent before the first line of my score is printed. My page margins are the same as they were before, what is accounting for the new top

Re:Lyric word spanning two notes (Stephen Torri)

2005-12-13 Thread Gordon Gilbert
Hi! I copied your file and convert-ly'd it to 2.7.20 (my version) and compiled it. I'm first of all wondering if, although you're using a very ancient hymn (Let all mortal flesh keep silence), you're perhaps writing a new tune for it? Because the notes you have in there so far bear no

Re: Re:Lyric word spanning two notes (Stephen Torri)

2005-12-13 Thread Stephen Torri
On Tue, 2005-12-13 at 18:12 -0500, Gordon Gilbert wrote: Also, I see time values with the words -- if you have them with the notes, that should be all that is necessary. Putting slurs over the notes, or using _ within the words should align the words to the notes they belong with. Try

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Jonatan Liljedahl
On Tue, 13 Dec 2005 12:59:00 +0100 Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Erik Sandberg wrote: I can't figure out how to convert between Scheme strings and the lilypond-native things that look like strings but seem to be something else (often a LYRICS_STRING, though not in this case).

2 questions concerning skips and dynamics

2005-12-13 Thread Thomas Ruedas
Hi, I came back to my attempts with the staff-centered dynamics in a piano score, and while the example I was pointed to in an earlier thread essentially works, I am still confused about two issues which I don't understand from the docs either. A test example (v.2.6.3) is at the bottom. - How

Re: Large initial indent?

2005-12-13 Thread Graham Percival
On 13-Dec-05, at 1:38 PM, Basil Crow wrote: I just built and installed LilyPond 2.7.23 and realized that at some point between 2.6.5 and 2.7.23 there started being a large (two-inch) initial indent before the first line of my score is printed. My page margins are the same as they were before,

Re: Lyric word spanning two notes

2005-12-13 Thread Stephen Torri
As it stands I have a measure where I want to place two pieces of the lyrics with a half note. No matter how I have attempted to say make the first word a quarter note in length it still makes it a half note. This throws off all the lyrics after this. Can you point how where I am going wrong in

Re: Lyric word spanning two notes

2005-12-13 Thread Gordon Gilbert
Hi Stephen! I compiled your piece and the only workaround I can see for what you want is to type host-of to get those two words on the same note -- lily thinks a hyphen is simply part of a word (as opposed to spc dbl-hyphen spc or *underscore* Does this help? Fr. Gordon Gilbert

Custom chord suffix, no chord name

2005-12-13 Thread Basil Crow
I'd like to display a chord that says just Un. -- nothing else. In Finale, I'd handle this by setting no chord name and then making a custom chord suffix for Un. What's the appropriate way to do this in LilyPond? I read 7.2.3 Printing chord names, but the chordNameExceptions method seems to just

Re: Lyric word spanning two notes

2005-12-13 Thread Stephen Torri
On Tue, 2005-12-13 at 23:43 -0500, Gordon Gilbert wrote: Hi Stephen! I compiled your piece and the only workaround I can see for what you want is to type host-of to get those two words on the same note -- lily thinks a hyphen is simply part of a word (as opposed to spc dbl-hyphen spc or

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Han-Wen Nienhuys
Please keep this discussion on the list. this is fixed in any recent 2.7 release. I also comitted a bugfix for 2.6. Don Blaheta wrote: But these don't work, they just change the error message, which is now: string:1:40: error: syntax error, unexpected STRING_IDENTIFIER, expecting

Re: Custom chord suffix, no chord name

2005-12-13 Thread Han-Wen Nienhuys
Basil Crow wrote: I'd like to display a chord that says just Un. -- nothing else. In Finale, I'd handle this by setting no chord name and then making a custom chord suffix for Un. What's the appropriate way to do this in LilyPond? I read 7.2.3 Printing chord names, but the chordNameExceptions

Re: Custom chord suffix, no chord name

2005-12-13 Thread Basil Crow
On Wed, Dec 14, 2005 at 07:58:08AM +0100, Han-Wen Nienhuys wrote: with the last 2.7 release, \chords { c:sus4 \notemode { \tweak #'text #foo c4 } c:dim7 } Amazing! This was just what I needed, thanks so much! Now, if I have a chord like A, and I want to attach a downward