]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: update
authorNeil Puttock <n.puttock@gmail.com>
Wed, 28 May 2008 23:55:45 +0000 (00:55 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Wed, 28 May 2008 23:55:45 +0000 (00:55 +0100)
31 files changed:
input/lsr/ancient-notation-template----modern-transcription-of-gregorian-music.ly
input/lsr/ancient-notation-template----modern-transcription-of-mensural-music.ly
input/lsr/ancient-notation.snippet-list
input/lsr/contexts-and-engravers.snippet-list
input/lsr/demo-midiinstruments.ly
input/lsr/editorial-annotations.snippet-list
input/lsr/expressive-marks.snippet-list
input/lsr/jazz-combo-template.ly
input/lsr/keyboards.snippet-list
input/lsr/piano-template-simple.ly
input/lsr/piano-template-with-centered-lyrics.ly
input/lsr/piano-template-with-melody-and-lyrics.ly
input/lsr/rhythms.snippet-list
input/lsr/score-for-diatonic-accordion.ly
input/lsr/single-staff-template-with-notes,-lyrics,-and-chords.ly
input/lsr/single-staff-template-with-notes-and-chords.ly
input/lsr/single-staff-template-with-notes-and-lyrics.ly
input/lsr/single-staff-template-with-only-notes.ly
input/lsr/staff-notation.snippet-list
input/lsr/string-quartet-template-simple.ly
input/lsr/string-quartet-template-with-separate-parts.ly
input/lsr/template.snippet-list
input/lsr/text.snippet-list
input/lsr/tweaks-and-overrides.snippet-list
input/lsr/unfretted-strings.snippet-list
input/lsr/vertically-aligning-ossias-and-lyrics.ly
input/lsr/vertically-centered-dynamics-and-textscripts.ly
input/lsr/vocal-ensemble-template-with-automatic-piano-reduction.ly
input/lsr/vocal-ensemble-template.ly
input/lsr/vocal-music.snippet-list
input/lsr/volta-multi-staff.ly

index acfca2cde9b8dc88881e309403c4d2c4eefe7873..e387b5b4549f64dc6a76b7f7f84e6bc4bc745604 100644 (file)
@@ -8,7 +8,7 @@
   texidoc = "
 This example demonstrates how to do modern transcription of Gregorian
 music. Gregorian music has no measure, no stems; it uses only half and
-quarter noteheads, and special marks, indicating rests of different
+quarter note heads, and special marks, indicating rests of different
 length.
 
 "
@@ -16,40 +16,36 @@ length.
 } % begin verbatim
 \include "gregorian-init.ly"
 
-         chant = \relative c' {
-           \set Score.timing = ##f
-           f4 a2 \divisioMinima
-           g4 b a2 f2 \divisioMaior
-           g4( f) f( g) a2 \finalis
-         }
-         
-         verba = \lyricmode {
-           Lo -- rem ip -- sum do -- lor sit a -- met
-         }
-         
-         \score {
-           \new Staff <<
-             \new Voice = "melody" {
-               \chant
-             }
-             \new Lyrics = "one" \lyricsto melody \verba
-           >>
-         
-           \layout {
-             \context {
-               \Staff
-               \remove "Time_signature_engraver"
-               \remove "Bar_engraver"
-               \override Stem #'transparent = ##t
-             }
-             \context {
-               \Voice
-               \override Stem #'length = #0
-             }
-             \context {
-               \Score
-               barAlways = ##t
-             }
-           }
-         }
+chant = \relative c' {
+  \set Score.timing = ##f
+  f4 a2 \divisioMinima
+  g4 b a2 f2 \divisioMaior
+  g4( f) f( g) a2 \finalis
+}
 
