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

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

Issue 4922042: Creates a Flag grob. (Closed)
Left Patch Set: Comments from Reinhold and Han-Wen. Created 12 years, 7 months ago
Right Patch Set: Rebase against current master. Created 12 years, 7 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:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | Documentation/notation/ancient.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
(no file at all)
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
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
(...skipping 3448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3459 and blanking the first up-stem in that voice, the tie appears to 3459 and blanking the first up-stem in that voice, the tie appears to
3460 cross voices: 3460 cross voices:
3461 3461
3462 @cindex Stem, example of overriding 3462 @cindex Stem, example of overriding
3463 @cindex transparent property, example 3463 @cindex transparent property, example
3464 3464
3465 @lilypond[quote,fragment,relative=2,verbatim] 3465 @lilypond[quote,fragment,relative=2,verbatim]
3466 << 3466 <<
3467 { 3467 {
3468 \once \override Stem #'transparent = ##t 3468 \once \override Stem #'transparent = ##t
3469 \once \override Flag #'transparent = ##t
3469 b8~ b\noBeam 3470 b8~ b\noBeam
3470 } 3471 }
3471 \\ 3472 \\
3472 { b8[ g] } 3473 { b8[ g] }
3473 >> 3474 >>
3474 @end lilypond 3475 @end lilypond
3475 3476
3476 To make sure that the just-blanked stem doesn't squeeze the tie 3477 To make sure that the just-blanked stem doesn't squeeze the tie
3477 too much, we can lengthen the stem by setting the 3478 too much, we can lengthen the stem by setting the
3478 @code{length} to @code{8}, 3479 @code{length} to @code{8},
3479 3480
3480 @lilypond[quote,fragment,relative=2,verbatim] 3481 @lilypond[quote,fragment,relative=2,verbatim]
3481 << 3482 <<
3482 { 3483 {
3483 \once \override Stem #'transparent = ##t 3484 \once \override Stem #'transparent = ##t
3485 \once \override Flag #'transparent = ##t
3484 \once \override Stem #'length = #8 3486 \once \override Stem #'length = #8
3485 b8~ b\noBeam 3487 b8~ b\noBeam
3486 } 3488 }
3487 \\ 3489 \\
3488 { b8[ g] } 3490 { b8[ g] }
3489 >> 3491 >>
3490 @end lilypond 3492 @end lilypond
3491 3493
3492 @subheading Simulating a fermata in MIDI 3494 @subheading Simulating a fermata in MIDI
3493 3495
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
4156 \override NoteHead #'color = #color-notehead 4158 \override NoteHead #'color = #color-notehead
4157 a2 b | c2 d | e2 f | g2 a | 4159 a2 b | c2 d | e2 f | g2 a |
4158 } 4160 }
4159 @end lilypond 4161 @end lilypond
4160 4162
4161 Further examples showing the use of these programmable interfaces 4163 Further examples showing the use of these programmable interfaces
4162 can be found in @rextend{Callback functions}. 4164 can be found in @rextend{Callback functions}.
4163 4165
4164 4166
4165 4167
LEFTRIGHT

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