lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Note tails to be written both up and down


From: Emre PINARBAŞI
Subject: Re: Note tails to be written both up and down
Date: Mon, 23 Nov 2020 15:48:31 +0300

I did, but in the lyrics, the syllable "Heek" started shifting to note when it should have come under the note I just made. How can I deal with this problem?

\new RhythmicStaff {
{ \numericTimeSignature
  \time 12/8
  \set Timing.beatStructure = #'(2 1 1 2 2 2 1 1)
  4 8 \override Stem.direction = #DOWN 8 \override Stem.direction = #UP 4 \override Stem.direction = #DOWN 4  \override Stem.direction = #UP << 4 \\ 4 >> \override Stem.direction = #UP 8 \override Stem.direction = #DOWN 8 \bar "|."
}
\addlyrics {Düüm Te Ke Düüm Tâ Heek Te Ke}
}

Leo Correia de Verdier <leo.correia.de.verdier@gmail.com>, 23 Kas 2020 Pzt, 13:14 tarihinde şunu yazdı:
Do you mean like this: 
%%%%%%%%%%%
\version "2.20.0"
\new RhythmicStaff {
 << { 8 } \\  { 8 } >>
}
%%%%%%%%%%%

If so, to the program it is two eights in different voices, you can read more about it here:
https://lilypond.org/doc/v2.20/Documentation/learning/i_0027m-hearing-voices

If you want the whole part or a longer stretch to be written like that you could just write it in a single variable and give the same to both voices.

If you’re writing two percussion instruments on the same staff you might want to write them separately and combine them with \partcombine

HTH
/Leo

> 23 nov. 2020 kl. 09:09 skrev Emre PINARBAŞI <pardusemre@gmail.com>:
>
> There is a situation I cannot do in the Lilypond program. When I write Rythm staff on the single line staff, I want the note tails to be written both up and down . How can I give this command?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]