I tried to write a different passage by looking at the template file you
sent, but I could not be successful. I can see that it consists of 2 rhythm
lines and 2 lyric layers. In total it seems to have been seated 9 times.
For example, I would like to translate the time to 10 times and make 10/4
(5/4 + 5/4) instead of 9/4 (5/4 + 4/4). For this action; I must change 3rd
item  which is on last voice layer c4^+. It must not be quarter note. Must
be c2^+. But I can not correct the bar lines after the note duration
changes. In the meantime, I can not add the time signature that should be
in the second part so that it looks like 5/4 again.



I cahnged template like this





\version "2.19.65"



\new GrandStaff

\with {

  instrumentName = \markup \number \column { 10 4 }

  \omit Score.SystemStartBrace

  \override BarLine.bar-extent = #'(-0.01 . 0)

  \override InstrumentName.extra-offset = #'(2 . 0)

}

<<

  \new Lyrics \lyricmode {

    \override Lyrics.LyricText.font-series = #'bold

    Düüm2 Te2 Düüm2

  }

  \new RhythmicStaff

  \with {

    \time 5/4

    \override TimeSignature.extra-offset = #'(0 . -4.5)

    \override TextScript.staff-padding = 2.5

  }

  \new Voice = "upper" {

    \stemUp

    c2-"+" c4-"/" s2

    \bar "!"

    \time 5/4

    c2 s2.

  }

  \new RhythmicStaff \with {

    \omit TimeSignature

  }

  \new Voice = "lower" {

    \stemDown

    s2. c2^+ s2 c2^! c4

    \bar "|"

  }

  \new Lyrics \lyricsto "lower" {

    Kaa Teek Tek

  }

>>

2018-01-20 20:43 GMT+03:00 Karlin High <[email protected]>:

> On 1/20/2018 10:39 AM, Dr. Emre PINARBASI wrote:
>
>> Overall it's been great. Thank you.But there are things I want to ask.
>>
>> 1) Can we write under the notes and on the writings centered on the notes?
>> 2) Can we move the positions of the marks which + and /, below and above
>> the notes slightly further down and up?
>> 3) How can we put the slash mark instead of the exclamation mark in the
>> second part?
>>
>
> Could you have the the example image edited, to add comments and
> annotation showing what you have in mind? Posting such a thing will
> probably get you better help.
> --
> Karlin High
> Missouri, USA
>



-- 
Dr. Emre PINARBASI
PhD ( Turkish Religious Music)
Ondokuz Mayis University State Conservatory
Samsun / Turkey
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to