Sorry - I just found out a (the?) solution:
{
\relative c'
{
\partial 8*5
d8 f d f g~
\repeat "volta" 2
{
g4 r4 es'2 | d4 r8 d, f d f g~
}
\alternative
{
{
g4 r4 c8 b4 a8~ | a4 r8 d, f d f g\laissezVibrer % here was the problem!
}
{
g8\repeatTie c8 b4 a8 as~ as4 | g es8 d~ d2
\bar "|."
}
}
}
}
The problem of a tie, which connects the last note in a volta with its first
note, seems to be without solution still (?)
Any hints?
(The repeatTie-command doesn't help.)
example:
{
\relative c'
{
\partial 8*5
d8 f d f g~
\repeat "volta" 2
{
g4 r4 es'2 | d4 r8 d, f d f g~
}
\alternative
{
{
Quoting Stan Sanderson <[EMAIL PROTECTED]>:
On Oct 9, 2007, at 11:51 AM, steve berthiaume wrote:
could someone point me to where can i find the answer to this:
a note at the end of a repeat section needs to be tied back to the
first note of the section
thanks,
-steve (2.10.20)
possibl
On Oct 9, 2007, at 11:51 AM, steve berthiaume wrote:
could someone point me to where can i find the answer to this:
a note at the end of a repeat section needs to be tied back to the
first note of the section
thanks,
-steve (2.10.20)
possibly Sect. 6.5.4, the Laizzez vibrer tie?
Stan
could someone point me to where can i find the answer to this:
a note at the end of a repeat section needs to be tied back to the first
note of the section
thanks,
-steve (2.10.20)
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.o
On Tue, 18 Mar 2003, Mats Bengtsson wrote:
> The easiest is probably to add an invisible note that the tie can start
> from:
>
> \alternative{{...}{\makeInvisible c4/2 ~ \makeVisible c4/2 ...}
> where the macros can be defined as
>
> makeInvisible = {\property Voice.NoteHead \override #'transparen
[EMAIL PROTECTED] writes:
> Thanks. I will try it as soon as possible. However, it is a little
> complicated. All the scores I have seen (marching bands scores, above all)
> have that short tie. The same for slurs starting before the first
> alternative and ending on the second. I think it should b
Thanks. I will try it as soon as possible. However, it is a little
complicated. All the scores I have seen (marching bands scores, above all)
have that short tie. The same for slurs starting before the first
alternative and ending on the second. I think it should be
automatic. Will it be?
Marco
O
The easiest is probably to add an invisible note that the tie can start
from:
\alternative{{...}{\makeInvisible c4/2 ~ \makeVisible c4/2 ...}
where the macros can be defined as
makeInvisible = {\property Voice.NoteHead \override #'transparent = ##t
\property Voice.Stem \override #'transpa
Hi.
In my previous mail I was not clear enough. If you have
\repeat volta 2 {d1 c~} \alternative {{c d c}{c}}
there should be a slur sign before the c in the second alternative, not
starting from the c~, but starting from "nothing", after the repeat bar
between the alternatives. I think it shoul
Hi.
If have such a score:
\repeat volta 2 {d1 c} \alternative {{~c d c}{~c}}
I would like that the ~c in the second alternative was tied to the last c
before alternatives and not to the last c in the first alternative. How to
produce it?
--
Marco
_
11 matches
Mail list logo