+verba = \lyricmode {
+  Lo -- rem ip -- sum do -- lor sit a -- met
+}
+
+\score {
+  \new Staff <<
+    \new Voice = "melody" \chant
+    \new Lyrics = "one" \lyricsto melody \verba
+  >>
+  \layout {
+    \context {
+      \Staff
+      \remove "Time_signature_engraver"
+      \remove "Bar_engraver"
+      \override Stem #'transparent = ##t
+    }
+    \context {
+      \Voice
+      \override Stem #'length = #0
+    }
+    \context {
+      \Score
+      barAlways = ##t
+    }
+  }
+}
index a83e550b63cee50f4083e0c0b9c227b714fc8dd8..928bb0ad09d8e42d48fe66854286e237df1e4c8d 100644 (file)
@@ -65,7 +65,7 @@ global = {
 
 discantusNotes = {
   \transpose c' c'' {
-    \set Staff.instrumentName = "Discantus  "
+    \set Staff.instrumentName = #"Discantus  "
 
     % incipit
     \clef "neomensural-c1"
@@ -101,7 +101,7 @@ discantusLyrics = \lyricmode {
 
 altusNotes = {
   \transpose c' c'' {
-    \set Staff.instrumentName = "Altus  "
+    \set Staff.instrumentName = #"Altus  "
 
     % incipit
     \clef "neomensural-c3"
@@ -135,7 +135,7 @@ altusLyrics = \lyricmode {
 
 tenorNotes = {
   \transpose c' c' {
-    \set Staff.instrumentName = "Tenor  "
+    \set Staff.instrumentName = #"Tenor  "
 
     % incipit
     \clef "neomensural-c4"
@@ -169,7 +169,7 @@ tenorLyrics = \lyricmode {
 
 bassusNotes = {
   \transpose c' c' {
-    \set Staff.instrumentName = "Bassus  "
+    \set Staff.instrumentName = #"Bassus  "
 
     % incipit
     \clef "bass"
index 8593b52ab3a1530bd905b0798158bebbf25316e0..5cc01498c384b6768ce0fa2304d2c7c150e11b52 100644 (file)
@@ -1,9 +1,9 @@
-transcription-of-ancient-music-with-incipit.ly
+ancient-fonts.ly
 chant-or-psalms-notation.ly
 adding-a-figured-bass-above-or-below-the-notes.ly
 incipit.ly
 ancient-notation-template----modern-transcription-of-mensural-music.ly
-ancient-fonts.ly
+transcription-of-ancient-music-with-incipit.ly
 ancient-time-signatures.ly
 custodes.ly
 mensurstriche-layout-bar-lines-between-the-staves.ly
index 670a7a75febc7101cca765da73e4205fe7bbed2c..34d873ef8c00f2f0e2f0656e8feab84a0037a7d6 100644 (file)
@@ -1,11 +1,11 @@
 creating-blank-staves.ly
-chant-or-psalms-notation.ly
+vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly
 adding-a-figured-bass-above-or-below-the-notes.ly
 adding-an-extra-staff-at-a-line-break.ly
 adding-an-extra-staff.ly
-mensurstriche-layout-bar-lines-between-the-staves.ly
+chant-or-psalms-notation.ly
 changing-time-signatures-inside-a-polymetric-section-using--compressmusic.ly
+mensurstriche-layout-bar-lines-between-the-staves.ly
 engravers-one-by-one.ly
 use-square-bracket-at-the-start-of-a-staff-group.ly
-vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly
 nesting-staves.ly
index 8359ddcfa2ecc2cb9b017891ca18e50580935d91..11a013596ed472fc227f4e5b94a51bbf9b411051 100644 (file)
@@ -7,7 +7,7 @@
 
   texidoc = "
 Problem: How to know which @code{midiInstrument} would be best for your
-composition?Solution: A LilyPond demo file.
+composition? Solution: A LilyPond demo file.
 
 
 
@@ -20,15 +20,15 @@ composition?Solution: A LilyPond demo file.
 }
 
 basemelodie = \relative c' {
-  c4. \mf g  c16 b' c d |
-  e d e f g4 g'4 r |
-  r1
+  c4. \mf g  c16 b' c d
+  e16 d e f g4 g'4 r
+  R1
 }
 melodie = { \tempo 4 = 150 \basemelodie }
 
 \score {
   \new Staff <<
-    \new Voice { \melodie 
+    \new Voice { \melodie
     }
   >>
   \layout { }
@@ -36,138 +36,138 @@ melodie = { \tempo 4 = 150 \basemelodie }
 
 \score { 
   \new Staff <<
-    %\set Staff.instrumentName= "S/A"
+    %\set Staff.instrumentName= #"S/A"
     %\set Staff.midiMinimumVolume = #0.2 
     %\set Staff.midiMaximumVolume = #0.4
     %\set Voice.dynamicAbsoluteVolumeFunction = #0.6
     \new Voice { r \mf
-      \set Staff.midiInstrument = "acoustic grand" \melodie
-      \set Staff.midiInstrument = "bright acoustic" \melodie
-      \set Staff.midiInstrument = "electric grand" \melodie
-      \set Staff.midiInstrument = "honky-tonk" \melodie
-      \set Staff.midiInstrument = "electric piano 1" \melodie
-      \set Staff.midiInstrument = "electric piano 2" \melodie
-      \set Staff.midiInstrument = "harpsichord" \melodie
-      \set Staff.midiInstrument = "clav" \melodie
-      \set Staff.midiInstrument = "celesta" \melodie
-      \set Staff.midiInstrument = "glockenspiel" \melodie
-      \set Staff.midiInstrument = "music box" \melodie
-      \set Staff.midiInstrument = "vibraphone" \melodie
-      \set Staff.midiInstrument = "marimba" \melodie
-      \set Staff.midiInstrument = "xylophone" \melodie
-      \set Staff.midiInstrument = "tubular bells" \melodie
-      \set Staff.midiInstrument = "dulcimer" \melodie
-      \set Staff.midiInstrument = "drawbar organ" \melodie
-      \set Staff.midiInstrument = "percussive organ" \melodie
-      \set Staff.midiInstrument = "rock organ" \melodie
-      \set Staff.midiInstrument = "church organ" \melodie
-      \set Staff.midiInstrument = "reed organ" \melodie
-      \set Staff.midiInstrument = "accordion" \melodie
-      \set Staff.midiInstrument = "harmonica" \melodie
-      \set Staff.midiInstrument = "concertina" \melodie
-      \set Staff.midiInstrument = "acoustic guitar (nylon)" \melodie
-      \set Staff.midiInstrument = "acoustic guitar (steel)" \melodie
-      \set Staff.midiInstrument = "electric guitar (jazz)" \melodie
-      \set Staff.midiInstrument = "electric guitar (clean)" \melodie
-      \set Staff.midiInstrument = "electric guitar (muted)" \melodie
-      \set Staff.midiInstrument = "overdriven guitar" \melodie
-      \set Staff.midiInstrument = "distorted guitar" \melodie
-      \set Staff.midiInstrument = "acoustic bass" \melodie
-      \set Staff.midiInstrument = "electric bass (finger)" \melodie
-      \set Staff.midiInstrument = "electric bass (pick)" \melodie
-      \set Staff.midiInstrument = "fretless bass" \melodie
-      \set Staff.midiInstrument = "slap bass 1" \melodie
-      \set Staff.midiInstrument = "slap bass 2" \melodie
-      \set Staff.midiInstrument = "synth bass 1" \melodie
-      \set Staff.midiInstrument = "synth bass 2" \melodie
-      \set Staff.midiInstrument = "violin" \melodie
-      \set Staff.midiInstrument = "viola" \melodie
-      \set Staff.midiInstrument = "cello" \melodie
-      \set Staff.midiInstrument = "contrabass" \melodie
-      \set Staff.midiInstrument = "tremolo strings" \melodie
-      \set Staff.midiInstrument = "pizzicato strings" \melodie
-      \set Staff.midiInstrument = "orchestral strings" \melodie
-      \set Staff.midiInstrument = "timpani" \melodie
-      \set Staff.midiInstrument = "string ensemble 1" \melodie
-      \set Staff.midiInstrument = "string ensemble 2" \melodie
-      \set Staff.midiInstrument = "synthstrings 1" \melodie
-      \set Staff.midiInstrument = "synthstrings 2" \melodie
-      \set Staff.midiInstrument = "choir aahs" \melodie
-      \set Staff.midiInstrument = "voice oohs" \melodie
-      \set Staff.midiInstrument = "synth voice" \melodie
-      \set Staff.midiInstrument = "orchestra hit" \melodie
-      \set Staff.midiInstrument = "trumpet" \melodie
-      \set Staff.midiInstrument = "trombone" \melodie
-      \set Staff.midiInstrument = "tuba" \melodie
-      \set Staff.midiInstrument = "muted trumpet" \melodie
-      \set Staff.midiInstrument = "french horn" \melodie
-      \set Staff.midiInstrument = "brass section" \melodie
-      \set Staff.midiInstrument = "synthbrass 1" \melodie
-      \set Staff.midiInstrument = "synthbrass 2" \melodie
-      \set Staff.midiInstrument = "soprano sax" \melodie
-      \set Staff.midiInstrument = "alto sax" \melodie
-      \set Staff.midiInstrument = "tenor sax" \melodie
-      \set Staff.midiInstrument = "baritone sax" \melodie
-      \set Staff.midiInstrument = "oboe" \melodie
-      \set Staff.midiInstrument = "english horn" \melodie
-      \set Staff.midiInstrument = "bassoon" \melodie
-      \set Staff.midiInstrument = "clarinet" \melodie
-      \set Staff.midiInstrument = "piccolo" \melodie
-      \set Staff.midiInstrument = "flute" \melodie
-      \set Staff.midiInstrument = "recorder" \melodie
-      \set Staff.midiInstrument = "pan flute" \melodie
-      \set Staff.midiInstrument = "blown bottle" \melodie
-      \set Staff.midiInstrument = "shakuhachi" \melodie
-      \set Staff.midiInstrument = "whistle" \melodie
-      \set Staff.midiInstrument = "ocarina" \melodie
-      \set Staff.midiInstrument = "lead 1 (square)" \melodie
-      \set Staff.midiInstrument = "lead 2 (sawtooth)" \melodie
-      \set Staff.midiInstrument = "lead 3 (calliope)" \melodie
-      \set Staff.midiInstrument = "lead 4 (chiff)" \melodie
-      \set Staff.midiInstrument = "lead 5 (charang)" \melodie
-      \set Staff.midiInstrument = "lead 6 (voice)" \melodie
-      \set Staff.midiInstrument = "lead 7 (fifths)" \melodie
-      \set Staff.midiInstrument = "lead 8 (bass+lead)" \melodie
-      \set Staff.midiInstrument = "pad 1 (new age)" \melodie
-      \set Staff.midiInstrument = "pad 2 (warm)" \melodie
-      \set Staff.midiInstrument = "pad 3 (polysynth)" \melodie
-      \set Staff.midiInstrument = "pad 4 (choir)" \melodie
-      \set Staff.midiInstrument = "pad 5 (bowed)" \melodie
-      \set Staff.midiInstrument = "pad 6 (metallic)" \melodie
-      \set Staff.midiInstrument = "pad 7 (halo)" \melodie
-      \set Staff.midiInstrument = "pad 8 (sweep)" \melodie
-      \set Staff.midiInstrument = "fx 1 (rain)" \melodie
-      \set Staff.midiInstrument = "fx 2 (soundtrack)" \melodie
-      \set Staff.midiInstrument = "fx 3 (crystal)" \melodie
-      \set Staff.midiInstrument = "fx 4 (atmosphere)" \melodie
-      \set Staff.midiInstrument = "fx 5 (brightness)" \melodie
-      \set Staff.midiInstrument = "fx 6 (goblins)" \melodie
-      \set Staff.midiInstrument = "fx 7 (echoes)" \melodie
-      \set Staff.midiInstrument = "fx 8 (sci-fi)" \melodie
-      \set Staff.midiInstrument = "sitar" \melodie
-      \set Staff.midiInstrument = "banjo" \melodie
-      \set Staff.midiInstrument = "shamisen" \melodie
-      \set Staff.midiInstrument = "koto" \melodie
-      \set Staff.midiInstrument = "kalimba" \melodie
-      \set Staff.midiInstrument = "bagpipe" \melodie
-      \set Staff.midiInstrument = "fiddle" \melodie
-      \set Staff.midiInstrument = "shanai" \melodie
-      \set Staff.midiInstrument = "tinkle bell" \melodie
-      \set Staff.midiInstrument = "agogo" \melodie
-      \set Staff.midiInstrument = "steel drums" \melodie
-      \set Staff.midiInstrument = "woodblock" \melodie
-      \set Staff.midiInstrument = "taiko drum" \melodie
-      \set Staff.midiInstrument = "melodic tom" \melodie
-      \set Staff.midiInstrument = "synth drum" \melodie
-      \set Staff.midiInstrument = "reverse cymbal" \melodie
-      \set Staff.midiInstrument = "guitar fret noise" \melodie
-      \set Staff.midiInstrument = "breath noise" \melodie
-      \set Staff.midiInstrument = "seashore" \melodie
-      \set Staff.midiInstrument = "bird tweet" \melodie
-      \set Staff.midiInstrument = "telephone ring" \melodie
-      \set Staff.midiInstrument = "helicopter" \melodie
-      \set Staff.midiInstrument = "applause" \melodie
-      \set Staff.midiInstrument = "gunshot" \melodie
+      \set Staff.midiInstrument = #"acoustic grand" \melodie
+      \set Staff.midiInstrument = #"bright acoustic" \melodie
+      \set Staff.midiInstrument = #"electric grand" \melodie
+      \set Staff.midiInstrument = #"honky-tonk" \melodie
+      \set Staff.midiInstrument = #"electric piano 1" \melodie
+      \set Staff.midiInstrument = #"electric piano 2" \melodie
+      \set Staff.midiInstrument = #"harpsichord" \melodie
+      \set Staff.midiInstrument = #"clav" \melodie
+      \set Staff.midiInstrument = #"celesta" \melodie
+      \set Staff.midiInstrument = #"glockenspiel" \melodie
+      \set Staff.midiInstrument = #"music box" \melodie
+      \set Staff.midiInstrument = #"vibraphone" \melodie
+      \set Staff.midiInstrument = #"marimba" \melodie
+      \set Staff.midiInstrument = #"xylophone" \melodie
+      \set Staff.midiInstrument = #"tubular bells" \melodie
+      \set Staff.midiInstrument = #"dulcimer" \melodie
+      \set Staff.midiInstrument = #"drawbar organ" \melodie
+      \set Staff.midiInstrument = #"percussive organ" \melodie
+      \set Staff.midiInstrument = #"rock organ" \melodie
+      \set Staff.midiInstrument = #"church organ" \melodie
+      \set Staff.midiInstrument = #"reed organ" \melodie
+      \set Staff.midiInstrument = #"accordion" \melodie
+      \set Staff.midiInstrument = #"harmonica" \melodie
+      \set Staff.midiInstrument = #"concertina" \melodie
+      \set Staff.midiInstrument = #"acoustic guitar (nylon)" \melodie
+      \set Staff.midiInstrument = #"acoustic guitar (steel)" \melodie
+      \set Staff.midiInstrument = #"electric guitar (jazz)" \melodie
+      \set Staff.midiInstrument = #"electric guitar (clean)" \melodie
+      \set Staff.midiInstrument = #"electric guitar (muted)" \melodie
+      \set Staff.midiInstrument = #"overdriven guitar" \melodie
+      \set Staff.midiInstrument = #"distorted guitar" \melodie
+      \set Staff.midiInstrument = #"acoustic bass" \melodie
+      \set Staff.midiInstrument = #"electric bass (finger)" \melodie
+      \set Staff.midiInstrument = #"electric bass (pick)" \melodie
+      \set Staff.midiInstrument = #"fretless bass" \melodie
+      \set Staff.midiInstrument = #"slap bass 1" \melodie
+      \set Staff.midiInstrument = #"slap bass 2" \melodie
+      \set Staff.midiInstrument = #"synth bass 1" \melodie
+      \set Staff.midiInstrument = #"synth bass 2" \melodie
+      \set Staff.midiInstrument = #"violin" \melodie
+      \set Staff.midiInstrument = #"viola" \melodie
+      \set Staff.midiInstrument = #"cello" \melodie
+      \set Staff.midiInstrument = #"contrabass" \melodie
+      \set Staff.midiInstrument = #"tremolo strings" \melodie
+      \set Staff.midiInstrument = #"pizzicato strings" \melodie
+      \set Staff.midiInstrument = #"orchestral strings" \melodie
+      \set Staff.midiInstrument = #"timpani" \melodie
+      \set Staff.midiInstrument = #"string ensemble 1" \melodie
+      \set Staff.midiInstrument = #"string ensemble 2" \melodie
+      \set Staff.midiInstrument = #"synthstrings 1" \melodie
+      \set Staff.midiInstrument = #"synthstrings 2" \melodie
+      \set Staff.midiInstrument = #"choir aahs" \melodie
+      \set Staff.midiInstrument = #"voice oohs" \melodie
+      \set Staff.midiInstrument = #"synth voice" \melodie
+      \set Staff.midiInstrument = #"orchestra hit" \melodie
+      \set Staff.midiInstrument = #"trumpet" \melodie
+      \set Staff.midiInstrument = #"trombone" \melodie
+      \set Staff.midiInstrument = #"tuba" \melodie
+      \set Staff.midiInstrument = #"muted trumpet" \melodie
+      \set Staff.midiInstrument = #"french horn" \melodie
+      \set Staff.midiInstrument = #"brass section" \melodie
+      \set Staff.midiInstrument = #"synthbrass 1" \melodie
+      \set Staff.midiInstrument = #"synthbrass 2" \melodie
+      \set Staff.midiInstrument = #"soprano sax" \melodie
+      \set Staff.midiInstrument = #"alto sax" \melodie
+      \set Staff.midiInstrument = #"tenor sax" \melodie
+      \set Staff.midiInstrument = #"baritone sax" \melodie
+      \set Staff.midiInstrument = #"oboe" \melodie
+      \set Staff.midiInstrument = #"english horn" \melodie
+      \set Staff.midiInstrument = #"bassoon" \melodie
+      \set Staff.midiInstrument = #"clarinet" \melodie
+      \set Staff.midiInstrument = #"piccolo" \melodie
+      \set Staff.midiInstrument = #"flute" \melodie
+      \set Staff.midiInstrument = #"recorder" \melodie
+      \set Staff.midiInstrument = #"pan flute" \melodie
+      \set Staff.midiInstrument = #"blown bottle" \melodie
+      \set Staff.midiInstrument = #"shakuhachi" \melodie
+      \set Staff.midiInstrument = #"whistle" \melodie
+      \set Staff.midiInstrument = #"ocarina" \melodie
+      \set Staff.midiInstrument = #"lead 1 (square)" \melodie
+      \set Staff.midiInstrument = #"lead 2 (sawtooth)" \melodie
+      \set Staff.midiInstrument = #"lead 3 (calliope)" \melodie
+      \set Staff.midiInstrument = #"lead 4 (chiff)" \melodie
+      \set Staff.midiInstrument = #"lead 5 (charang)" \melodie
+      \set Staff.midiInstrument = #"lead 6 (voice)" \melodie
+      \set Staff.midiInstrument = #"lead 7 (fifths)" \melodie
+      \set Staff.midiInstrument = #"lead 8 (bass+lead)" \melodie
+      \set Staff.midiInstrument = #"pad 1 (new age)" \melodie
+      \set Staff.midiInstrument = #"pad 2 (warm)" \melodie
+      \set Staff.midiInstrument = #"pad 3 (polysynth)" \melodie
+      \set Staff.midiInstrument = #"pad 4 (choir)" \melodie
+      \set Staff.midiInstrument = #"pad 5 (bowed)" \melodie
+      \set Staff.midiInstrument = #"pad 6 (metallic)" \melodie
+      \set Staff.midiInstrument = #"pad 7 (halo)" \melodie
+      \set Staff.midiInstrument = #"pad 8 (sweep)" \melodie
+      \set Staff.midiInstrument = #"fx 1 (rain)" \melodie
+      \set Staff.midiInstrument = #"fx 2 (soundtrack)" \melodie
+      \set Staff.midiInstrument = #"fx 3 (crystal)" \melodie
+      \set Staff.midiInstrument = #"fx 4 (atmosphere)" \melodie
+      \set Staff.midiInstrument = #"fx 5 (brightness)" \melodie
+      \set Staff.midiInstrument = #"fx 6 (goblins)" \melodie
+      \set Staff.midiInstrument = #"fx 7 (echoes)" \melodie
+      \set Staff.midiInstrument = #"fx 8 (sci-fi)" \melodie
+      \set Staff.midiInstrument = #"sitar" \melodie
+      \set Staff.midiInstrument = #"banjo" \melodie
+      \set Staff.midiInstrument = #"shamisen" \melodie
+      \set Staff.midiInstrument = #"koto" \melodie
+      \set Staff.midiInstrument = #"kalimba" \melodie
+      \set Staff.midiInstrument = #"bagpipe" \melodie
+      \set Staff.midiInstrument = #"fiddle" \melodie
+      \set Staff.midiInstrument = #"shanai" \melodie
+      \set Staff.midiInstrument = #"tinkle bell" \melodie
+      \set Staff.midiInstrument = #"agogo" \melodie
+      \set Staff.midiInstrument = #"steel drums" \melodie
+      \set Staff.midiInstrument = #"woodblock" \melodie
+      \set Staff.midiInstrument = #"taiko drum" \melodie
+      \set Staff.midiInstrument = #"melodic tom" \melodie
+      \set Staff.midiInstrument = #"synth drum" \melodie
+      \set Staff.midiInstrument = #"reverse cymbal" \melodie
+      \set Staff.midiInstrument = #"guitar fret noise" \melodie
+      \set Staff.midiInstrument = #"breath noise" \melodie
+      \set Staff.midiInstrument = #"seashore" \melodie
+      \set Staff.midiInstrument = #"bird tweet" \melodie
+      \set Staff.midiInstrument = #"telephone ring" \melodie
+      \set Staff.midiInstrument = #"helicopter" \melodie
+      \set Staff.midiInstrument = #"applause" \melodie
+      \set Staff.midiInstrument = #"gunshot" \melodie
     }
   >>
   \midi { }
index de93af3949b810beccf713999caa58ede0f0034a..028db73cf728bcf053787aa8957df11e34ec6b25 100644 (file)
@@ -1,12 +1,12 @@
 creating-blank-staves.ly
 making-some-staff-lines-thicker-than-the-others.ly
 applying-note-head-styles-depending-on-the-step-of-the-scale.ly
-changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
 embedding-native-postscript-in-a--markup-block.ly
-default-direction-of-stems-on-the-center-line-of-the-staff.ly
-changing-a-single-notes-size-in-a-chord.ly
+changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
 grid-lines--emphasizing-rhythms-and-notes-synchronization.ly
+changing-a-single-notes-size-in-a-chord.ly
 grid-lines--changing-their-appearance.ly
 controlling-the-placement-of-chord-fingerings.ly
 allowing-fingerings-to-be-printed-inside-the-staff.ly
 blanking-staff-lines-using-the--whiteout-command.ly
+default-direction-of-stems-on-the-center-line-of-the-staff.ly
index f13506108c9042280301eb22aac251d69f1f4597..afde7a40a1028140ecafbd0d5d645760b324e76b 100644 (file)
@@ -10,14 +10,14 @@ line-arrows.ly
 hiding-the-extender-line-for-text-dynamics.ly
 vertically-aligning-dynamics-across-multiple-notes.ly
 modifying-default-values-for-articulation-shorthand-notation.ly
-setting-the-minimum-length-of-hairpins.ly
 changing-text-and-spanner-styles-for-text-dynamics.ly
 controlling-the-vertical-ordering-of-scripts.ly
 using-double-slurs-for-legato-chords.ly
-creating-text-spanners.ly
+setting-the-minimum-length-of-hairpins.ly
 creating-real-parenthesized-dynamics.ly
 center-text-below-hairpin-dynamics.ly
 printing-metronome-and-rehearsal-marks-below-the-staff.ly
+creating-text-spanners.ly
 broken-crescendo-hairpin.ly
 combining-dynamics-with-markup-texts.ly
 creating-slurs-across-voices.ly
index 6ee2df96de1029d2d4ccaf3d7d989fdbfcbf7cd8..20d9370ac39f3cd8aff25f014ed666a7b9a9e228 100644 (file)
 
   texidoc = "
 This is quite an advanced template, for a jazz ensemble. Note that all
-instruments are notated in \\key c \\major. This refers to the key in
-concert pitch; LilyPond will automatically transpose the key if the
-music is within a \\transpose section.
+instruments are notated in @code{\\key c \\major}. This refers to the
+key in concert pitch; the key will be automatically transposed if the
+music is within a @code{\\transpose} section.
 
 "
   doctitle = "Jazz combo template"
 } % begin verbatim
 \header {
-           title = "Song"
-           subtitle = "(tune)"
-           composer = "Me"
-           meter = "moderato"
-           piece = "Swing"
-           tagline = \markup {
-             \column {
-               "LilyPond example file by Amelie Zapf,"
-               "Berlin 07/07/2003"
-             }
-           }
-           texidoc = "Jazz tune for combo
-                      (horns, guitar, piano, bass, drums)."
-         }
-         
-         #(set-global-staff-size 16)
-         \include "english.ly"
-         
-         %%%%%%%%%%%% Some macros %%%%%%%%%%%%%%%%%%%
-         
-         sl = {
-           \override NoteHead #'style = #'slash
-           \override Stem #'transparent = ##t
-         }
-         nsl = {
-           \revert NoteHead #'style
-           \revert Stem #'transparent
-         }
-         crOn = \override NoteHead #'style = #'cross
-         crOff = \revert NoteHead #'style
-         
-         %% insert chord name style stuff here.
-         
-         jzchords = { }
-         
-         
-         %%%%%%%%%%%% Keys'n'thangs %%%%%%%%%%%%%%%%%
-         
-         global = {
-           \time 4/4
-         }
-         
-         Key = { \key c \major }
-         
-         % ############ Horns ############
-         
-         % ------ Trumpet ------
-         trpt = \transpose c d \relative c'' {
-           \Key
-           c1 c c
-         }
-         trpharmony = \transpose c' d {
-           \jzchords
-         }
-         trumpet = {
-           \global
-           \set Staff.instrumentName = #"Trumpet"
-           \clef treble
-           <<
-             \trpt
-           >>
-         }
-         
-         % ------ Alto Saxophone ------
-         alto = \transpose c a \relative c' {
-           \Key
-           c1 c c
-         }
-         altoharmony = \transpose c' a {
-           \jzchords
-         }
-         altosax = {
-           \global
-           \set Staff.instrumentName = #"Alto Sax"
-           \clef treble
-           <<
-             \alto
-           >>
-         }
-         
-         % ------ Baritone Saxophone ------
-         bari = \transpose c a' \relative c {
-           \Key
-           c1 c \sl d4^"Solo" d d d \nsl
-         }
-         bariharmony = \transpose c' a \chordmode {
-           \jzchords s1 s d2:maj e:m7
-         }
-         barisax = {
-           \global
-           \set Staff.instrumentName = #"Bari Sax"
-           \clef treble
-           <<
-             \bari
-           >>
-         }
-         
-         % ------ Trombone ------
-         tbone = \relative c {
-           \Key
-           c1 c c
-         }
-         tboneharmony = \chordmode {
-           \jzchords
-         }
-         trombone = {
-           \global
-           \set Staff.instrumentName = #"Trombone"
-           \clef bass
-           <<
-             \tbone
-           >>
-         }
-         
-         % ############ Rhythm Section #############
-         
-         % ------ Guitar ------
-         gtr = \relative c'' {
-           \Key
-           c1 \sl b4 b b b \nsl c1
-         }
-         gtrharmony = \chordmode {
-           \jzchords
-           s1 c2:min7+ d2:maj9
-         }
-         guitar = {
-           \global
-           \set Staff.instrumentName = #"Guitar"
-           \clef treble
-           <<
-             \gtr
-           >>
-         }
-         
-         %% ------ Piano ------
-         rhUpper = \relative c'' {
-           \voiceOne
-           \Key
-           c1 c c
-         }
-         rhLower = \relative c' {
-           \voiceTwo
-           \Key
-           e1 e e
-         }
-         
-         lhUpper = \relative c' {
-           \voiceOne
-           \Key
-           g1 g g
-         }
-         lhLower = \relative c {
-           \voiceTwo
-           \Key
-           c1 c c
-         }
-         
-         PianoRH = {
-           \clef treble
-           \global
-           \set Staff.midiInstrument = "acoustic grand"
-           <<
-             \new Voice = "one" \rhUpper
-             \new Voice = "two" \rhLower
-           >>
-         }
-         PianoLH = {
-           \clef bass
-           \global
-           \set Staff.midiInstrument = "acoustic grand"
-           <<
-             \new Voice = "one" \lhUpper
-             \new Voice = "two" \lhLower
-           >>
-         }
-         
-         piano = {
-           <<
-             \set PianoStaff.instrumentName = #"Piano"
-             \new Staff = "upper" \PianoRH
-             \new Staff = "lower" \PianoLH
-           >>
-         }
-         
-         % ------ Bass Guitar ------
-         Bass = \relative c {
-           \Key
-           c1 c c
-         }
-         bass = {
-           \global
-           \set Staff.instrumentName = #"Bass"
-           \clef bass
-           <<
-             \Bass
-           >>
-         }
-         
-         % ------ Drums ------
-         up = \drummode {
-           hh4 <hh sn>4 hh <hh sn> hh <hh sn>4
-           hh4 <hh sn>4
-           hh4 <hh sn>4
-           hh4 <hh sn>4
-         }
-         
-         down = \drummode {
-           bd4 s bd s bd s bd s bd s bd s
-         }
-         
-         drumContents = {
-           \global
-           <<
-             \set DrumStaff.instrumentName = #"Drums"
-             \new DrumVoice { \voiceOne \up }
-             \new DrumVoice { \voiceTwo \down }
-           >>
-         }
-         
-         %%%%%%%%% It All Goes Together Here %%%%%%%%%%%%%%%%%%%%%%
-         
-         \score {
-           <<
-             \new StaffGroup = "horns" <<
-               \new Staff = "trumpet" \trumpet
-               \new Staff = "altosax" \altosax
-               \new ChordNames = "barichords" \bariharmony
-               \new Staff = "barisax" \barisax
-               \new Staff = "trombone" \trombone
-             >>
-         
-             \new StaffGroup = "rhythm" <<
-               \new ChordNames = "chords" \gtrharmony
-               \new Staff = "guitar" \guitar
-               \new PianoStaff = "piano" \piano
-               \new Staff = "bass" \bass
-               \new DrumStaff { \drumContents }
-             >>
-           >>
-         
-           \layout {
-             \context { \RemoveEmptyStaffContext }
-             \context {
-               \Score
-               \override BarNumber #'padding = #3
-               \override RehearsalMark #'padding = #2
-               skipBars = ##t
-             }
-           }
-         
-           \midi { }
-         }
+  title = "Song"
+  subtitle = "(tune)"
+  composer = "Me"
+  meter = "moderato"
+  piece = "Swing"
+  tagline = \markup {
+    \column {
+      "LilyPond example file by Amelie Zapf,"
+      "Berlin 07/07/2003"
+    }
+  }
+}
 
+%#(set-global-staff-size 16)
+\include "english.ly"
+
+%%%%%%%%%%%% Some macros %%%%%%%%%%%%%%%%%%%
+
+sl = {
+  \override NoteHead #'style = #'slash
+  \override Stem #'transparent = ##t
+}
+nsl = {
+  \revert NoteHead #'style
+  \revert Stem #'transparent
+}
+crOn = \override NoteHead #'style = #'cross
+crOff = \revert NoteHead #'style
+
+%% insert chord name style stuff here.
+
+jazzChords = { }
+
+%%%%%%%%%%%% Keys'n'thangs %%%%%%%%%%%%%%%%%
+
+global = { \time 4/4 }
+
+Key = { \key c \major }
+
+% ############ Horns ############
+
+% ------ Trumpet ------
+trpt = \transpose c d \relative c'' {
+  \Key
+  c1 | c | c |
+}
+trpHarmony = \transpose c' d {
+  \jazzChords
+}
+trumpet = {
+  \global
+  \set Staff.instrumentName = #"Trumpet"
+  \clef treble
+  <<
+    \trpt
+  >>
+}
+
+% ------ Alto Saxophone ------
+alto = \transpose c a \relative c' {
+  \Key
+  c1 | c | c |
+}
+altoHarmony = \transpose c' a {
+  \jazzChords
+}
+altoSax = {
+  \global
+  \set Staff.instrumentName = #"Alto Sax"
+  \clef treble
+  <<
+    \alto
+  >>
+}
+
+% ------ Baritone Saxophone ------
+bari = \transpose c a' \relative c {
+  \Key
+  c1
+  c1
+  \sl
+  d4^"Solo" d d d
+  \nsl
+}
+bariHarmony = \transpose c' a \chordmode {
+  \jazzChords s1 s d2:maj e:m7
+}
+bariSax = {
+  \global
+  \set Staff.instrumentName = #"Bari Sax"
+  \clef treble
+  <<
+    \bari
+  >>
+}
+
+% ------ Trombone ------
+tbone = \relative c {
+  \Key
+  c1 | c | c
+}
+tboneHarmony = \chordmode {
+  \jazzChords
+}
+trombone = {
+  \global
+  \set Staff.instrumentName = #"Trombone"
+  \clef bass
+  <<
+    \tbone
+  >>
+}
+
+% ############ Rhythm Section #############
+
+% ------ Guitar ------
+gtr = \relative c'' {
+  \Key
+  c1
+  \sl
+  b4 b b b
+  \nsl
+  c1
+}
+gtrHarmony = \chordmode {
+  \jazzChords
+  s1 c2:min7+ d2:maj9
+}
+guitar = {
+  \global
+  \set Staff.instrumentName = #"Guitar"
+  \clef treble
+  <<
+    \gtr
+  >>
+}
+
+%% ------ Piano ------
+rhUpper = \relative c'' {
+  \voiceOne
+  \Key
+  c1 | c | c
+}
+rhLower = \relative c' {
+  \voiceTwo
+  \Key
+  e1 | e | e
+}
+
+lhUpper = \relative c' {
+  \voiceOne
+  \Key
+  g1 | g | g
+}
+lhLower = \relative c {
+  \voiceTwo
+  \Key
+  c1 | c | c
+}
+
+PianoRH = {
+  \clef treble
+  \global
+  \set Staff.midiInstrument = #"acoustic grand"
+  <<
+    \new Voice = "one" \rhUpper
+    \new Voice = "two" \rhLower
+  >>
+}
+PianoLH = {
+  \clef bass
+  \global
+  \set Staff.midiInstrument = "acoustic grand"
+  <<
+    \new Voice = "one" \lhUpper
+    \new Voice = "two" \lhLower
+  >>
+}
+
+piano = {
+  <<
+    \set PianoStaff.instrumentName = #"Piano"
+    \new Staff = "upper" \PianoRH
+    \new Staff = "lower" \PianoLH
+  >>
+}
+
+% ------ Bass Guitar ------
+Bass = \relative c {
+  \Key
+  c1 | c | c
+}
+bass = {
+  \global
+  \set Staff.instrumentName = #"Bass"
+  \clef bass
+  <<
+    \Bass
+  >>
+}
+
+% ------ Drums ------
+up = \drummode {
+  \voiceOne
+  hh4 <hh sn> hh <hh sn>
+  hh4 <hh sn> hh <hh sn>
+  hh4 <hh sn> hh <hh sn>
+}
+down = \drummode {
+  \voiceTwo
+  bd4 s bd s
+  bd4 s bd s
+  bd4 s bd s
+}
+
+drumContents = {
+  \global
+  <<
+    \set DrumStaff.instrumentName = #"Drums"
+    \new DrumVoice \up
+    \new DrumVoice \down
+  >>
+}
+
+%%%%%%%%% It All Goes Together Here %%%%%%%%%%%%%%%%%%%%%%
+
+\score {
+  <<
+    \new StaffGroup = "horns" <<
+      \new Staff = "trumpet" \trumpet
+      \new Staff = "altosax" \altoSax
+      \new ChordNames = "barichords" \bariHarmony
+      \new Staff = "barisax" \bariSax
+      \new Staff = "trombone" \trombone
+    >>
+    
+    \new StaffGroup = "rhythm" <<
+      \new ChordNames = "chords" \gtrHarmony
+      \new Staff = "guitar" \guitar
+      \new PianoStaff = "piano" \piano
+      \new Staff = "bass" \bass
+      \new DrumStaff \drumContents
+    >>
+  >>
+  
+  \layout {
+    \context { \RemoveEmptyStaffContext }
+    \context {
+      \Score
+      \override BarNumber #'padding = #3
+      \override RehearsalMark #'padding = #2
+      skipBars = ##t
+    }
+  }
+  
+  \midi { }
+}
index ce844b12ac4b5a260b8d523b73a857dbb2ff90c7..76b491528d5890a1ccb1f5315b2d27c803f938da 100644 (file)
@@ -1,10 +1,11 @@
+indicating-cross-staff-chords-with-arpeggio-bracket.ly
 clusters.ly
 creating-slurs-across-voices.ly
