On 10/20/2013 06:08 PM, Marcos Press wrote:
Hi! I'm full of questions today :D

In these case, I have three times the same last ligature and when I repeat it a fourth time, it doesn't print the same before like you can see at the attached file.

Why?

\version "2.17.28"

one = \relative c''{e8-. g( e) c( b[) d( b) a8*1/2]( s8*1/2)}
two = \relative c''{e8-. g(-. e)-. c( b[) d(-. b)-. a8*1/2]( s8*1/2)}
three = \relative c''{e8-. g(-. e)-. c(-. b[)-. d(-. b)-. a8*1/2](-. s8*1/2)}
four = \relative c''{e8-. g(-. e-. c-. b[)-. d( b a8*1/2] s8*1/2)}

\score {
  \new Staff {
    \time 4/4
    \one
    \two
    \three
    \four
  }
}

Thanks!
Marcos


I don't know if anyone has answered this already, Marcos, and if so, my apologies. Your problem is in your fourth bit of music: you haven't entered the slurs the same as the others. Specifically, three lines end a slur before the last a, and start a new one on the spacer rest at the end.

Cheers,
Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to