lessons/counterpoint/2016exercises: Razminka_02-offset__yushi.ly
| File Razminka_02-offset__yushi.ly, 1001 bytes (added by kgushin, 9 years ago) | 
|---|
| Line | |
|---|---|
| 1 | \version "2.16.0" | 
| 2 | |
| 3 | \include "deutsch.ly" | 
| 4 | |
| 5 | \paper { | 
| 6 | % ÐÑПпПÑÑОО ÐœÐŸÑ Ðž ÑÑОÑÑÑ | 
| 7 | myStaffSize = #20 | 
| 8 | #(define fonts | 
| 9 | (make-pango-font-tree "AcademyCTT" | 
| 10 | "AcademyCTT" | 
| 11 | "Luxi Mono" | 
| 12 | (/ myStaffSize 20))) | 
| 13 | |
| 14 | } | 
| 15 | |
| 16 | common = { | 
| 17 | \key c \major | 
| 18 | \time 4/4 | 
| 19 | \tempo 4 = 120 | 
| 20 | } | 
| 21 | |
| 22 | upper = { \relative c' { | 
| 23 | \common | 
| 24 | \repeat volta 2 { | 
| 25 | a'8 h c h d4 h8 a | 
| 26 | f8 ~ f gis ~ gis d' h c a | 
| 27 | c h c a e8 ~ e a ~ a | 
| 28 | g8 ~ g c c a f8 ~ f g | 
| 29 | h f a e h' a d g, | 
| 30 | d' ~ d c ~ c c ~ c h a | 
| 31 | a1 | 
| 32 | } | 
| 33 | } | 
| 34 | } | 
| 35 | |
| 36 | lower = { \relative c' { | 
| 37 | \common | 
| 38 | \repeat volta 2 { | 
| 39 | r2 r4. a'8 h c h d4 h8 a | 
| 40 | f8 ~ f gis ~ gis d' h c a | 
| 41 | c h c a e8 ~ e a ~ a | 
| 42 | g8 ~ g c c a f8 ~ f g | 
| 43 | h f a e h' a d g, | 
| 44 | d' ~ d c ~ c c ~ c h a | 
| 45 | a | 
| 46 | } | 
| 47 | } | 
| 48 | } | 
| 49 | |
| 50 | \score { | 
| 51 | << | 
| 52 | \new Staff \upper | 
| 53 | \new Staff \lower | 
| 54 | >> | 
| 55 | \layout{} | 
| 56 | } | 
| 57 | |
| 58 | \score { | 
| 59 | \unfoldRepeats { | 
| 60 | << | 
| 61 | \new Staff \tempo 4 = 120 \common \upper | 
| 62 | \new Staff \common \lower | 
| 63 | >> | 
| 64 | } | 
| 65 | \midi{} | 
| 66 | } | 
| 67 | 

