]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/making-some-staff-lines-thicker-than-the-others.ly
LSR: Update.
[lilypond.git] / input / lsr / making-some-staff-lines-thicker-than-the-others.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "staff-notation, editorial-annotations"
7
8   texidoces = "
9 Se puede engrosar una línea del pentagrama con fines pedagógicos
10 (p.ej. la tercera línea o la de la clave de Sol).  Esto se puede
11 conseguir añadiendo más líneas muy cerca de la línea que se quiere
12 destacar, utilizando la propiedad @code{line-positions} del objeto
13 @code{StaffSymbol}.
14
15 "
16   doctitlees = "Hacer unas líneas del pentagrama más gruesas que las otras"
17
18 %% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706> 
19   texidocde = "
20 Für den pädagogischen Einsatz kann eine Linie des Notensystems dicker
21 gezeichnet werden (z. B. die Mittellinie, oder um den Schlüssel hervorzuheben).
22 Das ist möglich, indem man zusätzliche Linien sehr nahe an der Linie, die
23 dicker erscheinen soll, einfügt.  Dazu wird die @code{line-positions}-Eigenschaft
24 herangezogen.
25
26 "
27   doctitlede = "Eine Linie des Notensystems dicker als die anderen machen"
28   texidoc = "
29 For pedagogical purposes, a staff line can be thickened (e.g., the
30 middle line, or to emphasize the line of the G clef).  This can be
31 achieved by adding extra lines very close to the line that should be
32 emphasized, using the @code{line-positions} property of the
33 @code{StaffSymbol} object. 
34
35 "
36   doctitle = "Making some staff lines thicker than the others"
37 } % begin verbatim
38
39 {
40   \override Staff.StaffSymbol #'line-positions = #'(-4 -2 -0.2 0 0.2 2 4)
41   d'4 e' f' g'
42 }