Lilypond test

From www.PSALTIKI.info
Revision as of 22:09, 9 June 2019 by Root (talk | contribs)
Jump to: navigation, search

железо не надо 2  м² . ™ ™

 \relative c' {  e8 c e c f e d4 g,8 g g a16 b c8 c c4 e8 c e c f e d4 g,8 g g a16 b c8 c c4 }



\include "gregorian.ly"
\score {
  <<
    \new VaticanaVoice = "cantus" {
      \[ c'\melisma c' \flexa a \]
      \[ a \flexa \deminutum g\melismaEnd \]
      f \divisioMinima
      \[ f\melisma \pes a c' c' \pes d'\melismaEnd \]
      c' \divisioMinima \break
      \[ c'\melisma c' \flexa a \]
      \[ a \flexa \deminutum g\melismaEnd \] f \divisioMinima
    }
    \new Lyrics \lyricsto "cantus" {
      San- ctus, San- ctus, San- ctus
    }
  >>
  \layout { }
  \midi {  }
}


No MIDI file generated despite being requested. If you are working in raw LilyPond mode, make sure to provide a proper \midi block.