„Kotta:Himnusz” változatai közötti eltérés
Ugrás a navigációhoz
Ugrás a kereséshez
Nincs szerkesztési összefoglaló |
|||
70. sor: | 70. sor: | ||
\dallam |
\dallam |
||
\layout { indent = 1.25\cm } |
\layout { indent = 1.25\cm } |
||
+ | } |
||
+ | \score { |
||
+ | \unfoldRepeats |
||
+ | \dallam |
||
+ | \midi { } |
||
+ | } |
||
+ | </score> |
||
+ | |||
+ | == Egynemű karra == |
||
+ | <score vorbis="1" midi="1" raw="1"> |
||
+ | \version "2.18.2" |
||
+ | \paper { print-all-headers = ##t system-system-spacing.basic-distance = #20 } |
||
+ | %\layout { \context { \Voice \consists "Ambitus_engraver" } } |
||
+ | \header { tagline = "" } |
||
+ | soregy = \relative c' { e4. f8 g4 c | g f e2 | a4 g f e | } |
||
+ | sorket = \relative c' { d4. e8 f4 d' | f, e d2 | g4 f e d | } |
||
+ | felso = \relative c' { \override Score.MetronomeMark.padding = #2 \tempo "Andante religioso" 4 = 60 |
||
+ | \soregy | d4( e) f2\fermata | \break \sorket | \octaveCheck c' c4( d) e2\fermata | \break |
||
+ | c'4. b8 a4 gis | a b e,2 | e'4.( d8) c4 b | c d g,2 | f'4. e8 d4 c | b4. a8 g4 f | e e d d8( e) c2. b'4\rest | \bar "|." |
||
+ | } |
||
+ | also = \relative c' { \soregy | d4( cis4) d2\fermata | \sorket | \octaveCheck c' c4( b) c2\fermata | |
||
+ | e4. e8 e4 e | e dis e2 | g g4 g | g fis g2 | a4. g8 f4 a | g4. f8 e4 d | c c c b | c2. b'4\rest | |
||
+ | } |
||
+ | alsosor = \relative c' { |
||
+ | c4. d8 e4 e | e d c2 | f4 e d cis | d( a) d2_\fermata | b4. c8 d4 f | d c b2 | e4 d c b | c( g) c2_\fermata | |
||
+ | a4. b8 c4 d | c b e2 | c4.( d8) e4 f | e d g2 | d4. e8 f4 fis | g g,8 a b4 g | c a f g | c2. r4 | |
||
+ | } |
||
+ | dinamika = { \repeat unfold 2 { s4.\p\< s2 s8 | s4\> s2. | s4\> s1. s4\! | } |
||
+ | s4.\mf s8 s2 | s1 | s4.\f s8 s2 | s1 | s4.\ff s8 s2 | s2. s1*2\> s4 \! | |
||
+ | } |
||
+ | dallam = << |
||
+ | \new Dynamics { \dinamika } % felső dinamika sor |
||
+ | \new Staff \with { instrumentName = #"I-II." } { |
||
+ | << \set Staff.midiInstrument = "drawbar organ" |
||
+ | \new Voice = "foszolam" { \voiceOne \felso } |
||
+ | \new Voice { \voiceTwo \also } |
||
+ | >> } |
||
+ | \new Lyrics \lyricsto "foszolam" { |
||
+ | Is -- ten, áldd meg a ma -- gyart jó kedv -- vel, bő -- ség -- gel, |
||
+ | Nyújtsd fe -- lé -- je vé -- dő kart, ha küzd el -- len -- ség -- gel; |
||
+ | Bal -- sors a -- kit ré -- gen tép, hozz rá víg esz -- ten -- dőt: |
||
+ | Meg -- bűn -- hőd -- te már e nép a múl -- tat s_jö -- ven -- dőt! |
||
+ | } |
||
+ | \new Staff { \set Staff.instrumentName = "III." \set Staff.midiInstrument = "drawbar organ" \alsosor } |
||
+ | \new Dynamics { \dinamika } % alsó dinamika sor |
||
+ | >> |
||
+ | \score { |
||
+ | \new ChoirStaff { \dallam } |
||
+ | \header { |
||
+ | title = "Himnusz" |
||
+ | composer = "Erkel Ferenc" |
||
+ | poet = "Kölcsey Ferenc" |
||
+ | } |
||
+ | \layout { indent = 1.0\cm } |
||
} |
} |
||
\score { |
\score { |