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" c>4 } > 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

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 chordNameExcepti

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: :1:40: error: syntax error, unexpected STRING_IDENTIFIER, expecting LYRICS_STRING or

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 dbl-hyphen > or

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

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 dbl-hyphen or *underscore* Does this help? Fr. Gordon Gilbert +=

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 th

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, w

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 d

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

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: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 resem

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 mar

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 th

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 ma

Re: triplets

2005-12-13 Thread Raphael Manfredi
Quoting jutta <[EMAIL PROTECTED]> from ml.lilypond.users: :Hi, :I would like to "switch" the figures 3 above the triplets "off", but only from :the second measure on. Is there anybody who can just mal me the code? I'm using (in lilypond 2.6.3): \set Voice.tupletNumberFormatFunction = #'(

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 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: "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]-=-

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

"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 http://lists.gnu.org/mai

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 res

Re: Invisible notes, Scheme contexts

2005-12-13 Thread Han-Wen Nienhuys
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). functions can only take scheme strings as parameters (\bar and other commands aren

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

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 'si--'

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

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: 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. 2.6

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 about

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 Sch

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 function

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