]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / grid-lines--emphasizing-rhythms-and-notes-synchronization.ly
index 113d893057a394fcfb41c4793306f3f07a33e745..52e4c45d94e7c77cf5ba7bf52a4f34109ae76d51 100644 (file)
@@ -1,20 +1,14 @@
-%% 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.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.1"
+\version "2.16.0"
 
 \header {
   lsrtags = "editorial-annotations"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  texidoces = "
-Se pueden trazar líneas verticales normales entre pentagramas para
-mostrar la relación entre notas; sin embargo, en caso de música
-monofónica, podemos hacer invisible el segundo pentagrama, y que
-las líneas sean más cortas, como en este fragmento de código.
-
-"
-  doctitlees = "Líneas de rejilla: destacar ritmos y la relación temporal entre notas"
-
   texidoc = "
 Regular vertical lines can be drawn between staves to show note
 synchronization; however, in case of monophonic music, you may want to
@@ -25,6 +19,7 @@ this snippet.
   doctitle = "Grid lines: emphasizing rhythms and notes synchronization"
 } % begin verbatim
 
+
 \score {
   \new ChoirStaff {
     \relative c'' <<
@@ -40,7 +35,7 @@ this snippet.
         \override Staff.StaffSymbol #'line-count = #0
         \override Staff.TimeSignature #'transparent = ##t
         \override Staff.Clef #'transparent = ##t
-        
+
         % dummy notes to force regular note spacing
         \once  \override Score.GridLine #'thickness = #4.0
         c8 c c
@@ -72,4 +67,3 @@ this snippet.
     ragged-right = ##t
   }
 }
-