• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Corpus Christi Watershed

Pope Saint Paul VI (3 April 1969): “Although the text of the Roman Gradual—at least that which concerns the singing—has not been changed, the Entrance antiphons and Communions antiphons have been revised for Masses without singing.”

  • Donate
  • Our Team
    • Our Editorial Policy
    • Who We Are
    • How To Contact Us
    • Sainte Marie Bulletin Articles
    • Jeff’s Mom Joins Fundraiser
    • “Let the Choir Have a Voice” (Essay)
  • Pew Resources
    • Brébeuf Catholic Hymnal
    • Jogues Illuminated Missal
    • Repository • “Spanish Music”
    • KYRIALE • Saint Antoine Daniel
    • Campion Missal, 3rd Edition
  • MUSICAL WEBSITES
    • René Goupil Gregorian Chant
    • Noël Chabanel Psalms
    • Nova Organi Harmonia (2,279 pages)
    • Roman Missal, 3rd Edition
    • Catechism of Gregorian Rhythm
    • Father Enemond Massé Manuscripts
    • Lalemant Polyphonic
    • Feasts Website
  • Miscellaneous
    • Site Map
    • Secrets of the Conscientious Choirmaster
    • “Wedding March” for lazy organists
    • Emporium Kevin Allen
    • Saint Jean de Lalande Library
    • Sacred Music Symposium 2023
    • The Eight Gregorian Modes
    • Gradual by Pothier’s Protégé
    • Seven (7) Considerations
Views from the Choir Loft

User Manual

