]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/transcription-of-ancient-music-with-incipit.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / transcription-of-ancient-music-with-incipit.ly
index 244de898c62d24fc019fb0a54afd23a7e43ff802..c737bf6ab12904907bbaff95b73d9ff805728440 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "ancient-notation, tweaks-and-overrides"
@@ -32,7 +33,7 @@ global = {
   \set Score.skipBars = ##t
   \key g \major
   \time 4/4
-  
+
   %make the staff lines invisible on staves
   \override Staff.BarLine #'transparent = ##t
   \skip 1*8 % the actual music
@@ -44,7 +45,7 @@ global = {
   \bar "|."
 }
 
-  
+
 discantusNotes = {
   \transpose c' c'' {
     \clef "treble"
@@ -103,7 +104,7 @@ tenorNotes = {
 tenorLyrics = \lyricmode {
   Ju -- bi -- la -- te | % two bars
   "..." |
-  -us. 
+  -us.
 }
 
 bassusNotes = {
@@ -122,7 +123,7 @@ bassusNotes = {
 bassusLyrics = \lyricmode {
   Ju -- bi- |
   "..." |
-  -us. 
+  -us.
 }
 
 incipitDiscantus = \markup{
@@ -132,7 +133,7 @@ incipitDiscantus = \markup{
                \override NoteHead   #'style = #'neomensural
                \override Rest #'style = #'neomensural
                \override Staff.TimeSignature #'style = #'neomensural
-               \cadenzaOn 
+               \cadenzaOn
                \clef "neomensural-c1"
                \key f \major
                \time 2/2
@@ -144,19 +145,19 @@ incipitDiscantus = \markup{
                        \remove Ligature_bracket_engraver
                        \consists Mensural_ligature_engraver
                }
-               line-width=4.5\cm 
+               line-width=4.5\cm
        }
        }
 }
 
 incipitAltus = \markup{
        \score{
-               { 
+               {
                \set Staff.instrumentName="Altus "
                \override NoteHead   #'style = #'neomensural
                \override Rest #'style = #'neomensural
                \override Staff.TimeSignature #'style = #'neomensural
-               \cadenzaOn 
+               \cadenzaOn
                \clef "neomensural-c3"
                \key f \major
                \time 2/2
@@ -169,7 +170,7 @@ incipitAltus = \markup{
                        \remove Ligature_bracket_engraver
                        \consists Mensural_ligature_engraver
                }
-               line-width=4.5\cm 
+               line-width=4.5\cm
        }
        }
 }
@@ -180,7 +181,7 @@ incipitTenor = \markup{
     \override NoteHead   #'style = #'neomensural
        \override Rest #'style = #'neomensural
        \override Staff.TimeSignature #'style = #'neomensural
-       \cadenzaOn 
+       \cadenzaOn
        \clef "neomensural-c4"
        \key f \major
        \time 2/2
@@ -195,7 +196,7 @@ incipitTenor = \markup{
                        \remove Ligature_bracket_engraver
                        \consists Mensural_ligature_engraver
                }
-               line-width=4.5\cm 
+               line-width=4.5\cm
 }
 }
 }
@@ -206,7 +207,7 @@ incipitBassus = \markup{
     \override NoteHead   #'style = #'neomensural
        \override Rest #'style = #'neomensural
        \override Staff.TimeSignature #'style = #'neomensural
-       \cadenzaOn 
+       \cadenzaOn
        \clef "bass"
        \key f \major
        \time 2/2
@@ -219,7 +220,7 @@ incipitBassus = \markup{
                        \remove Ligature_bracket_engraver
                        \consists Mensural_ligature_engraver
                }
-               line-width=4.5\cm 
+               line-width=4.5\cm
             }
      }
 }
@@ -229,37 +230,37 @@ incipitBassus = \markup{
   <<
   \new StaffGroup = choirStaff <<
     \new Voice =
-      "discantusNotes" << \global 
-      \set Staff.instrumentName=\incipitDiscantus   
+      "discantusNotes" << \global
+      \set Staff.instrumentName=\incipitDiscantus
       \discantusNotes >>
     \new Lyrics =
       "discantusLyrics" \lyricsto discantusNotes { \discantusLyrics }
-      
+
     \new Voice =
-      "altusNotes" << \global 
-      \set Staff.instrumentName=\incipitAltus 
+      "altusNotes" << \global
+      \set Staff.instrumentName=\incipitAltus
       \altusNotes >>
     \new Lyrics =
       "altusLyrics" \lyricsto altusNotes { \altusLyrics }
-     
+
     \new Voice =
-      "tenorNotes" << \global 
-      \set Staff.instrumentName=\incipitTenor 
+      "tenorNotes" << \global
+      \set Staff.instrumentName=\incipitTenor
       \tenorNotes >>
     \new Lyrics =
       "tenorLyrics" \lyricsto tenorNotes { \tenorLyrics }
-     
+
     \new Voice =
-      "bassusNotes" << \global 
+      "bassusNotes" << \global
       \set Staff.instrumentName=\incipitBassus
       \bassusNotes >>
       >>
     \new Lyrics =
-      "bassusLyrics" \lyricsto bassusNotes { \bassusLyrics } 
+      "bassusLyrics" \lyricsto bassusNotes { \bassusLyrics }
     %Keep the bass lyrics outside of the staff group to avoid bar lines
     %between the lyrics.
   >>
-  
+
   \layout {
     \context {
       \Score
@@ -268,9 +269,9 @@ incipitBassus = \markup{
       \override BarLine #'transparent = ##t
     }
     % the next three instructions keep the lyrics between the barlines
-       \context { \Lyrics 
-          \consists "Bar_engraver" 
-          \override BarLine #'transparent = ##t } 
+       \context { \Lyrics
+          \consists "Bar_engraver"
+          \override BarLine #'transparent = ##t }
        \context { \StaffGroup \consists "Separating_line_group_engraver" }
     \context {
       \Voice