]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/non-default-tuplet-numbers.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / non-default-tuplet-numbers.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 %% Note: this file works from version 2.13.1
4 \version "2.13.1"
5
6 \header {
7 %% Translation of GIT committish: 740b9a6c16eb30a84b216d23aeb848aa1b632be6
8   texidoces = "
9 LilyPond también proporciona funciones de formato para imprimir
10 números de grupo especial diferentes a la propia fracción, así
11 como para añadir una figura al número o a la fracción de la
12 agrupación.
13
14 "
15
16   doctitlees = "Números de agrupación especial distintos a los predeterminados"
17
18 %% Translation of GIT committish: 6bf3e9149eb97e66b4c813e41dc7625f06c501aa
19 texidocde = "
20 LilyPond stellt auch Formatierungsfunktionen zur Verfügung, mit denen
21 N-tolennummern gesetzt werden können, die sich von dem eigentlichen Bruch
22 unterscheiden.  Auch ein Notenwert kann zu Nenner oder Zähler des Bruchs
23 hinzugefügt werden.
24 "
25   doctitlede = "Nicht-standard-N-tolennummern"
26
27 %% Translation of GIT committish: fa7695ea860d7ab2db86581dd5f8bc4f413f6705
28   texidocfr = "
29 LilyPond sait aussi gérer des nolets dont le chiffrage imprimé ne
30 correspond pas exactement à la fraction de mesure à laquelle ils se
31 réfèrent, tout comme ceux auxquels une valeur de note vient en complément
32 au chiffre.
33 "
34   doctitlefr = "Nolets au chiffrage inhabituel"
35
36   lsrtags = "rhythms"
37
38   texidoc = "
39 LilyPond also provides formatting functions to print tuplet numbers different
40 than the actual fraction, as well as to append a note value to the tuplet 
41 number or tuplet fraction.
42 "
43   doctitle = "Non-default tuplet numbers"
44 } % begin verbatim
45
46
47 \relative c'' {
48   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-denominator-text 7)
49   \times 2/3  { c4. c4. c4. c4. }
50   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-fraction-text 12 7)
51   \times 2/3  { c4. c4. c4. c4. }
52   \once \override TupletNumber #'text =
53     #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
54   \times 2/3  { c4. c4. c4. c4. }
55
56   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
57   \times 2/3  { c8 c8 c8 c8 c8 c8 }
58   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
59   \times 2/3  { c8 c8 c8 c8 c8 c8 }
60
61   \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
62   \times 2/3  { c4. c4. c4. c4. }
63   \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
64   \times 2/3  { c4. c4. c4. c4. }
65 }