]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/making-some-staff-lines-thicker-than-the-others.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / making-some-staff-lines-thicker-than-the-others.ly
index 26b89af1421481143ce93cbbb1e51f7736a3e2f2..e1337cb3d573adbe01ec61cf80b478733a6bf547 100644 (file)
@@ -1,20 +1,32 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.12.0"
 
 \header {
-  lsrtags = "staff-notation, editorial-and-educational-use"
- texidoc = "
-For pedagogical purposes, you may want to make one staff line thicker
-(e.g. the middle line, to emphasize the line of the G clef). This can
-be achieved by adding extra lines very close to the line you want to
-make thicker, using the #'line-positions property in the StaffSymbol
-context.
-" }
-% begin verbatim
-\score {
-     \new Staff{
-     \override Staff.StaffSymbol #'line-positions =#'(-4 -2 -0.2 0 0.2 2 4 )
-         d'4 e' f' g'
-     }
+  lsrtags = "staff-notation, editorial-annotations"
+
+  texidoces = "
+Se puede engrosar una línea del pentagrama con fines pedagógicos
+(p.ej. la tercera línea o la de la clave de Sol).  Esto se puede
+conseguir añadiendo más líneas muy cerca de la línea que se quiere
+destacar, utilizando la propiedad @code{line-positions} del objeto
+@code{StaffSymbol}.
+
+"
+  doctitlees = "Hacer unas líneas del pentagrama más gruesas que las otras"
+
+  texidoc = "
+For pedagogical purposes, a staff line can be thickened (e.g., the
+middle line, or to emphasize the line of the G clef).  This can be
+achieved by adding extra lines very close to the line that should be
+emphasized, using the @code{line-positions} property of the
+@code{StaffSymbol} object. 
+
+"
+  doctitle = "Making some staff lines thicker than the others"
+} % begin verbatim
+
+{
+  \override Staff.StaffSymbol #'line-positions = #'(-4 -2 -0.2 0 0.2 2 4)
+  d'4 e' f' g'
 }