]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/non-default-tuplet-numbers.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[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: d4f58bb3ad4e7fe1967a6b48f25e3addffc8aa14
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 =
49     #(tuplet-number::non-default-tuplet-denominator-text 7)
50   \times 2/3  { c4. c4. c4. c4. }
51   \once \override TupletNumber #'text =
52     #(tuplet-number::non-default-tuplet-fraction-text 12 7)
53   \times 2/3  { c4. c4. c4. c4. }
54   \once \override TupletNumber #'text =
55     #(tuplet-number::append-note-wrapper
56       (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
57   \times 2/3  { c4. c4. c4. c4. }
58
59   \once \override TupletNumber #'text =
60     #(tuplet-number::append-note-wrapper
61       tuplet-number::calc-denominator-text "4")
62   \times 2/3  { c8 c8 c8 c8 c8 c8 }
63   \once \override TupletNumber #'text =
64     #(tuplet-number::append-note-wrapper
65       tuplet-number::calc-fraction-text "4")
66   \times 2/3  { c8 c8 c8 c8 c8 c8 }
67
68   \once \override TupletNumber #'text =
69     #(tuplet-number::fraction-with-notes "4." "8")
70   \times 2/3  { c4. c4. c4. c4. }
71   \once \override TupletNumber #'text =
72     #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
73   \times 2/3  { c4. c4. c4. c4. }
74 }