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

Delta Between Two Patch Sets: Documentation/notation/vocal.itely

Issue 565750043: Added vowel transitions for lyrics
Left Patch Set: Renamed 'transition line' to 'transition arrow' and documentation fixes. Created 5 years, 1 month ago
Right Patch Set: Apologies for the noise for the last two patch sets. Created 5 years 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/music-glossary.tely ('k') | input/regression/vowel-transition.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
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.21.0" 10 @c \version "2.21.0"
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 858
859 @seealso 859 @seealso
860 Internals Reference: 860 Internals Reference:
861 @rinternals{LyricExtender}, 861 @rinternals{LyricExtender},
862 @rinternals{LyricHyphen}. 862 @rinternals{LyricHyphen}.
863 863
864 864
865 @node Gradual changes of vowel 865 @node Gradual changes of vowel
866 @unnumberedsubsubsec Gradual changes of vowel 866 @unnumberedsubsubsec Gradual changes of vowel
867 867
868 @cindex transition 868 @cindex vowel transition
869 869
870 Gradual changes of vowel may be indicated with transition arrows, 870 Vowel transitions (gradual changes of vowel or sustained
871 which are entered as @samp{->} between syllables (see Gould pp. 871 consonant), which may be indicated by arrows between syllables,
872 452--453). The arrow shows the length of the transition. Transition 872 are entered with the command @code{\vowelTransition} (see
873 arrows are by default always drawn, with space added if necessary in 873 Gould pp. 452--453). The arrow shows the length of
874 tightly engraved music. Ties between notes of unchanged pitch or 874 the transition, and it is by default always drawn (space is
875 slurs show that there is no new articulation, despite a change of 875 added if necessary in tightly engraved music). Ties between
876 vowel. The minimum length of transition arrows may be adjusted with 876 notes of unchanged pitch or slurs show that there is no
877 the @code{minimum-length} property of @code{LyricTransition}. 877 new articulation, despite a change of vowel. The minimum length
878 of the arrows may be adjusted with the @code{minimum-length}
879 property of @code{VowelTransition}.
878 880
879 @lilypond[verbatim,quote] 881 @lilypond[verbatim,quote]
880 { 882 {
881 c'2 c' 883 c'2 c'
882 \set melismaBusyProperties = #'() 884 \set melismaBusyProperties = #'()
883 c'2 ~ c' 885 c'2 ~ c'
884 \time 3/2 886 \time 3/2
885 d'4( e' f' e' f'2 887 d'4( e' f' e' f'2
886 e'2.) 888 e'2.)
887 } 889 }
888 \addlyrics 890 \addlyrics
889 { 891 {
890 Ah -> oh, 892 Ah \vowelTransition oh,
891 ah -> oh, 893 ah \vowelTransition oh,
892 ah -> _ _ _ _ 894 ah \vowelTransition _ _ _ _
893 oh. 895 oh.
894 } 896 }
895 @end lilypond 897 @end lilypond
896 898
897 @seealso 899 @seealso
898 Musical Glossary: 900 Musical Glossary:
899 @rglos{transition arrow}. 901 @rglos{vowel transition}.
900 902
901 Internals Reference: 903 Internals Reference:
902 @rinternals{LyricTransition}. 904 @rinternals{VowelTransition}.
903 905
904 906
905 @node Techniques specific to lyrics 907 @node Techniques specific to lyrics
906 @subsection Techniques specific to lyrics 908 @subsection Techniques specific to lyrics
907 909
908 @c TODO this whole section is to be reorganised 910 @c TODO this whole section is to be reorganised
909 911
910 @menu 912 @menu
911 * Working with lyrics and variables:: 913 * Working with lyrics and variables::
912 * Placing lyrics vertically:: 914 * Placing lyrics vertically::
(...skipping 2529 matching lines...) Expand 10 before | Expand all | Expand 10 after
3442 @c Add "Printing both the ancient and the modern clef in vocal music" snippet, 3444 @c Add "Printing both the ancient and the modern clef in vocal music" snippet,
3443 @c and "Transcription of Ancient music with incipit" snippet. -vv 3445 @c and "Transcription of Ancient music with incipit" snippet. -vv
3444 3446
3445 @seealso 3447 @seealso
3446 Notation Reference: 3448 Notation Reference:
3447 @ref{Ancient notation}. 3449 @ref{Ancient notation}.
3448 3450
3449 3451
3450 3452
3451 3453
LEFTRIGHT

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