-jazz-combo-template.ly
+piano-template-with-centered-lyrics.ly
 vocal-ensemble-template-with-automatic-piano-reduction.ly
 piano-template-simple.ly
 piano-template-with-centered-dynamics.ly
 controlling-the-placement-of-chord-fingerings.ly
 piano-template-with-melody-and-lyrics.ly
-piano-template-with-centered-lyrics.ly
+jazz-combo-template.ly
 demo-midiinstruments.ly
index 4c84cd1b40e97dc81fcbcc71809967700e82b225..b4bccc8e8f8f4e8b120ae2d32f32464eef14eca7 100644 (file)
@@ -16,8 +16,7 @@ upper = \relative c'' {
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -25,13 +24,12 @@ lower = \relative c {
   \key c \major
   \time 4/4
   
-  a2 c
-  
+  a2 c  
 }
 
 \score {
   \new PianoStaff <<
-    \set PianoStaff.instrumentName = "Piano  "
+    \set PianoStaff.instrumentName = #"Piano  "
     \new Staff = "upper" \upper
     \new Staff = "lower" \lower
   >>
index ffb4d53ebddb3b24073d44a97dbb641348cef7f7..53d1fb551b493d3efbdee5fdd84e689770497548 100644 (file)
@@ -17,8 +17,7 @@ upper = \relative c'' {
   \key c \major
   \time 4/4
   
-  a4 b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -26,8 +25,7 @@ lower = \relative c {
   \key c \major
   \time 4/4
   
-  a2 c
-  
+  a2 c  
 }
 
 text = \lyricmode {
index 65d4099c73d7f5e6cbcf09760fa85812fdf8125d..efb47ae36c209d29ab7dadf5405e1f73b5212a7e 100644 (file)
@@ -17,8 +17,7 @@ melody = \relative c'' {
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a b c d  
 }
 
 text = \lyricmode {
@@ -30,8 +29,7 @@ upper = \relative c'' {
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -39,15 +37,13 @@ lower = \relative c {
   \key c \major
   \time 4/4
   
-  a2 c
-  
+  a2 c  
 }
 
 \score {
   <<
     \new Voice = "mel" { \autoBeamOff \melody }
-    \new Lyrics \lyricsto mel \text
-    
+    \new Lyrics \lyricsto mel \text    
     \new PianoStaff <<
       \new Staff = "upper" \upper
       \new Staff = "lower" \lower
index d567c9cfbf81c839020136ea809ad7b3e59398e4..17f851a1706943542fd1ffcc393944126cff3512 100644 (file)
@@ -3,10 +3,10 @@ beams-across-line-breaks.ly
 manually-controlling-beam-positions.ly
 adding-drum-parts.ly
 rest-styles.ly
-skips-in-lyric-mode-2.ly
 chant-or-psalms-notation.ly
-controlling-tuplet-bracket-visibility.ly
 heavily-customized-polymetric-time-signatures.ly
+controlling-tuplet-bracket-visibility.ly
+skips-in-lyric-mode-2.ly
 positioning-multi--measure-rests.ly
 using-ties-with-arpeggios.ly
 forcing-rehearsal-marks-to-start-from-a-given-letter-or-number.ly
index 5978172da231356a86ddc5241672a30187a8d538..25185b6989db5f66104f601f67ab113341d84c2f 100644 (file)
@@ -6,47 +6,51 @@
   lsrtags = "template"
 
   texidoc = "
-A template to write score for a diatonic accordion.
+A template to write score for a diatonic accordion.
 
-- There is a horizontal staff indicating if the accordion   must be
+- There is a horizontal staff indicating if the accordion must be
 pushed (thick line) or pulled (thin line)
 
-- There is a small rhytmic staff with lyrics that describes the bass
-buttons to press.   The bar-lines are made of gridlines ( Gridlines,
-not a really satisfying solution, but the best I found)
+- There is a small rhythmic staff with lyrics that describes the bass
+buttons to press. The bar lines are made from gridlines
 
 - The tabulator staff for diatonic accordions shows the geographic
-position of the buttons   and not (as for every other instrument) the
-pitch of the tones.   The keys on the melody-side of the accordion are
-placed in three columns and about 12 rows.   In the tabulator staff
-notation the   - most outer column is described with notes between
-lines   - most inner column is described with notes between lines with
-a cross as accidental   - middle column is described with notes on a
-line, whereby the row in the middle is represented     on the middle
-line in the staff.
-
-
-
-Some words to transpose piano note to the diatonic accordion.
------------------------------------------------------------- 1. Every
-diatonic accordion is built for some keys only. For example    for the
-key of C-major and F-major.    So it is important to transpose a piano
-melody to match one of these keys.    Transpose the source code, not
-only the output because    you need this code later on to translate it
-once more to the tabulator staff.    This can be done with the command
-'displayLilyMusic'.
-
-2. You have to alternate the push and pull-direction of the accordion
-regularely.    If the player has a too long part to pull the accordion
-gets broken.    At the other hand some harmonies are only available in
-one direction (push or pull)    Considering this decide which parts of
-the melody are the push-parts and whic the  pull-parts.
-
-3. For each pull- / or push-part translate the piano notes to the
-according tabulatur representation.
+position of the buttons and not (as for every other instrument) the
+pitch of the notes; the keys on the melody-side of the accordion are
+placed in three columns and about 12 rows
+
+
+In the tabulator staff notation the outermost column is described with
+notes between lines, the innermost column is described with notes
+between lines and a cross as accidental, and the middle column is
+described with notes on a line, whereby the row in the middle is
+represented on the middle line in the staff.
+
+
+Some words to transpose piano notes to the diatonic accordion:
+
+
+1. Every diatonic accordion is built for some keys only (for example,
+for the keys of C major and F major), so it is important to transpose a
+piano melody to match one of these keys. Transpose the source code, not
+only the output because this code is required later on to translate it
+once more to the tabulator staff. This can be done with the command
+@code{displayLilyMusic}.
+
+
+2. You have to alternate the push- and pull-direction of the accordion
+regularly. If the player has a too long part to pull the accordion gets
+broken. On the other hand, some harmonies are only available in one
+direction. Considering this, decide which parts of the melody are the
+push-parts and which the pull-parts.
+
+
+3. For each pull- or push-part translate the piano notes to the
+according tabulature representation.
+
 
 This snippet comes with a useful optional macro for the jEdit text
-editor.
+editor. 
 
 "
   doctitle = "Score for diatonic accordion"
index df8dc11382a2bd769eba9744b1613f14c6792855..42321ef976c0d61535857fe18117093fcef5b6c4 100644 (file)
@@ -6,7 +6,7 @@
   lsrtags = "vocal-music, chords, template"
 
   texidoc = "
-This template allows you to prepare a song with melody, words, and
+This template allows the preparation of a song with melody, words, and
 chords. 
 
 "
@@ -18,7 +18,6 @@ melody = \relative c' {
   \time 4/4
   
   a4 b c d
-
 }
 
 text = \lyricmode {
index 92d67dba0bd89b8751ae947b917c506afa476023..c266220cb1dcd39b4013fc168b1191fa5e8d6b42 100644 (file)
@@ -13,28 +13,27 @@ Want to prepare a lead sheet with a melody and chords? Look no further!
   doctitle = "Single staff template with notes and chords"
 } % begin verbatim
 melody = \relative c' {
-            \clef treble
-            \key c \major
-            \time 4/4
-         
-            f4 e8[ c] d4 g |
-            a2 ~ a2 |
-         }
-         
-         harmonies = \chordmode {
-            c4:m f:min7 g:maj c:aug d2:dim b:sus
-         }
-         
-         \score {
-            <<
-               \new ChordNames {
-                  \set chordChanges = ##t
-                  \harmonies
-               }
-            \new Staff \melody
-            >>
-         
-            \layout{ }
-            \midi { }
-         }
+  \clef treble
+  \key c \major
+  \time 4/4
+  
+  f4 e8[ c] d4 g
+  a2 ~ a
+}
 
+harmonies = \chordmode {
+  c4:m f:min7 g:maj c:aug
+  d2:dim b:sus
+}
+
+\score {
+  <<
+    \new ChordNames {
+      \set chordChanges = ##t
+      \harmonies
+    }
+    \new Staff \melody
+  >>  
+  \layout{ }
+  \midi { }
+}
index 5250472ad3c174807351c4a90333825c6e51a267..4c0c72487850e53519b1e93acc1988385d007f71 100644 (file)
@@ -8,34 +8,32 @@
   texidoc = "
 This small template demonstrates a simple melody with lyrics. Cut and
 paste, add notes, then words for the lyrics. This example turns off
-automatic beaming, which is common for vocal parts. If you want to use
-automatic beaming, you'll have to change or comment out the relevant
-line.
+automatic beaming, which is common for vocal parts. To use automatic
+beaming, change or comment out the relevant line.
 
 "
   doctitle = "Single staff template with notes and lyrics"
 } % begin verbatim
 melody = \relative c' {
-            \clef treble
-            \key c \major
-            \time 4/4
-         
-            a4 b c d
-         }
-         
-         text = \lyricmode {
-            Aaa Bee Cee Dee
-         }
-         
-         \score{
-            <<
-               \new Voice = "one" {
-                  \autoBeamOff
-                  \melody
-               }
-               \new Lyrics \lyricsto "one" \text
-            >>
-            \layout { }
-            \midi { }
-         }
+  \clef treble
+  \key c \major
+  \time 4/4
+  
+  a4 b c d
+}
 
+text = \lyricmode {
+  Aaa Bee Cee Dee
+}
+
+\score{
+  <<
+    \new Voice = "one" {
+      \autoBeamOff
+      \melody
+    }
+    \new Lyrics \lyricsto "one" \text
+  >>
+  \layout { }
+  \midi { }
+}
index a8c2f2dda2e7df816856efe94ff3e1244c44ba4c..fdaabce9ebdfae8d98bd987760b513f356fd7f73 100644 (file)
@@ -14,16 +14,15 @@ add notes, and you're finished!
   doctitle = "Single staff template with only notes"
 } % begin verbatim
 melody = \relative c' {
