]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/non-default-tuplet-numbers.ly
Merge branch 'master' into lilypond/translation
[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 \version "2.13.1"
4
5 \header {
6   texidoces = "
7 LilyPond también proporciona funciones de formato para imprimir
8 números de grupo especial diferentes a la propia fracción, así
9 como para añadir una figura al número o a la fracción de la
10 agrupación.
11
12 "
13
14   doctitlees = "Números de agrupación especial distintos a los predeterminados"
15
16   lsrtags = "rhythms"
17
18   texidoc = "
19 LilyPond also provides formatting functions to print tuplet numbers different
20 than the actual fraction, as well as to append a note value to the tuplet 
21 number or tuplet fraction.
22 "
23   doctitle = "Non-default tuplet numbers"
24 } % begin verbatim
25
26
27 \relative c'' {
28   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-denominator-text 7)
29   \times 2/3  { c4. c4. c4. c4. }
30   \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-fraction-text 12 7)
31   \times 2/3  { c4. c4. c4. c4. }
32   \once \override TupletNumber #'text =
33     #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
34   \times 2/3  { c4. c4. c4. c4. }
35
36   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
37   \times 2/3  { c8 c8 c8 c8 c8 c8 }
38   \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
39   \times 2/3  { c8 c8 c8 c8 c8 c8 }
40
41   \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
42   \times 2/3  { c4. c4. c4. c4. }
43   \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
44   \times 2/3  { c4. c4. c4. c4. }
45 }