New 2021 March 23 screencast: View on Youtube or on RUMBLE! (I’m still getting the hang of Rumble – it says this video is private, unlisted, unsearchable and available to my subscribers, so if you have trouble viewing it, you may need to subscribe to me on rumble. My channel is Kids Chant.

New 2020 January 4 screencast: How to Blog with Veronica B

Table of Contents

  • The Tease or Excerpt
  • The Facebook Discussion Link
  • Common use of Picture at the Top
  • How to “Edit the Code” or HTML
  • Divider Stars
  • Common Use of a Beginning Capital (Drop Cap)
  • Link Target Blank – links open in a new tab – WordPress gives you an option to include this code with their link button – see “Open link in a new tab”
  • Youtube and Vimeo embeds
  • Preceding important stuff (mostly downloads) with stars and spaces
  • Footnotes

INTRODUCTORY (September 5, 2015) :     PART A   •   PART B

The Tease or Excerpt

The old blog called it the Tease. WordPress calls it the Excerpt. I’ve made a short video for visual learners. The text version follows.

Classic Editor

When you are editing a post, either it will be there in a box beneath where you edit your article text. You scroll down a bit and it’s there, past the SEO stuff that the Genesis framework adds in. If the Excerpt box is not there, you need to activate that box by clicking the Screen Options tab up the top right. Activating it is just a once off task.

Blocks Editor

The Excerpt box is in the Document tab on the right, scroll down past the Featured Image. If it’s not appearing, then you can enable it by clicking on the three dots block in the top right corner and choosing Options, right down the end of that menu. Activating it is just a once off task.

The Discussion on Facebook Link

Similarly to the Excerpt/Tease box, the Facebook Link is accomplished with a box which is hidden by default. You need to activate Custom Fields box, the same way you activated the Excerpt box.

Once you have activated the Custom Fields box, then the trick is to find the post id from the relevant Facebook post. The page you’re looking for is a url with just your post in it and the word “post” in the url. There will be one big number there, which you should be able to double click to select then copy it.

Once you have that precious number, you head over to your post on the blog, find the Custom Field box and under Add new custom field you click Select and select the fb_post_id. Then you paste that magic number from facebook into the blank box adjacent and then hit the button Add new custom field. That button is tempting, but wait until you have the fb_post_id selected and the number ready to go.

If you do hit that button early and end up with some blank custom fields, it’s best to delete the extra ones and keep to one correct one.

COMMON USE OF A PICTURE at the top:

Use the Media Library – select alignment as needed. Check that the code goes before the drop cap if you’re using one.

Link to “Media File” to enable lightbox effect.

Editing Code in the Classic Editor

There are two tabs to the right of the content box: Visual and Text. Choose Text to edit the code. Choose Visual for a rough idea of how it will look.

Editing Code in the Block Editor

Each paragraph block has a menu bar which pops up when that paragraph is selected. The rightmost icon has three dots. Clicking on those three dots opens up a longer menu where you can find “Edit as HTML”. Select that to edit the code. Next time you click that three dot symbol, you will see “Edit Visually” in the menu. Choose that to go back to the regular view.


Divider Stars

Code for those stars:


<img src="https://archive.ccwatershed.org/media/photologue/photos/874_STARS_DIVIDE_STAR.png" />

And this code:


<img src="https://archive.ccwatershed.org/media/photologue/photos/182-divider.png" />

Makes this bar:

<img class="aligncenter size-full wp-image-29055" src="https://www.ccwatershed.org/wp-content/uploads/2020/06/77727-Black-Line.png" alt="" width="2168" height="69" />

COMMON USE of the beginning Capital Letter:

Here’s the old code:

<img src="https://archive.ccwatershed.org/media/photologue/photos/4ln_Z.png" align="left" style="margin: .3em 1em 0 0;"><strong>ZZZZZZZZZZ</strong>

Which comes out like this:

ZZZZZZZZZZ

 

 

Here is the new code (as of September 2020) :

<span class="fancy-drop-cap">H</span><strong>ERE</strong> is a new code

HERE is some new code for fancier drop caps. There are two classes. The second produces slightly larger and generally fancier drop caps. As you may have guessed from the name.

  • class="fancy-drop-cap"
  • class="very-fancy-drop-cap"

Both can be further customized, experimenting with the numbers in style="font-feature-settings: 'ss03'; margin: 0px 8px -8px -8px" The size of the drop cap can be changed by adding font-size: 7em; into that style property, making sure to separate each command with a semi-colon (;).

Further Examples

Veronica Brandt • “Lalande Drop-Cap Letters” a page of examples for every letter of the alphabet (right now I’ve only pasted the codes down to F, but hope to get back to finish the rest soon!)

<span class="fancy-drop-cap" style="font-feature-settings: 'ss03'; margin: 0px 8px -8px -8px">H</span><strong>ERE</strong> is some new code for fancier drop caps. There are two classes. The second produces slightly larger and generally fancier drop caps. As you may have guessed from the name.

HERE is some new code for fancier drop caps. There are two classes. The second produces slightly larger and generally fancier drop caps. As you may have guessed from the name.

<span class="fancy-drop-cap" style="font-feature-settings: 'ss12'; margin: 0px 8px 0 -28px">H</span><strong>ERE</strong> is some new code for fancier drop caps. There are two classes. The second produces slightly larger and generally fancier drop caps. As you may have guessed from the name.

HERE is some new code for fancier drop caps. There are two classes. The second produces slightly larger and generally fancier drop caps. As you may have guessed from the name. And here is an extra sentence to help see what happens with a few more lines in the paragraph. The margin values are given in this order: Top, Right, Bottom, Left. That is, clockwise starting at the top. All the drop caps are weird sizes, so you may need to experiment with different values to get the right effect.

* * HERE is the User Guide for the Fancy Font we use all over the place

You can see all the different styles and choose your favorite font-feature-settings accordingly.

 

Code for the Capital Letters   VIDEO

<img src="https://archive.ccwatershed.org/media/photologue/photos/4ln_Z.png" align="left" style="margin: .3em 1em 0 0;"><b>ZZZZZZZZZZ</b>

<img src="https://archive.ccwatershed.org/media/photologue/photos/3ln_Z.png" align="left" style="margin: .3em .7em 0 0;"><b>ZZZZZZZZ</b>

<img src="https://archive.ccwatershed.org/media/photologue/photos/2ln_Z.png" align="left" style="margin: .3em .5em 0 0;"><b>ZZZZZZZZ</b>

Drop Caps for BLOCKQUOTE
CORRECTION to video: This code must be placed inside the blockquote   VIDEO

<img src="https://archive.ccwatershed.org/media/photologue/photos/quoteZ.png" align="left" style="margin: .25em .5em 0 0;">

LINK TARGET BLANK

So that clicking your link takes visitors to a new tab and keeps ccwatershed open in an old tab so they can come back and finish reading the article later.

<a href="ZZZZZZtheURLgoesHereZZZZZZ" target="_blank">ZZZZwhatTheySeeZZZZZ</a>

YouTube and Vimeo

<center> [embed width=720 height=450] https://www.youtube.com/watch?v=It3i-dKusIM [/embed] </center>

The code above should result in a video like this:

Or you can use the Youtube Wizard button.  

Vimeo

 

<center> [embed width=720 height=450] https://vimeo.com/360529913 [/embed] </center>

  The code above should result in a video like this:

 

YOU CAN PRECEDE WITH stars & spaces:

&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: blue; font-size: 1em;"><b>* *</b></span>&nbsp;&nbsp;<a href="ZZZZZ" target="_blank"><strong>Some Text Goes Here</strong></a>

and it comes out looking like this:

* *  Some Text Goes Here

red text with bold
<span style="color: red;"><strong>So Incarnadine. Much Red.</strong></span>

So Incarnadine. Much Red.

Adding a picture

Use the Add Media button. The right panel gives you options including image alignment. If you would like lightbox effects then select Link to: “Media File”.

Adding a caption to your photo

Look in the options when inserting the photo – there should be a field for the Caption and/or Description.

Photo “gallery”

There is an option to Create A Gallery when you insert images. If this fails, insert thumbnails using the link to Media File option. Use the Text tab to line up the code for each photo on the one line (the editor will wrap the text, but any returns will make a new line) Put a space between each photo (between the </img> <img> tags.

Align text to the right (i.e. “right justify text”)
<span style="display: inline-block; float: right;">ZZZZZZZ</span>

Align items to the right
align="right" style="margin: .3em 0 1em 2em;"

Adding white space above or below text
<span style="display: inline-block; margin-bottom: 15px;"><b>To add white space after Blog Category Modification</b></span>

Using your “Facebook Metadata 300×300 image” as your Blog Preview Image

Set the Featured Image. It doesn’t need to be any particular dimensions. Bigger than 300×300 is good though. The rest should be handled automatically now, but I leave this here for posterity.

VIDEO
Here’s the link I remind you about in the video: Face “Debug” Link

When using the “center” command, there may be too much space at the top.
A quick way to fix it is to insert a negative margin margin-top:. The code for a video would be the following:

<iframe width="560" height="315" src="https://www.youtube.com/embed/Odq_OlHaC5U?rel=0" frameborder="0" allowfullscreen="" style="margin-top: -20px;"></iframe>

Working with Thumbnails:
November 14, 2013 (Part 1)   •   November 14, 2013 (Part 2)

FOOTNOTES:

REPLACE THE ZZZZ with “1” or “2” or whatever your number is and make sure to leave a space before you add it, otherwise the number will probably extend too far to the left in an ugly, hard-to-read way:

<span style="color: red; font-size: 1em; font-weight: bold;"><sup>ZZZZ</sup></span>


For the part at the bottom, you must replace both ZZZZZZ slots; the number and the actual footnote

<br clear=all>

<img src="https://archive.ccwatershed.org/media/photologue/photos/6584_BLACK_LINE.png">

<span style="color: black; font-size: .8em;"><b>NOTES FROM THIS ARTICLE:</b></span>

<blockquote><span style="color: red; font-size: 1em;"><strong>ZZZnumberZZZ</strong></span> &nbsp; ZZZZZZZZZ</blockquote>


If your article has a whole bunch of notes, it would look like this—notice how it always must END with a “blockquote” thing:

<img src="https://archive.ccwatershed.org/media/photologue/photos/6584_BLACK_LINE.png">
<span style="color: black; font-size: .9em;"><b>NOTES FROM THIS ARTICLE:</b></span>

<blockquote><span style="color: red; font-size: 1em;"><strong>ZZZ</strong></span> &nbsp; ZZZZZ
<br>
<br><span style="color: red; font-size: 1em;"><strong>ZZZ</strong></span> &nbsp; ZZZZZ
<br>
<br><span style="color: red; font-size: 1em;"><strong>ZZZ</strong></span> &nbsp; ZZZZZ
<br>
<br><span
style="color: red; font-size:
1em;"><strong>ZZZ</strong></span> &nbsp;
ZZZZZ</blockquote>

1st Sunday after Pentecost

Introit mp3 video score simple score organ score
Gradual mp3 video score simple score organ score
Alleluia mp3 video score simple score organ score
Offertory mp3 video score simple score organ score
Communion mp3 video score simple score organ score

Primary Sidebar

Corpus Christi Watershed

President’s Corner

    Music List • (3rd Sunday of Lent)
    Readers have expressed interest in seeing the ORDER OF MUSIC I created for this coming Sunday, which is the 3rd Sunday of Lent (8 March 2026). If such a thing interests you, feel free to download it as a PDF file. This feast has magnificent propers. Its stern INTROIT (“Óculi mei semper ad Dóminum”) is breathtaking, and the COMMUNION (“Qui bíberit aquam”) with its fauxbourdon verses is wonderful. I encourage all the readers to visit the feasts website, where the Propria Missae may be downloaded completely free of charge.
    —Jeff Ostrowski
    “Samaritánæ” (3rd Sunday of Lent)
    With regard to the COMMUNION for the 3rd Sunday of Lent (Year A), the Ordo Cantus Missae—which was published in 1969 by the Vatican, bearing Hannibal Bugnini’s signature and approbation in its PREFACE—inexplicably introduced a variant melody and slightly different words, as you can see by this comparison chart. When it comes to such items, they’re always done in secrecy by unnamed people. (Although it is known that Dom Eugène Cardine collaborated in the creation of the GRADUALE SIMPLEX, a book considered by some to be a travesty.)
    —Jeff Ostrowski
    PDF Download • “Ubi Caritas” (SATB)
    I remember singing “Ubi Cáritas” by Maurice Duruflé at the conservatory. I was deeply moved by it. However, some feel Duruflé’s version isn’t suitable for small choirs since it’s written for 6 voices and the bass tessitura is quite low. That’s why I was absolutely thrilled to discover this “Ubi cáritas” (SATB) for smaller choirs by Énemond Moreau, who studied with OSCAR DEPUYDT (d. 1925), an orphan who became a towering figure of Catholic music. Depuydt’s students include: Flor Peeters (d. 1986); Monsignor Jules Van Nuffel (d. 1953); Arthur Meulemans (d. 1966); Monsignor Jules Vyverman (d. 1989); and Gustaaf Nees (d. 1965). Rehearsal videos for each individual voice await you at #19705. When I came across the astonishing English translation for “Ubi Cáritas” by Monsignor Ronald Knox—matching the Latin’s meter—I decided to add those lyrics as an option (for churches which have banned Latin). My wife and I made this recording to give you some idea how it sounds.
    —Jeff Ostrowski

Quick Thoughts

    “Dies Irae” • A Monstrous Translation
    It isn’t easy to determine what Alice King MacGilton hoped to accomplish with her very popular book—A Study of Latin Hymns (1918)—which continued to be reprinted in new editions for at least 34 years. This PDF file shows her attempt to translate the DIES IRAE “in the fewest words possible.” There’s a place for dynamic equivalency, but this is repugnant. In particular, look what she does to “Quærens me sedísti lassus.”
    —Jeff Ostrowski
    PDF Download • “Holy, Holy, Holy”
    For vigil Masses on Saturday (a.k.a. “anticipated” Masses) we use this simpler setting of the “Holy, Holy, Holy” by Monsignor Jules Vyverman (d. 1989), a Belgian priest, organist, composer, and music educator who ultimately succeeded another ‘Jules’ (CANON JULES VAN NUFFEL) as director of the Lemmensinstituut in Belgium. Although I could be wrong, my understanding is that the LEMMENSINSTITUUT eventually merged with “Catholic University of Leuven” (originally founded in 1425). That’s the university Fulton J. Sheen attended.
    —Jeff Ostrowski
    Grotesque Pairing • “Passion Chorale”
    One of our rarest releases was undoubtably this PDF scan of the complete Pope Pius XII Hymnal (1959) by Father Joseph Roff, a student of Healey Willan. One of the scarcest titles in existence, this book was provided to us by Mr. Peter Meggison. Back in 2018, we scanned each page and uploaded it to our website, making it freely available to everyone. Readers are probably sick of hearing me say this, but just because we upload something that doesn’t necessarily mean it’s wonderful or worthy of imitation. We upload many publications precisely because they are ‘grotesque’, interesting, or revealing. Whereas the Brébeuf Catholic Hymnal had an editorial board that was careful and sensitive vis-à-vis pairing texts with tunes, the Pope Pius XII Hymnal (1959) seems to have been rather reckless in this regard. Please take a look at what they did with the PASSION CHORALE and see whether you agree.
    —Jeff Ostrowski

Random Quote

In 1951 (and again in 1952 and 1955) the Sacred Congregation of Rites gave permission to the bishops of the whole world to celebrate the “Vigil of the Lord’s Resurrection” as much as possible in conformity with the ancient ceremonial: the most noticeable change was to transfer the ceremonies to the late evening of Holy Saturday. During the experimental period the text of the Missal remains unchanged, and a special “Ordo Sancti Sabbati” has been published.

— Charles Richard Anthony Cunliffe (1955)

Recent Posts

  • “Dies Irae” • A Monstrous Translation
  • PDF Download • “Holy, Holy, Holy”
  • Music List • (3rd Sunday of Lent)
  • “National Survey” (Order of Christian Funerals) • By the USCCB Secretariat of Divine Worship
  • “Samaritánæ” (3rd Sunday of Lent)

Subscribe

Subscribe

* indicates required

Copyright © 2026 Corpus Christi Watershed · Isaac Jogues on Genesis Framework · WordPress · Log in

Corpus Christi Watershed is a 501(c)3 public charity dedicated to exploring and embodying as our calling the relationship of religion, culture, and the arts. This non-profit organization employs the creative media in service of theology, the Church, and Christian culture for the enrichment and enjoyment of the public.