Hi again,

Am 02.09.2015 um 00:16 schrieb Thomas Morley:

Hi Marc,

I wrote some test

m =
\relative c' {
   c1~ 1~ 2 s2
   \bar "||"
   c1~ 1~ 1
   \bar "||"
   c2~ 2~ 2~ 2~ 2~ 2
   \bar "||"
}

\transpose c c  \m
\transpose c d  \m
\transpose c e  \m
\transpose c f  \m
\transpose c g  \m
\transpose c a  \m
\transpose c b  \m
\transpose c c' \m
\transpose c d' \m
\transpose c e' \m
\transpose c f' \m
\transpose c g' \m

If you compile this with

\paper {
  indent = 0
  ragged-right = ##f
}

then the ties are drawn more evenly. It's interesting to see the changes when you comment out the indent line or ragged-right or both.

It looks as if lilypond needs some "space" to draw correct ties.

With ragged-right = ##t and c1~ 1~ 2 s2
you see the difference,
ragged-right = ##f and c1~ 1~ 2 s2 looks good (concerning ties).

Best regards,

Marc

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

Reply via email to