-            \clef treble
-            \key c \major
-            \time 4/4
-         
-            a4 b c d
-         }
-         
-         \score {
-            \new Staff \melody
-            \layout { }
-            \midi {}
-         }
+  \clef treble
+  \key c \major
+  \time 4/4
+  
+  a4 b c d
+}
 
+\score {
+  \new Staff \melody
+  \layout { }
+  \midi { }
+}
index ddfb9b9f30db47a451ea5d82c74f00e429a13047..bed61d8a90f67209568d543ed30a09535795827e 100644 (file)
@@ -3,7 +3,7 @@ mensurstriche-layout-bar-lines-between-the-staves.ly
 changing-the-number-of-lines-in-a-staff.ly
 incipit.ly
 display-bracket-with-only-one-staff-in-a-system.ly
-adding-an-extra-staff.ly
+time-signature-in-parentheses.ly
 printing-metronome-and-rehearsal-marks-below-the-staff.ly
 tweaking-clef-properties.ly
 quoting-another-voice.ly
@@ -13,7 +13,7 @@ creating-blank-staves.ly
 adding-ambitus-per-voice.ly
 making-some-staff-lines-thicker-than-the-others.ly
 adding-an-extra-staff-at-a-line-break.ly
-time-signature-in-parentheses.ly
+adding-an-extra-staff.ly
 changing-the-staff-size.ly
 use-square-bracket-at-the-start-of-a-staff-group.ly
 quoting-another-voice-with-transposition.ly
