LSR: Update.
[lilypond.git] / input / lsr / non-default-tuplet-numbers.ly
blob40f81ee6445ee9fe06310a380c4194d63de77f26
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"
6 \header {
7 texidoces = "
8 LilyPond también proporciona funciones de formato para imprimir
9 números de grupo especial diferentes a la propia fracción, así
10 como para añadir una figura al número o a la fracción de la
11 agrupación.
15 doctitlees = "Números de agrupación especial distintos a los predeterminados"
17 %% Translation of GIT committish: 6bf3e9149eb97e66b4c813e41dc7625f06c501aa
18 texidocde = "
19 LilyPond stellt auch Formatierungsfunktionen zur Verfügung, mit denen
20 N-tolennummern gesetzt werden können, die sich von dem eigentlichen Bruch
21 unterscheiden. Auch ein Notenwert kann zu Nenner oder Zähler des Bruchs
22 hinzugefügt werden.
24 doctitlede = "Nicht-standard-N-tolennummern"
26 lsrtags = "rhythms"
28 texidoc = "
29 LilyPond also provides formatting functions to print tuplet numbers different
30 than the actual fraction, as well as to append a note value to the tuplet
31 number or tuplet fraction.
33 doctitle = "Non-default tuplet numbers"
34 } % begin verbatim
37 \relative c'' {
38 \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-denominator-text 7)
39 \times 2/3 { c4. c4. c4. c4. }
40 \once \override TupletNumber #'text = #(tuplet-number::non-default-tuplet-fraction-text 12 7)
41 \times 2/3 { c4. c4. c4. c4. }
42 \once \override TupletNumber #'text =
43 #(tuplet-number::append-note-wrapper (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
44 \times 2/3 { c4. c4. c4. c4. }
46 \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
47 \times 2/3 { c8 c8 c8 c8 c8 c8 }
48 \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
49 \times 2/3 { c8 c8 c8 c8 c8 c8 }
51 \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
52 \times 2/3 { c4. c4. c4. c4. }
53 \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
54 \times 2/3 { c4. c4. c4. c4. }