\version "2.12.2" % necessary for upgrading to future LilyPond versions. \include "deutsch.ly" \header{ title = "straight Rock" subtitle = \markup \italic "- in E -" meter = "" poet = "" composer = \markup \italic "Standard" % tagline = "hallo matt" arranger = "dez. 2009" } guitarChords = \chordmode { \germanChords %e1 | e | e | e | a | a | e | e | h | a | e | h } upper = \relative c' { \clef treble \key e \major \time 4/4 \tempo 4 = 120 4\mp | 4 4 | 4 \break 4 | 4 | 4 | 4 | \break 4 | 4 | 4 | 4 |\bar ":|" } lower = \relative c, { \clef bass \key e \major \time 4/4 e4_5\f gis_3 h_1 cis_3 | d4_2 cis_3 h_1 gis_3 | e4 gis h cis | d4 cis h gis | \ottava # -1 a,4 cis e fis | g4 fis e cis \ottava # -0 | e4 gis h cis | d cis h gis | \ottava # -1 h,4_5 fis'_2 dis_3 h_5 | a4_5 e' cis a | e gis h cis | a ais h2 } \score{ << \new ChordNames = "Chords" \guitarChords \new PianoStaff << \new Staff = "upper" \upper \new Staff = "lower" \lower >> >> \midi { } \layout { } }