]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly
Issue 4961/6: Let make_partial_ellipse_boxes use degrees
[lilypond.git] / Documentation / snippets / ancient-notation-template----modern-transcription-of-gregorian-music.ly
index f431d9b5bb481eb77fe93121caf166e0a3ede023..afffd25ad023c0ac05ad1ed7cbe4fda5f51180f5 100644 (file)
@@ -1,28 +1,13 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.18.0"
 
 \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 = "ancient-notation, template, vocal-music"
 
   texidoc = "
 This example demonstrates how to do modern transcription of Gregorian
@@ -57,11 +42,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 +54,3 @@ verba = \lyricmode {
     }
   }
 }
-