Difference between revisions of "LilyPond 2.10.33 Hymn Template Instructions"

From HymnWiki
Jump to: navigation, search
m (I want piano introduction marks)
m (I want hymn-style piano introduction brackets)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[HymnWiki:Templates|Back to the templates page.]]
 
[[HymnWiki:Templates|Back to the templates page.]]
 +
 +
=Purpose of this article=
 +
This article is to help users understand the following LilyPond hymn template: [[media:LilyPond Hymn Template.ly|LilyPond SATB Hymn Template]]. I devoted a lot of time discovering the various aspects of LilyPond notation specifically useful for hymns, for this template. Of course, you might be satisfied without all the particulars I've added to the template, but if you're like me, you'll find it quite useful, and that it suits most of your needs. Let me know if this template lacks anything you need. —[[User:Veramet|Veramet]] 03:27, 25 October 2008 (UTC)
  
 
=LilyPond=
 
=LilyPond=
Line 14: Line 17:
 
=Lyrics=
 
=Lyrics=
  
==Getting Lyrics to Show Up==
+
==Getting lyrics to show up==
 
* First of all, type out your lyrics
 
* First of all, type out your lyrics
 
** i.e. the first verse would be at the end of the section that starts with ''sopWords = \lyricmode''; the second verse lyrics go in the section entitled ''sopWordsTwo = \lyricmode'', and so on.
 
** i.e. the first verse would be at the end of the section that starts with ''sopWords = \lyricmode''; the second verse lyrics go in the section entitled ''sopWordsTwo = \lyricmode'', and so on.
Line 26: Line 29:
 
==What about different alto, tenor, and bass lyrics?==
 
==What about different alto, tenor, and bass lyrics?==
 
* Write your lyrics in the section for those parts (you may have to create them if you have many verses).
 
* Write your lyrics in the section for those parts (you may have to create them if you have many verses).
* Move the line that says ''%\new Lyrics = basses { s1 }'', or such, to its proper position in the score: i.e. the bass section would go between line 162 and line 163 of your file.
+
* Move the line that says ''%\new Lyrics = basses { s1 }'', or such, to its proper position in the score: i.e. the bass section would go between line 164 and line 165 of your file.
  
 
=Where do I put my notes?=
 
=Where do I put my notes?=
* Put the soprano part on line 128, the alto after line 134, the tenor after line 156, and the bass after line 161.
+
* Put the soprano part on line 130, the alto after line 136, the tenor after line 158, and the bass after line 163.
  
 
==What if I have more than four parts?==
 
==What if I have more than four parts?==
Line 40: Line 43:
 
=Formatting=
 
=Formatting=
 
==I want an indent==
 
==I want an indent==
* Comment out or change the value for the line (line 14) that says ''indent = 0.0''
+
* Comment out or change the value for the line (line 16) that says ''indent = 0.0''
  
 
==There's two much space between systems (lines)==
 
==There's two much space between systems (lines)==
 
* Uncomment the following lines:
 
* Uncomment the following lines:
** %between-system-space = 0.1 \mm (line 16)
+
** %between-system-space = 0.1 \mm (line 18)
** %between-system-padding = #1 (line 17)
+
** %between-system-padding = #1 (line 19)
  
