Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1012)

Delta Between Two Patch Sets: Documentation/it/learning/tweaks.itely

Issue 7094044: \tuplet and \tupletSpan to replace \times and tupletSpannerDuration (Closed)
Left Patch Set: Created 12 years, 2 months ago
Right Patch Set: Address Keith's comments, add display test, fix display expression Created 12 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/it/learning/fundamental.itely ('k') | Documentation/it/usage/lilypond-book.itely » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: it -*- 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: it -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: 6d501730d319a6456acd13870821f0bcad64bf4e 4 Translation of GIT committish: 6d501730d319a6456acd13870821f0bcad64bf4e
5 5
6 When revising a translation, copy the HEAD committish of the 6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. For details, see the Contributors' 7 version that you are working on. For details, see the Contributors'
8 Guide, node Updating translation committishes.. 8 Guide, node Updating translation committishes..
9 @end ignore 9 @end ignore
10 10
11 @c \version "2.17.10" 11 @c \version "2.17.11"
12 12
13 @node Modifica dell'output 13 @node Modifica dell'output
14 @chapter Modifica dell'output 14 @chapter Modifica dell'output
15 @translationof Tweaking output 15 @translationof Tweaking output
16 16
17 Questo capitolo spiega come modificare l'output. LilyPond è estremamente 17 Questo capitolo spiega come modificare l'output. LilyPond è estremamente
18 configurabile; praticamente si può modificare qualsiasi elemento dell'output. 18 configurabile; praticamente si può modificare qualsiasi elemento dell'output.
19 19
20 20
21 @menu 21 @menu
(...skipping 4306 matching lines...) Expand 10 before | Expand all | Expand 10 after
4328 \relative c' { 4328 \relative c' {
4329 % Fa sì che il colore sia preso dalla procedura color-notehead 4329 % Fa sì che il colore sia preso dalla procedura color-notehead
4330 \override NoteHead.color = #color-notehead 4330 \override NoteHead.color = #color-notehead
4331 a2 b | c2 d | e2 f | g2 a | 4331 a2 b | c2 d | e2 f | g2 a |
4332 } 4332 }
4333 @end lilypond 4333 @end lilypond
4334 4334
4335 Altri esempi che mostrano l'uso di queste interfacce programmabili 4335 Altri esempi che mostrano l'uso di queste interfacce programmabili
4336 si trovano in @rextend{Callback functions}. 4336 si trovano in @rextend{Callback functions}.
4337 4337
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b