]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly
Merge branch 'translation' into 'master'
[lilypond.git] / Documentation / snippets / ancient-notation-template----modern-transcription-of-gregorian-music.ly
index f431d9b5bb481eb77fe93121caf166e0a3ede023..fbab93e75f1193105c57a6a6e5d735c2ae285472 100644 (file)
@@ -1,28 +1,14 @@
-%% 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.13.1"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.17.30
+\version "2.17.30"
 
 \header {
-  lsrtags = "ancient-notation, template"
-
-%% Translation of GIT committish: aea975539ec44fd0f1a8fd25930b88b5ab64b53a
-  texidoces = "
-Este ejemplo muestra cómo hacer una transcripción moderna de canto
-gregoriano. El canto gregoriano no tiene compás ni plicas; utiliza
-solamente cabezas de nota de blanca y de negra, y unas marcas
-especiales que indican silencios de distintas longitudes.
-
-"
-
-  doctitlees = "Plantilla para notación de música antigua (transcripción moderna de canto gregoriano)"
-%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6
-  
-  texidocde = "
-Dieses Beispiel zeigt eine moderne Transkription des Gregorianischen 
-Chorals. Hier gibt es keine Takte, keine Notenhälse und es werden nur 
-halbe und Viertelnoten verwendet. Zusätzliche Zeichen zeigen die 
-Länge von Pausen an.
-"
+  lsrtags = "vocal-music, ancient-notation, template"
 
   texidoc = "
 This example demonstrates how to do modern transcription of Gregorian
@@ -34,6 +20,7 @@ length.
   doctitle = "Ancient notation template -- modern transcription of gregorian music"
 } % begin verbatim
 
+
 \include "gregorian.ly"
 
 chant = \relative c' {
@@ -57,11 +44,11 @@ verba = \lyricmode {
       \Staff
       \remove "Time_signature_engraver"
       \remove "Bar_engraver"
-      \override Stem #'transparent = ##t
+      \hide Stem
     }
     \context {
       \Voice
-      \override Stem #'length = #0
+      \override Stem.length = #0
     }
     \context {
       \Score
@@ -69,4 +56,3 @@ verba = \lyricmode {
     }
   }
 }
-