index 73c145ab1548b226623226cff860441cd22f57fd..29f2c71dcf1a2b7542e830c83df770aeb514f3c9 100644 (file)
@@ -7,51 +7,61 @@
 
   texidoc = "
 This template demonstrates a simple string quartet. It also uses a
-\\global section for time and key signatures
+@code{\\global} section for time and key signatures
 
 "
   doctitle = "String quartet template (simple)"
 } % begin verbatim
 global= {
-           \time 4/4
-           \key c \major
-         }
-         
-         violinOne = \new Voice { \relative c''{
-           \set Staff.instrumentName = "Violin 1 "
-         
-           c2 d e1
-         
-         \bar "|." }}
-         violinTwo = \new Voice { \relative c''{
-           \set Staff.instrumentName = "Violin 2 "
-         
-           g2 f e1
-         
-         \bar "|." }}
-         viola = \new Voice { \relative c' {
-           \set Staff.instrumentName = "Viola "
-           \clef alto
-         
-           e2 d c1
-         
-         \bar "|." }}
-         cello = \new Voice { \relative c' {
-           \set Staff.instrumentName = "Cello     "
-           \clef bass
-         
-           c2 b a1
-         
-         \bar "|."}}
-         
-         \score {
-            \new StaffGroup <<
-               \new Staff << \global \violinOne >>
-               \new Staff << \global \violinTwo >>
-               \new Staff << \global \viola >>
-               \new Staff << \global \cello >>
-            >>
-            \layout { }
-            \midi { }
-         }
+  \time 4/4
+  \key c \major
+}
 
