\version "2.24.1" % automatically converted by musicxml2ly from Abend_ist_es-Voice_2.mxl \pointAndClickOff #(set-global-staff-size 32.1) \paper { paper-width = 21.00\cm paper-height = 29.7\cm top-margin = 0.92\cm bottom-margin = 1.59\cm left-margin = 2.22\cm right-margin = 2.22\cm indent = 1.6146153846153846\cm } \header { title = "Abend ist es" composer = "Satz: Bernhard M. Wiedemann" poet = "Noten+Text: Unbekannt" encodingsoftware = "MuseScore 4.0.2" encodingdate = "2024-07-01" subtitle = Kanon } \layout { \context { \Score skipBars = ##t } } PartPOneVoiceOne = \relative g' { \clef "treble" \numericTimeSignature\time 4/4 \key c \major | % 1 \tempo 4=80 a4 a4 a4 gis4 | % 2 a4 a4 b4 e,4 | % 3 e'4 f8 (e8) d4 d4 | % 4 c4 d8 (c8) b4 b4 | % 5 a8 ( c8 b8 a8 ) e'4 e4 \bar "|." } PartPOneVoiceOneLyricsOne = \lyricmode { A -- bend ist es, bald "wird's" dun -- "keln." Win -- de we -- "hen," Wol -- ken ge -- "hen," Sterne fun -- "keln." } % The score definition \score { << \new Staff << %\set Staff.instrumentName = "Voice" \context Staff << \mergeDifferentlyDottedOn\mergeDifferentlyHeadedOn \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne } \new Lyrics \lyricsto "PartPOneVoiceOne" { \set stanza = "1." \PartPOneVoiceOneLyricsOne } >> >> >> \layout {} % To create MIDI output, uncomment the following line: % \midi {\tempo 4 = 80 } }