From: Han-Wen Nienhuys Date: Tue, 22 Apr 2003 17:41:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.7.18~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd3ece8a3b6700a62a1920e23e99317b2e5bcded;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 6c8f167b2e..632e5f8527 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -3540,6 +3540,10 @@ mus =\notes { \key d \major cis d fis g } }} @end lilypond +@seealso + +@internalsref{TransposedMusic}, @internalsref{UntransposableMusic}. + @refbugs If you want to use both @code{\transpose} and @code{\relative}, then @@ -4186,6 +4190,7 @@ Therefore, @code{gregorian-init.ly} also defines @code{\virgula} and @c TODO: Should double check if I recalled things correctly when I wrote @c down the following paragraph by heart. + In musical terminology, a ligature is a coherent graphical symbol that represents at least two different notes. Ligatures originally appeared in the manuscripts of Gregorian chant notation roughly since the 9th @@ -4305,6 +4310,8 @@ to the following: @c TODO: musicological blurb about FB +@syntax + LilyPond has limited support for figured bass: @lilypond[verbatim,fragment] @@ -4365,6 +4372,11 @@ Internally, the code produces markup texts. You can use any of the markup text properties to override formatting. For example, the vertical spacing of the figures may be set with @code{baseline-skip}. +@seealso + +@internalsref{BassFigureEvent} music, @internalsref{BassFigure} grob, +@internalsref{FiguredBass} context + @refbugs Slash notation for alterations is not supported. @@ -4459,34 +4471,41 @@ accurately. Use @code{<>8 <>8} instead. @cindex fermatas -The following fermata symbols, that are frequently used in contemporary -music notation, are supported + + +Contemporary music notation frequently uses special fermata symbols to +indicate fermatas of differing lengths. + +@syntax + +The following are supported @lilypond[singleline] \score { - \notes { + < \notes { \fatText b' ^\shortfermata _\shortfermata - ^\markup { short fermata } r b' ^\fermata _\fermata - ^\markup { fermata } + r b' ^\longfermata _\longfermata - ^\markup { long fermata } + r b' ^\verylongfermata _\verylongfermata - ^\markup { very long fermata } r } + \context Lyrics \lyrics { + "shortfermata" "fermata" "longfermata" "verylongfermata" + } > } @end lilypond @@ -4513,28 +4532,12 @@ affecting a whole set of objects. Second, you can select one specific object, and set a object property in that object. @menu -* Tuning per object :: * Tuning objects :: * Outputproperty:: * Font selection:: * Text markup:: @end menu -@node Tuning per object -@subsection Tuning per object - -@cindex \once -Tuning a single object is most often done with @code{\once \property}. The -form, -@example - \once \property @dots{} -@end example -@c -@c - - - - @node Tuning objects @subsection Tuning objects