]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/engravers-one-by-one.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / engravers-one-by-one.ly
index bf723d0b8a2dd30ba87b511936006a732330c0d6..cc0d3781d54d812767bd86ca0ab10b7f0129d1da 100644 (file)
@@ -1,12 +1,14 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.20"
+% 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.13.52
+\version "2.14.0"
 
 \header {
-  lsrtags = "contexts-and-engravers"
-
-%% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
   texidoces = "
 Del problema central de la notación, esto es, crear un determinado
 símbolo, se encargan los «plugins» o complementos añadidos.  Cada
@@ -35,6 +37,8 @@ alteraciones, líneas de compás, etc. forman un contexto de pentagrama,
 "
   doctitlees = "Los grabadores uno por uno"
 
+  lsrtags = "contexts-and-engravers"
+
   texidoc = "
 The notation problem, creating a certain symbol, is handled by plugins.
  Each plugin is called an Engraver. In this example, engravers are
@@ -67,6 +71,7 @@ line, etc. form a @code{Staff} context.
   doctitle = "Engravers one-by-one"
 } % begin verbatim
 
+
 %% sample music
 topVoice = \relative c' {
   \key d \major
@@ -74,7 +79,8 @@ topVoice = \relative c' {
   b4
   b16[-. b-. b-. cis-.]
   d4->
-}
+} % begin verbatim
+
 
 botVoice = \relative c' {
   \key d \major
@@ -134,7 +140,6 @@ MyStaff = \context {
 
   \consists "Pitch_squash_engraver"
 
-  \override VerticalAxisGroup #'minimum-Y-extent = #'(-6 . 6)
   localKeySignature = #'()
 
   % explicitly set instrumentName, so we don't get