Two addit. lyrics lines -- how to make centered?

2007-03-13 Thread Dmytro O. Redchuk
Hello, I want to add lyrics to voice and have additional lyrics for some measures (which may have additional voice -- upper tenor, let's say) -- and i don't know how to do it best :-) Just take a look at the code: %%

Re: Two addit. lyrics lines -- how to make centered?

2007-03-13 Thread Mats Bengtsson
The general ideas are described in the section on Divisi lyrics. I actually sent an explanation on how it works earlier today in an email entitled "lyrics and \skip" that hasn't made it to the mailing list archives yet. My guess is that the following modified version of your \score block gives

Re: Two addit. lyrics lines -- how to make centered?

2007-03-13 Thread Dmytro O. Redchuk
On Tue, Mar 13, 2007 at 01:21:35PM +0100, Mats Bengtsson wrote: > The general ideas are described in the section on Divisi lyrics. I > actually sent > an explanation on how it works earlier today in an email entitled > "lyrics and \skip" > that hasn't made it to the mailing list archives yet. >

Re: Two addit. lyrics lines -- how to make centered?

2007-03-13 Thread Mats Bengtsson
OK, how about \score { \new Staff = "tenor" << \new Voice = "tenvoice" { \melody } \new Lyrics = tenlyr \lyricsto tenvoice \mainwords \new Lyrics = tenlyrup \with { alignAboveContext = tenlyr

Re: Two addit. lyrics lines -- how to make centered?

2007-03-13 Thread Dmytro O. Redchuk
On Tue, Mar 13, 2007 at 01:54:32PM +0100, Mats Bengtsson wrote: > OK, how about >\score { >\new Staff = "tenor" << >\new Voice = "tenvoice" { >\melody >} >\new Lyrics = tenlyr \lyricsto tenvoice \mainwords >\new Lyrics = te

Re: Nested tuplets, making transparent first number makes also the following

2007-03-13 Thread José Luis Cruz
Nested tuplets start at the same moment. To override musical constructs beginning at the same moment in the same voice, there's a handy \tweak function. \tweak is useful primarily for overriding attributes of individual notes in a chord and also for setting overriding nested tuplets separately.

How to write a segno and coda code together?

2007-03-13 Thread Michel Berteaud
Hello! I use lilypond for some weeks now with Windows and it works well. I have a little problem concerning how to write a segno sign and a coda sign both centered on a bar. I tried to put the code of each one at the same place, but it didn't work. It displaid one of the two, but not both. Could yo

more on polyphonic tablature - sharing notes

2007-03-13 Thread Art Sulger
More questions, following on the example last October from Daniel Castillo in If a note is shared by the upper and lower voice, it displays ok in standard notation but in tablature the fingering is repeated. I believe this is

How to switch the articulation and the righthand fingering

2007-03-13 Thread Arjan Bos
Hi List, I'm currently trying to typeset some old copies of Anton Stingls guitar book "30 Lehrstücke in den leichten Tonarten". And I'm having some troubles getting both the articulation ">" and the righthand fingering "i" on the same note in the order that I want it. No matter what I tr

Re: How to write a segno and coda code together?

2007-03-13 Thread Mats Bengtsson
If you mean "centered on a bar line", then you could try something like \mark \markup{ \center-align \musicglyph #"scripts.segno" \musicglyph #"scripts.coda" } See the section on Text marks for more information. /Mats Michel Berteaud wrote: Hello! I use lilypond for some weeks now with Win

Re: Nested tuplets, making transparent first number makes also the following

2007-03-13 Thread Graham Percival
José Luis Cruz wrote: I've seen that the description of the \twek function in the manual is very short and it only examples its use for adding color to chordnotes. It would be useful to addd a tuplet example too. http://lilypond.org/web/devel/participating/documentation-adding Cheers, - Graham

Re: Nested tuplets, making transparent first number makes also the following

2007-03-13 Thread José Luis Cruz
2007/3/12, Trevor Bača <[EMAIL PROTECTED]>: Nested tuplets start at the same moment. To override musical constructs beginning at the same moment in the same voice, there's a handy \tweak function. \tweak is useful primarily for overriding attributes of individual notes in a chord and also for se

response character

2007-03-13 Thread Susan G. Kleinmann
Hello, I'm trying to typeset some snippets that are Psalm verses that are meant to be sung in what I think is called "call and response" mode. The response lyrics are supposed to begin with a special text symbol that is a capital 'R' that has a slash through it. Does anyone know of a lilypon

Re: response character

2007-03-13 Thread Geoff Horton
The response lyrics are supposed to begin with a special text symbol that is a capital 'R' that has a slash through it. Does anyone know of a lilypond or LaTeX symbol that does this? I've looked for such a thing in the past without success. Geoff _

Re: response character

2007-03-13 Thread Stan Sanderson
On Mar 13, 2007, at 8:05 PM, Geoff Horton wrote: The response lyrics are supposed to begin with a special text symbol that is a capital 'R' that has a slash through it. Does anyone know of a lilypond or LaTeX symbol that does this? I've looked for such a thing in the past without success.

Re: response character

2007-03-13 Thread Maximilian Albert
>>> The response lyrics are supposed to begin with a special text symbol >>> that is a capital 'R' that has a slash through it. Does anyone >>> know of a lilypond or LaTeX symbol that does this? >> >> I've looked for such a thing in the past without success. >> > The symbol is contained (apparent

Re: response character

2007-03-13 Thread Trevor Bača
On 3/13/07, Maximilian Albert <[EMAIL PROTECTED]> wrote: >>> The response lyrics are supposed to begin with a special text symbol >>> that is a capital 'R' that has a slash through it. Does anyone >>> know of a lilypond or LaTeX symbol that does this? >> >> I've looked for such a thing in the pa

Re: response character

2007-03-13 Thread Stan Sanderson
On Mar 13, 2007, at 9:12 PM, Maximilian Albert wrote: The response lyrics are supposed to begin with a special text symbol that is a capital 'R' that has a slash through it. Does anyone know of a lilypond or LaTeX symbol that does this? I've looked for such a thing in the past without succ

RE: response character

2007-03-13 Thread Paul Harouff
In Windows select Start->Programs->Accessories->System Tools->Character Map Choose the font Arial Unicode MS or Lucida Sans Unicode, then scroll down to 211F (or check Advanced View, character set Unicode, and type 211F in the Go to Unicode box). Select, Copy, then Paste into your ly file. Ar