[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stacking whole notes of different size
From: |
Marc Hohl |
Subject: |
Re: stacking whole notes of different size |
Date: |
Wed, 2 Sep 2015 19:55:35 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
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