+violinOne = \new Voice \relative c'' {
+  \set Staff.instrumentName = #"Violin 1 "
+  
+  c2 d
+  e1
+  
+  \bar "|."
+}
+violinTwo = \new Voice \relative c'' {
+  \set Staff.instrumentName = #"Violin 2 "
+  
+  g2 f
+  e1
+  
+  \bar "|."
+}
+
+viola = \new Voice \relative c' {
+  \set Staff.instrumentName = #"Viola "  
+  \clef alto
+  
+  e2 d
+  c1
+  
+  \bar "|."
+}
+
+cello = \new Voice \relative c' {
+  \set Staff.instrumentName = #"Cello "
+  \clef bass
+  
+  c2 b
+  a1
+  
+  \bar "|."
+}
+
+\score {
+  \new StaffGroup <<
+    \new Staff << \global \violinOne >>
+    \new Staff << \global \violinTwo >>
+    \new Staff << \global \viola >>
+    \new Staff << \global \cello >>
+  >>
+  \layout { }
+  \midi { }
+}
index 8e00d3dcdb98d99cf044b14649caeabe2da3ae3b..0091bfc2df294d62e1edc6a2e42ada275c918529 100644 (file)
@@ -8,13 +8,14 @@
   texidoc = "
 The \"String quartet template\" snippet produces a nice string quartet,
 but what if you needed to print parts? This new template demonstrates
