10.04.2013 Views

in Snippets - LilyPond

in Snippets - LilyPond

in Snippets - LilyPond

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Text 186<br />

}<br />

}<br />

\l<strong>in</strong>e { O sacrum convivium }<br />

\l<strong>in</strong>e { <strong>in</strong> quo Christus sumitur, }<br />

\l<strong>in</strong>e { recolitur memoria passionis ejus, }<br />

\l<strong>in</strong>e { mens impletur gratia, }<br />

\l<strong>in</strong>e { futurae gloriae nobis pignus datur. }<br />

\l<strong>in</strong>e { Amen. }<br />

}<br />

\hspace #2<br />

\column {<br />

\l<strong>in</strong>e { \italic { O sacred feast } }<br />

\l<strong>in</strong>e { \italic { <strong>in</strong> which Christ is received, } }<br />

\l<strong>in</strong>e { \italic { the memory of His Passion is renewed, } }<br />

\l<strong>in</strong>e { \italic { the m<strong>in</strong>d is filled with grace, } }<br />

\l<strong>in</strong>e { \italic { and a pledge of future glory is given to us. } }<br />

\l<strong>in</strong>e { \italic { Amen. } }<br />

}<br />

\hspace #1<br />

O sacrum convivium<br />

<strong>in</strong> quo Christus sumitur,<br />

recolitur memoria passionis ejus,<br />

mens impletur gratia,<br />

futurae gloriae nobis pignus datur.<br />

Amen.<br />

Str<strong>in</strong>g number extender l<strong>in</strong>es<br />

O sacred feast<br />

<strong>in</strong> which Christ is received,<br />

the memory of His Passion is renewed,<br />

the m<strong>in</strong>d is filled with grace,<br />

and a pledge of future glory is given to us.<br />

Amen.<br />

Make an extender l<strong>in</strong>e for str<strong>in</strong>g number <strong>in</strong>dications, show<strong>in</strong>g that a series of notes is supposed<br />

to be played all on the same str<strong>in</strong>g.<br />

str<strong>in</strong>gNumberSpanner =<br />

#(def<strong>in</strong>e-music-function (parser location Str<strong>in</strong>gNumber) (str<strong>in</strong>g?)<br />

#{<br />

\override TextSpanner #'style = #'solid<br />

\override TextSpanner #'font-size = #-5<br />

\override TextSpanner #'(bound-details left stencil-align-dir-y) = #CENTER<br />

\override TextSpanner #'(bound-details left text) = \markup { \circle \number #Str<strong>in</strong>gNum<br />

#})<br />

\relative c {<br />

\clef "treble_8"<br />

\str<strong>in</strong>gNumberSpanner "5"<br />

\textSpannerDown<br />

a8\startTextSpan<br />

b c d e f\stopTextSpan<br />

\str<strong>in</strong>gNumberSpanner "4"<br />

g\startTextSpan a<br />

bes4 a g2\stopTextSpan<br />

}

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

Saved successfully!

Ooh no, something went wrong!