Re: Formatting of lyrics

2012-03-07 Thread David Kastrup
Francisco Vila writes: > 2012/3/6 David Kastrup : >> http://code.google.com/p/lilypond/issues/detail?id=2380> is fixed, >> so you might want to take a look at modifying the now working \responsum >> again. > > % no need to \include "gregotian.ly" > > #(define (add-suffix-to-lyrics prefix music) >

Re: Formatting of lyrics

2012-03-06 Thread Francisco Vila
2012/3/6 David Kastrup : > http://code.google.com/p/lilypond/issues/detail?id=2380> is fixed, > so you might want to take a look at modifying the now working \responsum > again. % no need to \include "gregotian.ly" #(define (add-suffix-to-lyrics prefix music) (let ((found? #f)) (map-some-

Re: Formatting of lyrics

2012-03-06 Thread David Kastrup
Francisco Vila writes: > 2012/3/6 Zbyněk Burget : >> I'm not looking for a way to write a character, but how to place it as a >> "suffix" of verse. >> Just as an example: >> http://old.nabble.com/file/p33442122/psalm-fragment.jpg > > I saw your example and understand what you want. But you said "

Re: Formatting of lyrics

2012-03-06 Thread David Kastrup
Zbyněk Burget writes: > Example for 2) and test your code (unfortunately does not work with > cadenza on "forced" barline :-( ) > > > \version "2.15.32" > > sl = { \tweak #'self-alignment-X #LEFT >\once \override LyricText #'X-offset = #-0.7 } The tweak will not work. > > %{ ***not worki

Re: Formatting of lyrics

2012-03-06 Thread Jakub Pavlík
2012/3/6 Zbyněk Burget > Dne 5.3.2012 12:30, Francisco Vila napsal(a): > > 2012/3/5 -Eluze: >> >>> O.K. - see attachment - I am interested in the "R" at the end of even >>> verses (symbol "R" I've created). >>> >> gregorian.ly defines \ij \iij etc for prefixing and a two \responsum >>

Re: Formatting of lyrics

2012-03-05 Thread Francisco Vila
2012/3/6 Zbyněk Burget : > I'm not looking for a way to write a character, but how to place it as a > "suffix" of verse. > Just as an example: > http://old.nabble.com/file/p33442122/psalm-fragment.jpg I saw your example and understand what you want. But you said "the symbol R I've created" and tha

Re: Formatting of lyrics

2012-03-05 Thread Zbyněk Burget
Dne 5.3.2012 12:30, Francisco Vila napsal(a): 2012/3/5 -Eluze: O.K. - see attachment - I am interested in the "R" at the end of even verses (symbol "R" I've created). gregorian.ly defines \ij \iij etc for prefixing and a two \responsum and \versus functions which do not seem to work. However,

Re: Formatting of lyrics

2012-03-05 Thread Zbyněk Burget
Dne 5.3.2012 10:22, -Eluze napsal(a): 2. Can I shift syllabe in the lyric? {\tweak #'X-offset #-2} not work. whereto you wanna shift it - center, left-aligned … ? give us a small example, we might be able do do it! 4. I need place character (asteriscus) aligned on barline - used e.g. i

Re: Formatting of lyrics

2012-03-05 Thread Ralph Palmer
On Mon, Mar 5, 2012 at 6:30 AM, Francisco Vila wrote: > 2012/3/5 -Eluze : > > O.K. - see attachment - I am interested in the "R" at the end of even > >> verses (symbol "R" I've created). > > gregorian.ly defines \ij \iij etc for prefixing and a two \responsum > and \versus functions which do not s

Re: Formatting of lyrics

2012-03-05 Thread -Eluze
{ << \new Voice = mel { \mus } \new Lyrics \with { stanza = \markup \italic \small "it works!" } \lyricsto mel \lyr >> } hth Eluze -- View this message in context: http://old.nabble.com/Formatting-of-lyrics-tp33439717p33443846.html Sent from the Gnu - Lilyp

Re: Formatting of lyrics

2012-03-05 Thread Francisco Vila
2012/3/5 -Eluze : > O.K. - see attachment - I am interested in the "R" at the end of even >> verses (symbol "R" I've created). gregorian.ly defines \ij \iij etc for prefixing and a two \responsum and \versus functions which do not seem to work. However, the unicode symbols used there still serve,

Re: Formatting of lyrics

2012-03-05 Thread -Eluze
>> I don't understand what you mean - you have an example (scanned or >>> whatever) ? > > O.K. - see attachment - I am interested in the "R" at the end of even > verses (symbol "R" I've created). > 1) it works from version 2.15.2! 2) please provide a

Re: Formatting of lyrics

2012-03-04 Thread -Eluze
understand what you mean - you have an example (scanned or > whatever) ? > hth Eluze -- View this message in context: http://old.nabble.com/Formatting-of-lyrics-tp33439717p33440023.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Formatting of lyrics

2012-03-04 Thread Zbyněk Burget
Hello, now I looking for solution of several other problems: 1. is there a way to insert markup into the stanza? something like this: \set stanza = \markup {...something...} 2. Can I shift syllabe in the lyric? {\tweak #'X-offset #-2} not work. 3. Is possible place lyric tie above the text? 4.