-how to use the \\tag feature to easily split a piece into individual
-parts.
+how to use the @code{\\tag} feature to easily split a piece into
+individual parts.
 
 You need to split this template into separate files; the filenames are
-contained in comments at the beginning of each file. piece.ly contains
-all the music definitions. The other files – score.ly, vn1.ly, vn2.ly,
-vla.ly, and vlc.ly – produce the appropiate part.
+contained in comments at the beginning of each file. @code{piece.ly}
+contains all the music definitions. The other files – @code{score.ly},
+@code{vn1.ly}, @code{vn2.ly}, @code{vla.ly}, and @code{vlc.ly} –
+produce the appropriate part.
 
 
 Do not forget to remove specified comments when using separate files! 
@@ -31,26 +32,26 @@ global= {
 }
 
 Violinone = \new Voice { \relative c''{
-  \set Staff.instrumentName = "Violin 1 "
+  \set Staff.instrumentName = #"Violin 1 "
 
   c2 d e1
 
 \bar "|." }}   %*********************************
 Violintwo = \new Voice { \relative c''{
-  \set Staff.instrumentName = "Violin 2 "
+  \set Staff.instrumentName = #"Violin 2 "
 
   g2 f e1
 
 \bar "|." }}   %*********************************
 Viola = \new Voice { \relative c' {
-  \set Staff.instrumentName = "Viola "
+  \set Staff.instrumentName = #"Viola "
   \clef alto
 
   e2 d c1
 
 \bar "|." }}   %*********************************
 Cello = \new Voice { \relative c' {
-  \set Staff.instrumentName = "Cello     "
+  \set Staff.instrumentName = #"Cello "
   \clef bass
 
   c2 b a1
index 4a2ef8b4e7f0cc1ead0666381de5d1093704e7e0..869448422f5991a1bd19b9a55f79b75ccd36fb36 100644 (file)
@@ -1,17 +1,17 @@
 vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly
 single-staff-template-with-notes-and-lyrics.ly
 single-staff-template-with-only-notes.ly
-jazz-combo-template.ly
-score-for-diatonic-accordion.ly
+piano-template-with-centered-lyrics.ly
+vocal-ensemble-template-with-automatic-piano-reduction.ly
 piano-template-simple.ly
 ancient-notation-template----modern-transcription-of-mensural-music.ly
 ancient-notation-template----modern-transcription-of-gregorian-music.ly
-single-staff-template-with-notes-and-chords.ly
-string-quartet-template-simple.ly
-single-staff-template-with-notes,-lyrics,-and-chords.ly
+vocal-ensemble-template.ly
 piano-template-with-melody-and-lyrics.ly
 string-quartet-template-with-separate-parts.ly
-vocal-ensemble-template.ly
+single-staff-template-with-notes,-lyrics,-and-chords.ly
+string-quartet-template-simple.ly
+single-staff-template-with-notes-and-chords.ly
 piano-template-with-centered-dynamics.ly
-piano-template-with-centered-lyrics.ly
-vocal-ensemble-template-with-automatic-piano-reduction.ly
+jazz-combo-template.ly
+score-for-diatonic-accordion.ly
index c8f4874b1ea2b97b7bf022c89933a067d0e92897..86aa0a24d5f3c1fc64b901ef125f22b65f9bbf9d 100644 (file)
@@ -14,13 +14,13 @@ creating-text-spanners.ly
 creating-real-parenthesized-dynamics.ly
 center-text-below-hairpin-dynamics.ly
 demonstrating-all-headers.ly
-combining-two-parts-on-the-same-staff.ly
 how-to-put-ties-between-syllables-in-lyrics.ly
+combining-two-parts-on-the-same-staff.ly
 combining-dynamics-with-markup-texts.ly
 aligning-marks-with-various-notation-objects.ly
-ottava-text.ly
+piano-template-with-centered-lyrics.ly
 creating-simultaneous-rehearsal-marks.ly
 three-sided-box.ly
 utf-8.ly
-piano-template-with-centered-lyrics.ly
+ottava-text.ly
 aligning-lyrics.ly
index dde15429b3928989025ef8cd2beade76031e0598..097eeee195bb87d203d96f743d9bb04e44e61af5 100644 (file)
@@ -1,5 +1,5 @@
 display-bracket-with-only-one-staff-in-a-system.ly
-rhythmic-slashes.ly
+time-signature-in-parentheses.ly
 changing-the-default-text-font-family.ly
 drawing-boxes-around-grobs.ly
 manually-controlling-beam-positions.ly
@@ -26,7 +26,7 @@ drawing-circles-around-various-objects.ly
 creating-text-spanners.ly
 caesura-railtracks-with-fermata.ly
 changing-form-of-multi--measure-rests.ly
-time-signature-in-parentheses.ly
+rhythmic-slashes.ly
 changing-a-single-notes-size-in-a-chord.ly
 creating-simultaneous-rehearsal-marks.ly
 nesting-staves.ly
index 5ee803315fbd918d46e2093cc65ad6afbba92b11..4afa6824c0c09f4915245d91b5c3c67787c4e771 100644 (file)
@@ -1,5 +1,5 @@
 string-quartet-template-with-separate-parts.ly
-string-quartet-template-simple.ly
 changing--flageolet-mark-size.ly
 creating-slurs-across-voices.ly
+string-quartet-template-simple.ly
 demo-midiinstruments.ly
index c0be939398de4559733298cc949d87ae72160385..6a6164951c862b7b5cb91e148f27fda3d196aed8 100644 (file)
@@ -6,10 +6,9 @@
   lsrtags = "vocal-music, tweaks-and-overrides, spacing"
 
   texidoc = "
-This snippet shows of to use the @code{alignBelowContext} and
-@code{alignAboveContext} properties, which may be needed for text
-elements (e.g. lyrics) positioning, but also for musical contents such
-as ossias.
+This snippet demonstrates the use of the @code{alignBelowContext} and
+@code{alignAboveContext} properties to control the positioning of
+lyrics and ossias.
 
 "
   doctitle = "Vertically aligning ossias and lyrics"
@@ -20,8 +19,8 @@ as ossias.
 
 \relative <<
   \new Staff = "1" { c4 c s2 }
-  \new Staff = "2" { c4  c s2 }
-  \new Staff = "3" { c4  c s2 }
+  \new Staff = "2" { c4 c s2 }
+  \new Staff = "3" { c4 c s2 }
   { \skip 2
     <<
       \lyrics {
index 4175534605c4700dba5a9069946800ebf6a0945d..63b83a8c2dd59d6e5e02a97c0efe6823ef2f4436 100644 (file)
@@ -19,7 +19,7 @@ The same idea is used to align the text scripts along their baseline.
   doctitle = "Vertically centered dynamics and textscripts"
 } % begin verbatim
 music = \relative c'' {
-  c2\p^\markup { "gorgeous" } c\f^\markup { "fantastic" }
+  c2\p^\markup { gorgeous } c\f^\markup { fantastic }
   c4\p c\f\> c c\!\p
 }
 
index 32ca66e385a6033468109342117989f74ca21bb4..1371cf4459c54a63722a6df4492f34576498aeed 100644 (file)
@@ -9,8 +9,8 @@
 This template adds an automatic piano reduction to the standard SATB
 vocal score demonstrated in \"Vocal ensemble template\". This
 demonstrates one of the strengths of LilyPond – you can use a music
-definition more than once. If you make any changes to the vocal notes
-(say, tenorMusic), then the changes will also apply to the piano
+definition more than once. If any changes are made to the vocal notes
+(say, @code{tenorMusic}), then the changes will also apply to the piano
 reduction.
 
 "
index 8bcab05f4bb9a38a3dd434a6144c319560998bc5..4703bd637e660995aab604d9ea6c783d618db160 100644 (file)
@@ -7,80 +7,84 @@
 
   texidoc = "
 Here is a standard four-part SATB vocal score. With larger ensembles,
-it's often useful to include a section which is included in all parts.
-For example, the time signature and key signatures are almost always
-the same for all parts. Like in the \"Hymn\" template, the four voices
-are regrouped on only two staves.
+it is often useful to include a section which is included in all parts.
+For example, the time signature and key signature are almost always the
+same for all parts. Like in the \"Hymn\" template, the four voices are
+regrouped on only two staves.
 
 "
   doctitle = "Vocal ensemble template"
 } % begin verbatim
 global = {
-            \key c \major
-            \time 4/4
-         }
-         
-         sopMusic = \relative c'' {
-            c4 c c8[( b)] c4
-         }
-         sopWords = \lyricmode {
-            hi hi hi hi
-         }
-         
-         altoMusic = \relative c' {
-            e4 f d e
-         }
-         altoWords =\lyricmode {
-            ha ha ha ha
-         }
-         
-         tenorMusic = \relative c' {
-            g4 a f g
-         }
-         tenorWords = \lyricmode {
-            hu hu hu hu
-         }
-         
-         bassMusic = \relative c {
-            c4 c g c
-         }
-         bassWords = \lyricmode {
-            ho ho ho ho
-         }
-         
-         \score {
-            \new ChoirStaff <<
-               \new Lyrics = sopranos { s1 }
-               \new Staff = women <<
-                  \new Voice =
-                    "sopranos" { \voiceOne << \global \sopMusic >> }
-                  \new Voice =
-                    "altos" { \voiceTwo << \global \altoMusic >> }
-               >>
-               \new Lyrics = "altos" { s1 }
-               \new Lyrics = "tenors" { s1 }
-               \new Staff = men <<
-                  \clef bass
-                  \new Voice =
-                    "tenors" { \voiceOne <<\global \tenorMusic >> }
-                  \new Voice =
-                    "basses" { \voiceTwo <<\global \bassMusic >> }
-               >>
-               \new Lyrics = basses { s1 }
-         
-               \context Lyrics = sopranos \lyricsto sopranos \sopWords
-               \context Lyrics = altos \lyricsto altos \altoWords
-               \context Lyrics = tenors \lyricsto tenors \tenorWords
-               \context Lyrics = basses \lyricsto basses \bassWords
-            >>
-         
-            \layout {
-               \context {
-                  % a little smaller so lyrics
-                  % can be closer to the staff
-                  \Staff
-                  \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
-               }
-            }
-         }
+  \key c \major
+  \time 4/4
+}
 
