\version "1.4.12" \include "paper20.ly" italicas=\property Lyrics . LyricText \override #'font-shape = #'italic rectas=\property Lyrics . LyricText \override #'font-shape = #'upright \header{ subtitle="El misterio de las voces búlgaras \\\\ \\ " title="YA HELO \\\\ \\ " % subtitle="" tagline="Copia: Nancho Alvarez" footer="Editado con LilyPond" poet = "" } global=\notes{\key ees \major \time 3/4 \skip 1*3/4*14 \bar "|." } cantus=\notes{ c'8 f' f'2 | g'8 f' bes'2 | aes' g'8 f' | f'2 f'4 | %5 ees' aes' aes' | aes'2 g'8 f' | f'2 r4 | c'8 f' f'2 | g'8 f' bes'2 | %10 aes' g'8 f' | f' f' ees' aes' ~ aes'4 ~ | aes' g'8 aes' aes'4 ~ | aes'2 g'8 f' | f'2. } altus=\notes{ c'8 f' f'2 | g'8 f' g'2 | f' e'8 f' | f'2 f'4 | %5 f' f' f' | f'2 e'8 f' | f'2 r4 | c'8 f' f'2 | g'8 f' g'2 | %10 f' e'8 f' | f' f' f' f' ~ f'4 ~ | f' f' f' ~ | f'2 e'8 f' | f'2. } tenor=\notes{ c'8 f' f'2 | f'4 ees'2 | des' c'8 f' | ees'2 f'4 | %5 ees' des' c' | b2 c'8 f' | ees'2 r4 | c'8 f' f'2 | f'4 ees'2 | %10 des' c'8 f' | ees' f' ees' des' ~ des'4 ~ | des' c' b ~ | b2 c'8 f' | ees'2. } textocantus=\lyrics{ Ya he -- lo, he -- _ lo ma -- len -- _ ka a co -- sa tie -- be pa -- _ sou. A ti -- che ve _ lech' pa -- len -- _ ka ya he -- lo, _ _ he -- _ lo, _ he -- _ lo. } textoaltus=\lyrics{ Ya he -- lo, he -- _ lo ma -- len -- _ ka a co -- sa tie -- be pa -- _ sou. A ti -- che ve _ lech' pa -- len -- _ ka ya he -- lo, _ _ he -- lo, _ he -- _ lo. } textotenor=\lyrics{ Ya he -- lo, he -- lo ma -- len -- _ ka a co -- sa tie -- be pa -- _ sou. A ti -- che ve lech' pa -- len -- _ ka ya he -- lo, _ _ he -- lo, _ he -- _ lo. } \score{ \context ChoirStaff < \addlyrics \context Staff = "v1"< % \property Staff.noAutoBeaming=##t \property Staff.instrument="1. " \global \clef treble \cantus > \context Lyrics="l1" \textocantus \addlyrics \context Staff = "v2"< % \property Staff.noAutoBeaming=##t \property Staff.instrument="2. " \global \clef treble \altus > \context Lyrics="l2" \textoaltus \addlyrics \context Staff = "v3"< % \property Staff.noAutoBeaming=##t \property Staff.instrument="3. " \global \clef treble \tenor > \context Lyrics="l3" \textotenor > \paper { linewidth=19.6 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 pagenumber=no textheight= 26.0 \cm \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi{ \tempo 4 = 120} }