==I want piano introduction marks==
+
==I want hymn-style piano introduction brackets==
* Use the following Unicode characters as text markup: ⌜ (U+231C)
+
There are several methods to attempt this. Unfortunately, none of them I've seen I consider ''perfect'', but, I think some are better than others. Some of these methods may require use of a newer (or development) version of LilyPond. —[[User:Veramet|Veramet]] 01:35, 17 December 2008 (UTC)
⌝ (U+231D)
+
===Method 1===
** If you want it above a certain note (say c'4), type c'4^\markup{\huge \bigger \bigger \bigger ⌜}
+
*Have LilyPond draw the characters with special markup commands and then place them either above the notes or above the measure bars (it can be difficult to get them at equal vertical positions the latter way, though). For now, ask on the forum about how to do this.
*** \bigger and \huge are just to make the character bigger—if you want it smaller, you can leave them out.
+
===Method 2===
 +
*Use analysis brackets instead. For now, ask on the forum about how to do this.
 +
===Method 3===
 +
*Use the following Unicode characters as text markup: ⌜ (U+231C) and ⌝ (U+231D)
 +
**If you want it above a certain note (say c'4), type c'4^\markup{\huge \bigger \bigger \bigger ⌜}
 +
***\bigger and \huge are just to make the character bigger—if you want smaller characters, you can leave out these tags.
  
 
==How do I get a tempo mark followed by a range, rather than a set number?==
 
==How do I get a tempo mark followed by a range, rather than a set number?==
* Uncomment and edit line 50.  This will not change the midi tempo.
+
* Uncomment and edit line 52.  This will not change the midi tempo.
  
==Foreign Characters==
+
==Foreign characters==
 
* You need to use UTF-8 encoding for the foreign characters to show up.  ANSI won't cut it anymore (it worked for ANSI characters back in version 2.4.6).  SciTE is a text editor that handles this encoding.  Windows notepad (for Windows 2000 and higher) also does, though it's a rather featureless editor.
 
* You need to use UTF-8 encoding for the foreign characters to show up.  ANSI won't cut it anymore (it worked for ANSI characters back in version 2.4.6).  SciTE is a text editor that handles this encoding.  Windows notepad (for Windows 2000 and higher) also does, though it's a rather featureless editor.
  
 
==I want it to say 4/4 instead of having the symbol==
 
==I want it to say 4/4 instead of having the symbol==
* Uncomment line 59.
+
* Uncomment line 61.
  
 
=Other=
 
=Other=

Latest revision as of 19:35, 16 December 2008

Back to the templates page.

Purpose of this article

This article is to help users understand the following LilyPond hymn template: LilyPond SATB Hymn Template. I devoted a lot of time discovering the various aspects of LilyPond notation specifically useful for hymns, for this template. Of course, you might be satisfied without all the particulars I've added to the template, but if you're like me, you'll find it quite useful, and that it suits most of your needs. Let me know if this template lacks anything you need. —Veramet 03:27, 25 October 2008 (UTC)

LilyPond

  • Check out the LilyPond website, its tutorials, and such before you get too excited about this (you may want to learn the basics first). Nevertheless, a few of the basics are explained here. You'll need to install the program and get used to a text editor, the command prompt, and such too. I recommend SciTE as a text editor for LilyPond (Veramet can tell you how to configure it to compile and view the pdf, and play the midi from SciTE).

Comments

  • Everything on a line after a percentage sign (%) is a comment.
  • There is a lot of commented out code - uncommenting it will do different things to your music, unless the comment is there for documentation purposes.

Composer/Poet

Why are there two sections for the composer and poet?

  • Well, there's the standard way where they show up at the top, and then there's the more (what I consider to be) hymn-like way where they show up at the bottom. Try them both out and see which way you like.

Lyrics

Getting lyrics to show up

  • First of all, type out your lyrics
    • i.e. the first verse would be at the end of the section that starts with sopWords = \lyricmode; the second verse lyrics go in the section entitled sopWordsTwo = \lyricmode, and so on.
  • There are two things to uncomment, for each verse/stanza:
    •  %\context Lyrics = sopranos \lyricsto sopranos \sopWords
    •  %\new Lyrics = sopranos { s1 }

How do I get lyrics to show up outside of the music?

  • That's not within the scope of this template, sadly, but you can find out in the LilyPond documentation. It's kind of like adding the composer at the bottom.

What about different alto, tenor, and bass lyrics?

  • Write your lyrics in the section for those parts (you may have to create them if you have many verses).
  • Move the line that says %\new Lyrics = basses { s1 }, or such, to its proper position in the score: i.e. the bass section would go between line 164 and line 165 of your file.

Where do I put my notes?

  • Put the soprano part on line 130, the alto after line 136, the tenor after line 158, and the bass after line 163.

What if I have more than four parts?

  • Well, this is an SATB template, but there are ways.
    • If you want extra clefs and such, you may need a new template - or make a new one based off of this one.
    • If you want it all on two clefs, just use notation for chords.
      • For a c major chord (with the duration of a quarter note), type the following in place of the notation for a note: <g' e' c'>4 (this could be put in the soprano section for three different soprano notes)
      • If you want polyphonic music (with moving parts) that has more than four parts, try the following <<{}{}>> (put the top notes, including durations, in the first set of brackets; put the bottom ones in the second; you can create a third set of brackets and so forth); putting two slashes (I forget whether they were forward or backward) between the sets of brackets will make the stem directions face different ways.

Formatting

I want an indent

  • Comment out or change the value for the line (line 16) that says indent = 0.0

There's two much space between systems (lines)

  • Uncomment the following lines:
    •  %between-system-space = 0.1 \mm (line 18)
    •  %between-system-padding = #1 (line 19)

I want hymn-style piano introduction brackets

There are several methods to attempt this. Unfortunately, none of them I've seen I consider perfect, but, I think some are better than others. Some of these methods may require use of a newer (or development) version of LilyPond. —Veramet 01:35, 17 December 2008 (UTC)

Method 1

  • Have LilyPond draw the characters with special markup commands and then place them either above the notes or above the measure bars (it can be difficult to get them at equal vertical positions the latter way, though). For now, ask on the forum about how to do this.

Method 2

  • Use analysis brackets instead. For now, ask on the forum about how to do this.

Method 3

  • Use the following Unicode characters as text markup: ⌜ (U+231C) and ⌝ (U+231D)
    • If you want it above a certain note (say c'4), type c'4^\markup{\huge \bigger \bigger \bigger ⌜}
      • \bigger and \huge are just to make the character bigger—if you want smaller characters, you can leave out these tags.

How do I get a tempo mark followed by a range, rather than a set number?

  • Uncomment and edit line 52. This will not change the midi tempo.

Foreign characters

  • You need to use UTF-8 encoding for the foreign characters to show up. ANSI won't cut it anymore (it worked for ANSI characters back in version 2.4.6). SciTE is a text editor that handles this encoding. Windows notepad (for Windows 2000 and higher) also does, though it's a rather featureless editor.

I want it to say 4/4 instead of having the symbol

  • Uncomment line 61.

Other

  • Look at what the template has to offer and experiment.
  • Take a look at the source for some of the hymns on this site.
  • Read the LilyPond Documentation, tutorials, and such.