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

Delta Between Two Patch Sets: Documentation/notation/notation-appendices.itely

Issue 344160043: add fermata markup commands
Left Patch Set: Include very short/Henze fermatas. Don’t make markup commands. Created 4 years, 11 months ago
Right Patch Set: fix documentation Created 4 years, 11 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 | « Documentation/notation/expressive.itely ('k') | ly/script-init.ly » ('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 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after
2332 @code{\haydnturn} 2332 @code{\haydnturn}
2333 @lilypond[notime,relative=2] 2333 @lilypond[notime,relative=2]
2334 f^\haydnturn e,_\haydnturn b'\haydnturn 2334 f^\haydnturn e,_\haydnturn b'\haydnturn
2335 @end lilypond 2335 @end lilypond
2336 2336
2337 @end multitable 2337 @end multitable
2338 2338
2339 @cindex fermata 2339 @cindex fermata
2340 @cindex shortfermata 2340 @cindex shortfermata
2341 @cindex longfermata 2341 @cindex longfermata
2342 @cindex veryshortfermata
2342 @cindex verylongfermata 2343 @cindex verylongfermata
2344 @cindex henzeshortfermata
2345 @cindex henzelongfermata
2343 2346
2344 @node Fermata scripts 2347 @node Fermata scripts
2345 @unnumberedsubsec Fermata scripts 2348 @unnumberedsubsec Fermata scripts
2346 2349
2347 @multitable @columnfractions .22 .25 .25 .25 2350 @multitable @columnfractions .22 .25 .25 .25
2348 2351
2349 @item 2352 @item
2353 @code{\veryshortfermata}
2354 @lilypond[notime,relative=2]
2355 f^\veryshortfermata e,_\veryshortfermata b'\veryshortfermata
2356 @end lilypond
2357 @tab
2350 @code{\shortfermata} 2358 @code{\shortfermata}
2351 @lilypond[notime,relative=2] 2359 @lilypond[notime,relative=2]
2352 f^\shortfermata e,_\shortfermata b'\shortfermata 2360 f^\shortfermata e,_\shortfermata b'\shortfermata
2353 @end lilypond 2361 @end lilypond
2354 @tab 2362 @tab
2355 @code{\fermata} 2363 @code{\fermata}
2356 @lilypond[notime,relative=2] 2364 @lilypond[notime,relative=2]
2357 f^\fermata e,_\fermata b'\fermata 2365 f^\fermata e,_\fermata b'\fermata
2358 @end lilypond 2366 @end lilypond
2359 @tab 2367 @tab
2360 @code{\longfermata} 2368 @code{\longfermata}
2361 @lilypond[notime,relative=2] 2369 @lilypond[notime,relative=2]
2362 f^\longfermata e,_\longfermata b'\longfermata 2370 f^\longfermata e,_\longfermata b'\longfermata
2363 @end lilypond 2371 @end lilypond
2364 @tab 2372
2373 @item
2365 @code{\verylongfermata} 2374 @code{\verylongfermata}
2366 @lilypond[notime,relative=2] 2375 @lilypond[notime,relative=2]
2367 f^\verylongfermata e,_\verylongfermata b'\verylongfermata 2376 f^\verylongfermata e,_\verylongfermata b'\verylongfermata
2377 @end lilypond
2378 @tab
2379 @code{\henzeshortfermata}
2380 @lilypond[notime,relative=2]
2381 f^\henzeshortfermata e,_\henzeshortfermata b'\henzeshortfermata
2382 @end lilypond
2383 @tab
2384 @code{\henzelongfermata}
2385 @lilypond[notime,relative=2]
2386 f^\henzelongfermata e,_\henzelongfermata b'\henzelongfermata
2368 @end lilypond 2387 @end lilypond
2369 2388
2370 @end multitable 2389 @end multitable
2371 2390
2372 @cindex upbow 2391 @cindex upbow
2373 @cindex downbow 2392 @cindex downbow
2374 @cindex flageolet 2393 @cindex flageolet
2375 @cindex open 2394 @cindex open
2376 @cindex halfopen 2395 @cindex halfopen
2377 @cindex lheel 2396 @cindex lheel
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
3330 @node Predefined type predicates 3349 @node Predefined type predicates
3331 @appendixsec Predefined type predicates 3350 @appendixsec Predefined type predicates
3332 3351
3333 @include type-predicates.tely 3352 @include type-predicates.tely
3334 3353
3335 3354
3336 @node Scheme functions 3355 @node Scheme functions
3337 @appendixsec Scheme functions 3356 @appendixsec Scheme functions
3338 3357
3339 @include scheme-functions.tely 3358 @include scheme-functions.tely
LEFTRIGHT

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