10.04.2013 Views

in Snippets - LilyPond

in Snippets - LilyPond

in Snippets - LilyPond

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 489<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 />

<strong>in</strong>dicat<strong>in</strong>g rests of different length.<br />

\<strong>in</strong>clude "gregorian.ly"<br />

chant = \relative c' {<br />

\set Score.tim<strong>in</strong>g = ##f<br />

f4 a2 \divisioM<strong>in</strong>ima<br />

g4 b a2 f2 \divisioMaior<br />

g4( f) f( g) a2 \f<strong>in</strong>alis<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 />

\override Flag #'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 />

Lorem<br />

ipsum dolor sit a met

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

Saved successfully!

Ooh no, something went wrong!