lilypond-user
[Top][All Lists]
Advanced

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

Re: Turkish Rythm template


From: Dr. Emre PINARBASI
Subject: Re: Turkish Rythm template
Date: Sat, 20 Jan 2018 19:39:10 +0300

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?

2018-01-20 2:28 GMT+03:00 Noeck <address@hidden>:
Dear Emre Pinarbasi,

this is one example of how you could do it:

The upper line is closer to your image (bold text and normal + and /
signs), the lower line is closer to standard music notation (accents +
and '). Of course you can still tweak the look more like your image
(other number font, larger noteheads, etc.).

What do you think about this:


%------------------------

\version "2.19.65"

\new GrandStaff
\with {
  instrumentName = \markup \number \column { 9 4 }
  \omit Score.SystemStartBrace
  \override BarLine.bar-extent = #'(-0.01 . 0)
  \override InstrumentName.extra-offset = #'(3 . 0)
}
<<
  \new Lyrics \lyricmode {
    \override Lyrics.LyricText.font-series = #'bold
    Düüm2 Te2 Düüm2
  }
  \new RhythmicStaff
  \with {
    \numericTimeSignature
    \override TimeSignature.extra-offset = #'(0 . -4.5)
    \override TextScript.staff-padding = 2.5
  }
  \new Voice = "upper" {
    \stemUp
    c2-"+" c4-"/" s
    \bar "!"
    \time 5/4
    c2 s2.
  }
  \new RhythmicStaff \with {
    \omit TimeSignature
  }
  \new Voice = "lower" {
    \stemDown
    s2. c4^+ s2 c2^! c4
  }
  \new Lyrics \lyricsto "lower" {
    Ke Teek Tek
  }
>>


Best,
Joram
Satır içi resim 1
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




--
Dr. Emre PINARBASI
PhD (Turkish Religious Music)
Ondokuz Mayis University State Conservatory
Samsun / Turkey

reply via email to

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