]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/ancient-notation-template----modern-transcription-of-gregorian-music.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / ancient-notation-template----modern-transcription-of-gregorian-music.ly
index a9853b34e6373e024b57762941d085410382dec7..2761c652d668e729d4b00a39cc8993aac4e360a7 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.49"
 
 \header {
   lsrtags = "ancient-notation, template"
@@ -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
+    }
+  }
+}