Lyrics, Slurs and Ties problems

2005-07-26 Thread Borislav Ivanov
Hello guys.

I am having a problem with lyrics and tied , slured notes.

First i was using ties to connect my notes, and when tried to add lyrics to 
them, the program accepted the tied notes as one and it was impossible for me 
to add the lyrics properly.

Then Graham Persilval suggested to me that i should use slurs, but this didn't 
helped me out. I have the same problem. Here is the example. Please, help!

\version "2.6.0"
\include "italiano.ly"

<<
\relative do'' {

\time 5/8
\key do \major
\clef treble

si4 re4.  do4(do4.) do4(si4.) do4 do4. si4 la4. la4(la4.)
la4(la4.) la4 la4.(la4((la4.)(la4))) r4

}

 \addlyrics { Ma ma Qn "" ka "" pra shta na Du naw "" za "" wo da }

>>
~


-
http://jobs.gbg.bg/ - Търсите си работа? Вижте нашите актуални предложения !


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Tied notes and lyrics problem

2005-07-16 Thread Borislav Ivanov
Hello. I have a problem when lilypond must add lyrics to tied notes. It thinks 
that the tied notes are actually one note and add the lyrics to the next untied 
note. Also at some point the lyrics mysteriously dissapiar, and they are to far 
away from the staff. Here is the source code for lilypond:

I am very fresh the lilypond, so excuse me if the code is full of stuped 
statemens.

\version "2.6.0"
\include "italiano.ly"

%Setting Lyrics 
melodylyrics  = \lyrics {
Ma Ma Ma Ma Ma Ma Ma Ma Ma Ma Ma Ma Ma Ma Ma Ma
}
%Setting Notes 
melody =  \relative do'' {
\time 5/8
\clef treble
\key do \major

si4 re4.  do4~do4. do4(si4.) do4 do4. si4 la4. la4~la4.
la4~la4. la4 la4.~la4~la4.~la4 r4

}

%Setting Score
\score {
\context Staff << 
\context Voice = "soprano" {
\melody
}

\new Lyrics {
\lyricsto "soprano" \new Lyrics \melodylyrics
}
>>

\midi { \tempo 4=120 }
} 


-
http://host.gbg.bg/- Малък бизнес Pro хостинг - Идеална комбинация от цена и 
възможности!


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user