27.03.2013 Views

LilyPond Snippets

LilyPond Snippets

LilyPond Snippets

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Templates 378<br />

Templates<br />

Ancient notation template – modern transcription of gregorian<br />

music<br />

This example demonstrates how to do modern transcription of Gregorian music. Gregorian<br />

music has no measure, no stems; it uses only half and quarter note heads, and special marks,<br />

indicating rests of different length.<br />

\include "gregorian.ly"<br />

chant = \relative c' {<br />

\set Score.timing = ##f<br />

f4 a2 \divisioMinima<br />

g4 b a2 f2 \divisioMaior<br />

g4( f) f( g) a2 \finalis<br />

}<br />

verba = \lyricmode {<br />

Lo -- rem ip -- sum do -- lor sit a -- met<br />

}<br />

\score {<br />

\new Staff ><br />

\layout {<br />

\context {<br />

\Staff<br />

\remove "Time_signature_engraver"<br />

\remove "Bar_engraver"<br />

\override Stem #'transparent = ##t<br />

}<br />

\context {<br />

\Voice<br />

\override Stem #'length = #0<br />

}<br />

\context {<br />

\Score<br />

barAlways = ##t<br />

}<br />

}<br />

}<br />

<br />

<br />

Lorem ipsum<br />

dolor<br />

sit a met

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!