%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/obtaining-2.12-lyrics-spacing-in-newer-versions.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Snippet Repository
%% (http://lsr.di.unimi.it).
%%
%% Make any changes in the LSR itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.23.13"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
縦方向のスペーシング エンジンはバージョン 2.14 で変更されました。@c
そのため、歌詞が異なってスペーシングされます。

@code{Lyric} と @code{Staff} コンテキストに対して、スペーシング エンジンが@c
バージョン 2.12 と同様に振る舞うようなプロパティをセットすることができます。
"
  doctitleja = "2.12 の歌詞のスペーシングを新しいバージョンで得る"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Il motore di spaziatura verticale è cambiato a partire dalla
versione 2.14.  Ciò può far sì che il testo vocale abbia un
posizionamento diverso.

È possibile impostare delle proprietà dei contesti @code{Lyric} e @code{Staff}
che facciano sì che il motore di spaziatura si comporti come nella versione 2.12.


"
  doctitleit = "Ottenere la spaziatura del testo della vecchia versione 2.12"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Le moteur d'espacement vertical des paroles a évolué avec la version
2.14.  Celles-ci peuvent donc se retrouver positionnées différemment.

Le moteur adoptera les usages de la version 2.12 une fois que vous aurez
réglé certaines propriétés des contextes @code{Lyric} et @code{Staff}.
"

  doctitlefr = "Espacement des paroles selon les pratiques de la version 2.12"

%% Translation of GIT committish: 1f7e785d25b62afbf2ed3119a9874010e79b9b12
  texidoces = "
El motor de espaciado vertical cambió en la versión 2.14.  Esto puede
hacer que se altere el espaciado de la letra de las canciones.  Es
posible fijar propiedades para los contextos @code{Lyric} y
@code{Staff} de forma que el motor de espaciado se comporte como lo
hacía en la versión 2.12.

"
  doctitlees = "Conseguir el espaciado de la letra de la versión 2.12
  en versiones más recientes"

%% Translation of GIT committish: 06f227dd80f3a30cbf33c879b7c125079dfaf5c3

  texidocde = "
Die Maschine für die vertikale Platzverteilung hat sich in Version 2.14 verändert.
Dadurch wurde Gesangstext auf andere Art verteilt.  Es ist möglich, Eigenschaften
von @code{Lyric}- und @code{Staff}-Kontexten einzustellen, um die Platzverteilung
so aussehen zu lassen wie für Version 2.12.

"
  doctitlede = "Platzverteilung von Gesangstext wie in 2.12 für neuere Versionen"


%% Translation of GIT committish: 1f7e785d25b62afbf2ed3119a9874010e79b9b12
  texidocca = "
El motor d'espaiat vertical va canviar a la versió 2.14.  Això pot
fer que s'alteri l'espaiat de la lletra de les cançons.  És
possible fixar propietats per als contextos @code{Lyric} i
@code{Staff} de forma que el motor d'espaiat es comporti com ho
feia a la versió 2.12.

"
  doctitleca = "Aconseguir l'espaiat de la lletra de la versió 2.12 en versions més recent"

  lsrtags = "vocal-music"

  texidoc = "
The vertical spacing engine changed since version 2.14.  This can cause
lyrics to be spaced differently.

It is possible to set properties for @code{Lyric} and @code{Staff}
contexts to get the spacing engine to behave as it did in version 2.12.
"

  doctitle = "Obtaining 2.12 lyrics spacing in newer versions"
} % begin verbatim


global = {
  \key d \major
  \time 3/4
}

sopMusic = \relative c' {
  % VERSE ONE
  fis4 fis fis | \break
  fis4. e8 e4
}

altoMusic = \relative c' {
  % VERSE ONE
  d4 d d |
  d4. b8 b4 |
}

tenorMusic = \relative c' {
  a4 a a |
  b4. g8 g4 |
}

bassMusic = \relative c {
  d4 d d |
  g,4. g8 g4 |
}

words = \lyricmode {
  Great is Thy faith -- ful -- ness,
}

\score {
  \new ChoirStaff <<
    \new Lyrics = sopranos
    \new Staff = women <<
      \new Voice = "sopranos" {
        \voiceOne
        \global \sopMusic
      }
      \new Voice = "altos" {
        \voiceTwo
        \global \altoMusic
      }
    >>
    \new Lyrics = "altos"
    \new Lyrics = "tenors"
    \new Staff = men <<
      \clef bass
      \new Voice = "tenors" {
        \voiceOne
        \global \tenorMusic
      }
      \new Voice = "basses" {
        \voiceTwo  \global \bassMusic
      }
    >>
    \new Lyrics = basses
    \context Lyrics = sopranos \lyricsto sopranos \words
    \context Lyrics = altos \lyricsto altos \words
    \context Lyrics = tenors \lyricsto tenors \words
    \context Lyrics = basses \lyricsto basses \words
  >>
  \layout {
    \context {
      \Lyrics
      \override VerticalAxisGroup.staff-affinity = ##f
      \override VerticalAxisGroup.staff-staff-spacing =
        #'((basic-distance . 0)
	   (minimum-distance . 2)
	   (padding . 2))
    }
    \context {
      \Staff
      \override VerticalAxisGroup.staff-staff-spacing =
        #'((basic-distance . 0)
	   (minimum-distance . 2)
	   (padding . 2))
    }
  }
}



% ****************************************************************
% end ly snippet
% ****************************************************************
