#(set-default-paper-size "letter") \version "2.12.1" \header { source = "" style = "" copyright = "" lastupdated = "" title = "Wein a Ramallah" poet = "Do / C" poet = "Do / C" composer = "Traditional Palestinian" tagline = "" } melody = \relative c'' { \tempo 4=100 \numericTimeSignature %\set Staff.instrumentName = "melody " \key ees \major \time 4/4 \mark \default \repeat volta 2 { c16 bes c ees g8 g16 f16~ f g16 f ees g8 g c,16 bes c ees g8 g16 f16~ f g16 f ees g4 c,16 bes c ees g8 g16 f16~ f g16 f ees f8 ees16 d c16 bes c ees f8 f16 d ees8 d16 c c4 } \break \mark \default \repeat volta 2 { ees4 d8 bes c4 c | r8 ees d bes c d ees f | f8 ees f d ees4 d8 bes | \time 2/4 c4 c | \time 4/4 f4 f8 f ees d c4 | f4 f8 f ees d c4 | f8 ees f d ees4 d8 bes | \time 2/4 c4 c | } \break \mark \default \repeat volta 2 { \time 4/4 1~ | 1 | 2 | \time 2/4 2 | \time 4/4 2 | 2 | 2 | \time 2/4 2 | } } harmony = \relative c'' { \tempo 4=100 \numericTimeSignature %\set Staff.instrumentName = "harmony " \key ees \major \time 4/4 \mark \default \repeat volta 2 { 1 | 1 | 1~ | 1 | } } bass = \relative c' { %\tempo 4=100 \numericTimeSignature %\set Staff.instrumentName = "bass " \key ees \major \time 4/4 \mark \default \repeat volta 2 { 1 | 1 | 1~ | 1 | } \mark \default \repeat volta 2 { c'4 g8 bes c4 g8 bes | c4 g8 bes c4 g8 ges | f4 aes8 f g4 bes8 b | \time 2/4 c4 g8 ges | \time 4/4 f4 aes8 bes c4 g8 ges | f4 aes8 bes c4 g8 ges | f4 aes8 f g4 bes8 b | \time 2/4 c4 c | } \break \mark \default \repeat volta 2 { \time 4/4 c1~ | c1 | c2 bes | \time 2/4 c2 | \time 4/4 c2 c | c2 c | c2 bes | \time 2/4 c2 | } } \book { \score { << \tempo 4 = 180 \unfoldRepeats \new Staff \melody \unfoldRepeats \new Staff \bass >> \midi { } } } #(define output-suffix "C") \book { \paper { #(define indent (* 0 cm)) } \header { poet = "C / Do" } \score { << \new Staff \melody %\new Staff \transpose c c,, { \clef bass \melody } \new Staff \transpose c c, {\clef bass \bass} >> } \markup{ \wordwrap-string #" Wein a Rhamallah / Wein a Rhamallah / Wilfi ya'msafer / Wein a Rhamallah Dab galbi wala / Dab galbi wala / Youm il waadahtak / Dab galbi wala " } } #(define output-suffix "Bflat") \book { \paper { #(define indent (* 0 cm)) } \header { poet = "B flat / Si bémol" } \score { << \new Staff { \transpose bes c' \melody } \new Staff { \transpose bes c'' \bass } >> } \markup{ \wordwrap-string #" Wein a Rhamallah / Wein a Rhamallah / Wilfi ya'msafer / Wein a Rhamallah Dab galbi wala / Dab galbi wala / Youm il waadahtak / Dab galbi wala " } } #(define output-suffix "Eflat") \book { \paper { #(define indent (* 0 cm)) } \header { poet = "E flat / Mi bémol" } \score { << \new Staff { \transpose ees c \melody } \new Staff { \transpose ees c' \bass } >> } \markup{ \wordwrap-string #" Wein a Rhamallah / Wein a Rhamallah / Wilfi ya'msafer / Wein a Rhamallah Dab galbi wala / Dab galbi wala / Youm il waadahtak / Dab galbi wala " } } #(define output-suffix "F") \book { \paper { #(define indent (* 0 cm)) } \header { poet = "F / Fa" } \score { << \new Staff { \transpose f c \melody } \new Staff { \transpose f c'' \bass } >> } \markup{ \wordwrap-string #" Wein a Rhamallah / Wein a Rhamallah / Wilfi ya'msafer / Wein a Rhamallah Dab galbi wala / Dab galbi wala / Youm il waadahtak / Dab galbi wala " } }