]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/engravers-one-by-one.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / engravers-one-by-one.ly
index 06d81b57b18fd48b93f125fe319f590f9938ee67..3e9ea2fee859ee682cf903db089ceea3e7508b7c 100644 (file)
@@ -1,43 +1,13 @@
-% 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.14.0
-\version "2.14.0"
+%% 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.16.0"
 
 \header {
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Del problema central de la notación, esto es, crear un determinado
-símbolo, se encargan los «plugins» o complementos añadidos.  Cada
-uno de los complementos se conoce como un grabador. En este
-ejemplo, los grabadores se van activando uno por uno, en el orden
-siguiente:
-
-- cabeza de las notas,
-
-- el símbolo del pentagrama,
-
-- clave,
-
-- plicas,
-
-- barras, ligaduras de expresión, acentos,
-
-- alteraciones, líneas divisorias, indicación del compás, y armadura.
-
-Los grabadores se encuentran agrupados. Por ejemplo, las cabezas de
-nota, ligaduras de expresión, barras de corchea, etc. forman un
-contexto de voz, @code{Voice}. Los grabadores de la armadura,
-alteraciones, líneas de compás, etc. forman un contexto de pentagrama,
-@code{Staff}.
-
-"
-  doctitlees = "Los grabadores uno por uno"
-
-  lsrtags = "contexts-and-engravers"
+  lsrtags = "contexts-and-engravers, specific-notation"
 
   texidoc = "
 The notation problem, creating a certain symbol, is handled by plugins.
@@ -79,8 +49,7 @@ topVoice = \relative c' {
   b4
   b16[-. b-. b-. cis-.]
   d4->
-} % begin verbatim
-
+}
 
 botVoice = \relative c' {
   \key d \major
@@ -307,4 +276,3 @@ MyStaff = \context {
     \context { \MyVoice }
   }
 }
-