]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/ottava-text.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / ottava-text.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.39"
5
6 \header {
7   lsrtags = "pitches, text"
8
9 %% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
10   texidoces = "
11
12 Internamente, @code{\\ottava} establece las propiedades
13 @code{ottavation} (por ejemplo, a @code{8va} o a @code{8vb}) y
14 @code{middleCPosition}.  Para sobreescribir el texto del corchete,
15 ajuste @code{ottavation} después de invocar la instrucción
16 @code{\\ottava}.
17
18 "
19
20   doctitlees = "Texto de octava alta y baja"
21
22
23 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
24 texidocde = "
25 Intern setzt die @code{set-octavation}-Funktion die Eigenschaften
26 @code{ottavation} (etwa auf den Wert @code{\"8va\"} oder @code{\"8vb\"})
27 und @code{middleCPosition}.  Um den Text der Oktavierungsklammer zu
28 ändern, kann @code{ottavation} manuell gesetzt werden, nachdem
29 @code{set-octavation} benützt wurde.
30
31 "
32
33 doctitlede = "Ottava-Text"
34
35 %% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e
36   texidocfr = "
37 En interne, la fonction @code{\\ottava} détermine les
38 propriétés @code{ottavation} (p.ex. en @code{\"8va\"} ou @code{\"8vb\"})
39 et @code{centralCPosition}.  Vous pouvez modifier le texte d'une marque
40 d'octaviation en définissant @code{ottavation} après avoir fait appel
41 à @code{ottava} :
42
43 "
44
45   doctitlefr = "Texte des marques d'octaviation"
46
47
48   texidoc = "
49 Internally, @code{\\ottava} sets the properties @code{ottavation} (for
50 example, to @code{8va} or @code{8vb}) and @code{middleCPosition}.  To
51 override the text of the bracket, set @code{ottavation} after invoking
52 @code{\\ottava}.
53
54 "
55   doctitle = "Ottava text"
56 } % begin verbatim
57
58 {
59   \ottava #1
60   \set Staff.ottavation = #"8"
61   c''1
62   \ottava #0
63   c'1
64   \ottava #1
65   \set Staff.ottavation = #"Text"
66   c''1
67 }
68