\version "2.18.2" % automatically converted by musicxml2ly from /home/bb/Oud/Die_Gedanken_sind_frei.mxl #(set-global-staff-size 27) %%% Systemgröße % first, define a variable to hold the formatted date: date = #(strftime "%d-%m-%Y %H:%M" (localtime (current-time))) % Macros %#(define RH rightHandFinger) % -\RH #1,2,3 - allows right hand notation sl = \glissando % Slide \header { title = "Hotel California Chorus for Banjo" subtitle = "for educational purposes only" poet = \markup \tiny {"HotelCaliforniaChorus.ly" \date {" "}} composer = \markup \tiny { "Eagles - arranged by ear" } } verseOnePartOne = \lyricmode { %"\"I" am so lone -- "ly,\"" said she %"\"This" could be Heaven or this could be "Hell\"" { \skip 4 } On8 a dark4 des-8 ert highway,1 { \skip 4 } cool4 wind in8 my8 hair1 { \skip 4 } Warm4 smell of8 co-8 li-4 tas, { \skip 2 } ris- ing up4 through8 the air1 Up4 ahead in the distance,1 I4 saw a shimmering light1 { \skip 8 } My8 head grew hea- vy and my sight4 grew dim { \skip 4 } I4 had8 to stop4 for8 the night1 } verseOnePartTwo = \lyricmode { { \skip 4 } There8 she stood4 in8 the door- way;1 % { \skip 8 } I8 heard the mis- sion bell,4 { \skip 1 } { \skip 4. } And8 I was thin- king to my-4 self: "\"This"8 could be Heav-4 en or8 this could be "Hell.\""1 { \skip 4. }Then8 she lit up a can-4 dle, { \skip 2 } { \skip 4 } and8 she showed4 me8 the Way1 { \skip 4 } There8 were voic- es down the Cor-4 ri- dor, { \skip 4 } { \skip 8 } I8 thought I heard4 them Say... } Chorus = \lyricmode { { \skip 4 } Wel- come to8 the Hot-4 el Ca-8 li- forn-4 -ia { \skip 2 .} { \skip 2. } Such8 a love-8 ly place4 { \skip 4 } (Such8 a love-4 ly place) Such_a4 love- ly face4 { \skip 4 } { \skip 1 } Plen- ty_of rooms at8 the Hotel4 Ca- li- forn- ia { \skip 2 .} { \skip 2 .} Any4 time of_the year (Any time of_the year) You_can find it here. } harmonies = \chordmode{ as1 as1 es1 es1 g1:7 g1:7 c1:m c1:m as1 as1 es 1 es1 f1:m7 f1:m7 g1:7 g1:7 } hotelcaliforniachorus = { \override Score.BarNumber.break-visibility = ##(#t #t #t) as4 c'8 [g'\5] c' as c' [g'\5] | as4 c'8 [g'\5] c' ^" H" (d'\2) c' [g'\5] | bes4 < g' es' bes >8 [g'\5] g' es'\2 g' [g'\5] | bes4 < g' es' bes >8 [g'\5] g' [es'\2] bes\2 ^" P" (g) | g [es] f [g'\5] f4 < g b d' >8 [g'\5] | b [g] a ^" P" (g) es4 f | bes8\2 ^" P" (g) es [g'\5] es4 8 [g'\5] | c'4 8 [g'\5] es' [c'] es' [g'\5] g8 ^" H" (bes) c'8 [g'\5] c' [c'] c' [g'\5] c'4 c'8 [g'\5] c' ^" H" (d'\2) c' [g'\5] | bes4 bes8 [g'\5] g' [es'\2] bes\2 [g'\5]| d4 < g' es' bes >8 [g'\5] g' [es'\2] bes\2 ^" P" (g) | as8 [es] f8 [g'\5] as4 as8 [g'\5] | as8 [f] as8 [g'\5] as4 8 [g'\5] | a ^" P" (g) < g b d' >8 [g'\5] f' ^" P" (d') d' [b] | g4 < g b d' >8 [g'\5] g [d'] < g b d' >8 [g'\5] \bar "|." } << \new ChordNames { \set chordChanges = ##t \harmonies } \new TabStaff { \override Staff.Clef #'stencil = #ly:text-interface::print \override Staff.Clef #'text = \markup \whiteout \raise #2.5 \bold \override #'(baseline-skip . 1.5) \center-column { \abs-fontsize #12 { d'' b' g' d' g'' } } \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo \set TabStaff.stringTunings = #banjo-open-g-tuning \tabFullNotation \stemDown \hotelcaliforniachorus } \new Lyrics { \Chorus } >>