\version "1.4.12" \include "paper16.ly" italicas=\property Lyrics . LyricText \override #'font-shape = #'italic rectas=\property Lyrics . LyricText \override #'font-shape = #'upright \header{ composer="Harm. Kasimir Serocky" opus="(n. 1922)" title="BERCEUSE" subtitle="Tradicional polonesa" footer="Editado con LilyPond" tagline="Copia: Nancho Alvarez" piece="\qquad \qquad Lentamente e dolce" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 global=\notes{\key c \major \time 2/4 \skip 1*1/2*35 \bar "|." } cantus=\notes{ R1*2/4 | R1*2/4 | R1*2/4 | cis'4--^\pp cis'-- | %5 e'8-- e'-- d'4-- \breathe cis'8\< d' e' fis' | e' \!d' cis'4 \breathe e'2\> ~ | \!e' \breathe %10 e'4--^\p e'-- | g'8 a' e'4 \breathe a'8\< b' a' g' | a'-- a'-- \!e'4 \breathe g'2\> ~ | %15 \!g' \breathe g'4^\mp c'' | bes'8 c'' g'4 \breathe g'8\< c'' bes' c'' | g' g' \!f'4 \breathe %20 g'8 bes' g' f' e'!4\> cis' ~ | cis'2 ~ | \!cis'8^\p r r4 | R1*2/4 | \break %25 cis'4^\pp cis'^"(come eco)" | e'8 e' d'4 \breathe cis'8\< d' e' \!fis' | e' d' cis'4 \breathe e'2\> ~ | %30 \property Staff.noAutoBeaming=##t e'4 ~ \!e'8 \breathe f'!\< | e'2 ~ | e'4 ~ \!e'8 \breathe fis'\> | e'2 ~ | \!e'2^\fermata \breathe %35 <{s8 s8 s8 s8^\pp} cis'2^\fermata > } altus=\notes{ R1*2/4 | R1*2/4 | R1*2/4 | cis'4-- cis'-- | %5 e'8-- e'-- d'4-- \breathe cis'8 d' e' fis' | e' d' cis'4 \breathe cis'2 ~ | cis' \breathe %10 cis'4 d' | cis' d' \breathe cis' dis' | cis' d'! \breathe e'2 ~ | %15 e' \breathe e'4 f' | e' f' \breathe e' f' | e' ees' \breathe %20 d'2 | e'!4 cis' ~ | cis'2\> ~ | cis' ~ | \!cis'8 r^\pp r4 | %25 cis' cis' | e'8 e' d'4 \breathe cis'8 d' e' fis' | e' d' cis'4 \breathe cis'2 ~ | %30 \property Staff.noAutoBeaming=##t cis'4 ~ cis'8 \breathe d' | cis'2 ~ | cis'4 ~ cis'8 \breathe d' | cis'2 ~ | cis'^\fermata \breathe %35 a^\fermata } tenor=\notes{ a4->^\pp g | a-> g | a-> g \breathe a b | %5 a b \breathe a b | a b \breathe a b | a b \breathe %10 a bes | a bes \breathe a c'! | a bes \breathe c' bes | %15 c' bes \breathe c' g ~ | g bes \breathe c' g | c' b! \breathe %20 bes c' | g! bes | a g | R1*2/4 | R1*2/4 | %25 a4 b | a b \breathe a b | a b \breathe a b | %30 a b \breathe a b | a b \breathe a b | a2^\fermata \breathe %35 e^\fermata } bassus=\notes{ a4-> g | a-> g | a-> g \breathe a g | %5 f g \breathe a g | f! g \breathe a g | a g \breathe %10 e2 ~ | e \breathe e4 g | e2 \breathe c4 d | %15 g d \breathe c des | c des \breathe c des | c des \breathe %20 e gis | b fis \breathe a g | a g | a g \breathe %25 a g | f g \breathe a g | f g \breathe a g | %30 a g \breathe a g | a g \breathe a g | a2^\fermata \breathe %35 a,^\fermata } textocantus=\lyrics{ A a a a a a _ _ _ _ _ _ a _ a _ _ _ _ a _ _ _ _ _ _ a _ a _ _ _ _ a _ _ _ _ _ _ a _ _ _ _ _ _ _ m _ _ _ _ m _ _ _ _ _ _ m _ _ m _ _ _ m _ _ m } textoaltus=\lyrics{ A a a a a a _ _ _ _ _ _ a _ a _ _ _ a _ _ _ a _ a _ _ _ a _ _ _ a _ _ _ _ _ m _ _ _ _ m _ _ _ _ _ _ m _ _ m _ _ _ m _ _ m } textotenor=\lyrics{ M _ m _ m _ m _ _ _ m _ _ _ a _ _ _ a _ _ _ a _ _ _ a _ _ _ a _ _ _ a _ _ _ a _ _ _ _ _ m _ _ _ m _ _ _ m _ _ _ m _ _ _ m _ _ m } textobassus=\lyrics{ M _ m _ m _ m _ _ _ m _ _ _ m _ _ _ m _ m _ _ m _ _ _ m _ _ _ m _ _ _ a _ _ _ m _ _ _ _ _ m _ _ _ m _ _ _ m _ _ _ m _ _ _ m _ _ m } \score{ \context ChoirStaff < \addlyrics \context Staff = "v1"< \property Staff.instrument="Soprano " \global \clef treble \cantus > \context Lyrics="l1" \textocantus \addlyrics \context Staff = "v2"< \property Staff.instrument="Contralto " \global \clef treble \altus > \context Lyrics="l2" \textoaltus \addlyrics \context Staff = "v3"< \property Staff.VerticalExtent = #'(0 . 0) \property Staff.instrument="Tenor " \global \clef "G_8" \tenor > \context Lyrics="l3" \textotenor \addlyrics \context Staff ="v4"< \property Staff.instrument="Bajo " \global \clef bass \bassus > \context Lyrics="l4" \textobassus > \paper { linewidth=19.5 \cm interscoreline= 0.0 \cm interscorelinefill= 1.0 textheight= 26.0 \cm pagenumber=no \translator { \LyricsContext LyricText \override #'font-relative-size = #1 } % \translator { \HaraKiriStaffContext } \translator { \ScoreContext BarNumber \override #'padding = #2 } } %\midi {\tempo 4 = 120} }