+sopMusic = \relative c'' {
+  c4 c c8[( b)] c4
+}
+sopWords = \lyricmode {
+  hi hi hi hi
+}
+
+altoMusic = \relative c' {
+  e4 f d e
+}
+altoWords = \lyricmode {
+  ha ha ha ha
+}
+
+tenorMusic = \relative c' {
+  g4 a f g
+}
+tenorWords = \lyricmode {
+  hu hu hu hu
+}
+
+bassMusic = \relative c {
+  c4 c g c
+}
+bassWords = \lyricmode {
+  ho ho ho ho
+}
+
+\score {
+  \new ChoirStaff <<
+    \new Lyrics = sopranos { s1 }
+    \new Staff = women <<
+      \new Voice = "sopranos" {
+        \voiceOne
+        << \global \sopMusic >>
+      }
+      \new Voice = "altos" {
+        \voiceTwo
+        << \global \altoMusic >>
+      }
+    >>
+    \new Lyrics = "altos" { s1 }
+    \new Lyrics = "tenors" { s1 }
+    \new Staff = men <<
+      \clef bass
+      \new Voice = "tenors" {
+        \voiceOne
+        << \global \tenorMusic >>
+      }
+      \new Voice = "basses" {
+        \voiceTwo << \global \bassMusic >>
+      }
+    >>
+    \new Lyrics = basses { s1 }    
+    \context Lyrics = sopranos \lyricsto sopranos \sopWords
+    \context Lyrics = altos \lyricsto altos \altoWords
+    \context Lyrics = tenors \lyricsto tenors \tenorWords
+    \context Lyrics = basses \lyricsto basses \bassWords
+  >>  
+  \layout {
+    \context {
+      % a little smaller so lyrics
+      % can be closer to the staff
+      \Staff
+      \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3)
+    }
+  }
+}
index ff4d5a6c04057569191c8282dfcbe02443d916a0..adf492d73c0a69e0783ee1fceb4fa1fc8d99c71f 100644 (file)
@@ -1,4 +1,4 @@
-chant-or-psalms-notation.ly
+vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly
 single-staff-template-with-notes-and-lyrics.ly
 adding-ambitus-per-voice.ly
 skips-in-lyric-mode-2.ly
@@ -7,11 +7,11 @@ vocal-ensemble-template-with-automatic-piano-reduction.ly
 ambitus-with-multiple-voices.ly
 how-to-put-ties-between-syllables-in-lyrics.ly
 vertically-aligning-ossias-and-lyrics.ly
-vocal-ensemble-template-with-lyrics-aligned-below-and-above-the-staves.ly
 single-staff-template-with-notes,-lyrics,-and-chords.ly
 formatting-lyrics-syllables.ly
 piano-template-with-melody-and-lyrics.ly
-aligning-lyrics.ly
+demo-midiinstruments.ly
+chant-or-psalms-notation.ly
 vocal-ensemble-template.ly
 adjusting-lyrics-vertical-spacing.ly
-demo-midiinstruments.ly
+aligning-lyrics.ly
index e0fcd7a721555546d7093d9b95e8f0d06d56b63e..2f89351c259b6d307cb695017f8e284024b21838 100644 (file)
@@ -1,7 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
 \version "2.11.46"
-\layout { ragged-right= ##t }
 \header {
   lsrtags = "repeats,staff-notation,fretted-strings"
   texidoc = "By adding the @code{Volta_engraver} to the relevant
@@ -9,13 +8,15 @@ staff, volte can be put over staves other than the topmost
 one in a score."
   doctitle = "Volta multi-staff"
 } % begin verbatim
+
 voltaMusic = \relative c'' {
   \repeat volta 2
-    c1 
-    \alternative { 
-    d e
-   } 
-} 
+    c1
+    \alternative {
+    d1
+    e
+   }
+}
 
 <<
   \new StaffGroup <<