Hi.

I am using the gregorian to arrange Eastern Orthodox chant music. I am working on music from the eight tones (which has a lot of 'recitatives') and *would like* to be able to use tuplets to 'group' and indicate notes and thus syllables that should be sung together.

However, in my example attached, when I add a triplet to the score, it *really *affects my spacing. I would rather not have to constantly try and adjust and readjust my /LyricSpace/ and /LyricHyphen/ distances for each piece. Also, if there is a way to do this, would it be better to just indicate this 'phrasing' in another manner; perhaps by simply bracketing the notes together without using a tuplet - *most* of the time I would need duplets and triplets, though sometimes, I could see the need for larger tuplets.

Any help or advice is greatly appreciated.
--
/Best wishes (In Christ), /
/Philip (Michael) Dykes /
\version "2.16.0"
\include "english.ly"
\include "gregorian.ly"

\layout {
  \context{
    \Score \override SpacingSpanner #'packed-spacing = ##f 
  }
  \context{
    \Lyrics \override LyricHyphen #'minimum-distance = #1.75
    \override LyricSpace #'minimum-distance = #0.60
  }
}


\header {
  title = \markup {
    \override #'(font-name . "URW Chancery L") \fontsize #5.0 \bold
      { "Octoëchos ~ Hymns of the Resurrection." } }
  subtitle = \markup {
    \override #'(font-name . "URW Chancery L") \fontsize #4.5 \bold
      { "Apolytikion (Dismissal Troparion)." } }
  poet = \markup {
    \override #'(font-name . "Arial Black") \fontsize #1.75 \bold
      { "Abbreviated ''Greek'' Chant" } }
  composer =  \markup {
    \override #'(font-name . "Arial Black") \fontsize #1.75 \bold
      { "Tone 1" } }
}

\paper {
  page-count = #1
}

% #(set-global-staff-size 22)
global = {
  \key f \major
  \override Staff.TimeSignature #'stencil = ##f
  %\override Staff.BarLine #'stencil = ##f
  \set Score.defaultBarType = "empty"
  \bar "|."
}
move = { \bar "" \break }

soprano = \relative c' {
  \global
  % Music follows here.
  f4 f g2(a) f4 f f g a bf2 \divisioMinima
  a4 a \times 2/3 {a a a} a a a a a a a g2 f1 \divisioMaxima
  
  f4 f g2(a) f4 f f g a bf2 bf \divisioMinima
  a4 a g2 g4 g f1 \divisioMaxima
  
  f4 g2 a f4 f f f f f f g a bf2 bf4 bf bf2 \divisioMinima
  a4 a a a a a g2 g4 g f1 \divisioMaxima
  
  g2(a) f4 g a bf2 bf \divisioMinima
  a4 a a f g a bf2 bf \finalis
  
  a4 a a g2 g4 g f\breve \bar "|."
}


bass = \relative c {
  \global
  % Music follows here.
  f4 f c2(f) f4 f f d c bf2 \divisioMinima
  f'4 f \times 2/3 {f f f} f f f f f f f c2 f1 \divisioMaxima
  
  f4 f c2(f) f4 f f d c bf2 bf \divisioMinima
  f'4 f c2 c4 c f1 \divisioMaxima
  
  f4 c2 f f4 f f f f f f d c bf2 bf4 bf bf2 \divisioMinima
  f'4 f f f f f c2 c4 c f1 \divisioMaxima
  
  c2(f) f4 d c bf2 bf \divisioMinima
  f'4 f f f d c bf2 bf \finalis
  
  f'4 f f c2 c4 c f\breve \bar "|."
}

verse = \lyricmode {
  % Lyrics follow here.
  When the stone __ had been sealed by the Jews, 
  while the sold -- iers were guar -- ding Thine im -- mac -- ul -- ate Bo -- dy.
  
  Thou didst rise __ on the third day, O Sav -- ior, 
  grant -- ing life to the world. 
  
  The Pow -- ers of Heav -- en there -- fore cried to Thee, O Giv -- er of Life: 
  Glo -- ry to Thy Res -- ur -- rec -- tion, O Christ!
  
  Glo -- ry to Thy King -- dom! 
  Glo -- ry to Thy dis -- pen -- sa -- tion, O Thou Who lov -- est Man -- kind. 
}

\score {
  \new ChoirStaff <<
    \new Staff \with {
      midiInstrument = " string ensemble 1 "
      instrumentName = \markup \center-column { "S/T"}
    } <<
      \new Voice = "soprano" { \voiceOne \soprano }
    >>
    \new Lyrics \lyricsto "soprano" \verse
    \new Staff \with {
      midiInstrument = " string ensemble 1 "
      instrumentName = \markup \center-column { "A/B" }
    } <<
      \clef bass
      \new Voice = "bass" { \voiceTwo \bass }
    >>
  >>
  \layout { ragged-last=##t 
   #(layout-set-staff-size 22)
  }
  \midi {
    \tempo 4 = 134
    }
  }

%{
convert-ly (GNU LilyPond) 2.16.0  convert-ly: Processing `'...
Applying conversion: 2.15.7, 2.15.9, 2.15.10, 2.15.16, 2.15.17,
2.15.18, 2.15.19, 2.15.20, 2.15.25, 2.15.32, 2.15.39, 2.15.40,
2.15.42, 2.15.43, 2.16.0
%}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to