Re: Aligning lyrics when music portion is polyphonic

2009-02-27 Thread madMuze
>Side note: wouldn't it be possible to make <<{}\\{}>> an abbreviation to >this? It is easier to write and remind. I have these three entries in my definitions file: vSpl = #(define-music-function (parser location vOne vTwo) (ly:music? ly:music?) #{ << { \voiceOne $vOne } \new Voice { \vo

Re: Aligning lyrics when music portion is polyphonic

2009-02-27 Thread James E. Bailey
El 27.02.2009, a las 22:53, Alberto Simões escribió: Hello James E. Bailey wrote: El 27.02.2009, a las 22:38, Alberto Simões escribió: Hello In a music I am transcribing there is a portion where I had to force two voices with << { ... } \\ { ... } >> Now my problem is that lyrics i

Re: Aligning lyrics when music portion is polyphonic

2009-02-27 Thread Alberto Simões
Hello James E. Bailey wrote: > > El 27.02.2009, a las 22:38, Alberto Simões escribió: > >> Hello >> >> In a music I am transcribing there is a portion where I had to force two >> voices with >> >> << { ... } \\ { ... } >> >> >> Now my problem is that lyrics in that part of the music are not sh

Re: Aligning lyrics when music portion is polyphonic

2009-02-27 Thread James E. Bailey
El 27.02.2009, a las 22:38, Alberto Simões escribió: Hello In a music I am transcribing there is a portion where I had to force two voices with << { ... } \\ { ... } >> Now my problem is that lyrics in that part of the music are not shown. Is there any tweak to solve this issue? Thank