]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/transcription-of-ancient-music-with-incipit.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / transcription-of-ancient-music-with-incipit.ly
index 5d66afbdedb39dcde29df7a4050423d5bc775a41..8692f345bffacb1bde7a47a636973847b5e0b7ed 100644 (file)
@@ -1,22 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.10"
+\version "2.16.0"
 
 \header {
-  lsrtags = "ancient-notation, tweaks-and-overrides"
-
-%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5
-  texidoces = "
-A modo de alternativa para obtener auténticos «incipit»
-independientes de la partitura principal, se incluyen como
-elemento de marcado en el campo que se usa normalmente para el
-nombre del instrumento. Por el momento, la letra sólo se puede
-añadir como marcado directo. Por desgracia, su espaciado no es
-análogo al de la letra principal.
-
-"
-  doctitlees = "Transcripción de música antigua con incipit"
+  lsrtags = "ancient-notation, specific-notation, tweaks-and-overrides, workaround"
 
   texidoc = "
 As a workaround to get real incipits which are independent from the
@@ -29,6 +20,7 @@ main lyrics.
   doctitle = "Transcription of Ancient music with incipit"
 } % begin verbatim
 
+
 global = {
   \set Score.skipBars = ##t
   \key g \major
@@ -294,4 +286,3 @@ incipitBassus = \markup {
     indent = 5\cm
   }
 }
-