\version "2.23.14"
  \header {
  title = "Stille Nacht, heilige Nacht"
  poet = "Text: Joseph Mohr (1816)"
  composer = "Melodie: Franz Xaver Gruber (1818)"
  }
\score {
  \midi { \tempo 4 = 80 }
  \layout{indent=0}
  <<
  \relative c' {
  \clef "treble"
  \time 6/8
  \key d \major
  a'8.( b16) a8 fis4 r8 | a8. b16 a8 fis4 r8 | e'8. ( dis16) e8 cis4 r8 | d8. ( cis16) d8 a4 r8 |
  b4 b8 d8. ( cis16) b8 | a8. b16 a8 fis4 r8 | b4 b8 d8.( cis16) b8 | a8. b16 a8 fis4 r8 |
  cis'8. cis16 cis8 e8. d16 cis8 | d4.( fis4) r8 | d8. a16 fis8 a8. g16 e8 | d2 r4 
  }
  \addlyrics {
    \set stanza = "1."
    Stil -- le Nacht, hei -- li -- ge Nacht!
    Al -- les schläft, ein -- sam wacht
    nur das trau -- te, hei -- li -- ge Paar.
    Hol -- der Kna' im lok -- kig -- ten Haar,
    schla -- fe in himm -- li -- scher
    Ruh, schla -- fe in himm -- li -- scher Ruh.
  }
  >>
}