Hi Harm,

Just for the record. I used the same rhythm with an "a" and than I needed a second tweak to get the tie I wanted.

\version "2.15.14"
\include "shapeXXX.ily"
% http://www.ursliska.de/fileadmin/notensatz/shapeXXX.ily

\relative g'' {
   a8 a~---> a a   a a~---> a a
  \newSpacingSection
  \override Score.SpacingSpanner #'shortest-duration-space = #2.3
  a8^"1st tweak" a~---> a a   a a~---> a a
  a8^"and 2nd tweak"
  \shapeTie #'(.6 -.25 .4 -.5 -.4 -.5 -.6 -.25)
  a~---> a a   a
  \shapeTie #'(.6 -.25 .4 -.5 -.4 -.5 -.6 -.25)
  a~---> a a
  \newSpacingSection
  \revert Score.SpacingSpanner #'shortest-duration-space
}

Greetings, Ed


Op 11-10-11 20:58, Ed Gordijn schreef:
Hi Harm,

This is exactly what I was looking for!

Thanks, Ed

Op 10-10-11 23:45, Thomas Morley schreef:
\newSpacingSection
 \override Score.SpacingSpanner #'shortest-duration-space = #2.3
 g8 g~---> g g   g g~---> g g
 \newSpacingSection
 \revert Score.SpacingSpanner #'shortest-duration-space

<<attachment: Tweak ties.png>>

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

Reply via email to