X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Feditorial.itely;h=3f04aff558f9347e5836345dc8efe680debd80d3;hb=1eb0a25104a5bef7a6dc0ea9093f73cf3ba66fd5;hp=dda447e28eab2a85d3b050b07ba0429f0cd5377e;hpb=fd1ce6614e371cdab48503dadaa53a8054b43a39;p=lilypond.git diff --git a/Documentation/user/editorial.itely b/Documentation/user/editorial.itely index dda447e28e..3f04aff558 100644 --- a/Documentation/user/editorial.itely +++ b/Documentation/user/editorial.itely @@ -49,7 +49,7 @@ change the size of variable symbols, such as beams or slurs. @warning{For font sizes of text, see @ref{Common markup commands}.} -@lilypond[quote,fragment,relative=2,verbatim,ragged-right] +@lilypond[verbatim,quote,relative=2] \huge c4.-> d8---3 \large @@ -76,7 +76,7 @@ Six steps is exactly a factor of two. The Scheme function factor. The @code{font-size} property can also be set directly, so that only certain layout objects are affected. -@lilypond[quote,fragment,relative=2,verbatim,ragged-right] +@lilypond[verbatim,quote,relative=2] \set fontSize = #3 c4.-> d8---3 \override NoteHead #'font-size = #-4 @@ -92,7 +92,7 @@ c4.-> d8---3 Font size changes are achieved by scaling the design size that is closest to the desired size. The standard font size (for -@code{font-size = #0}) depends on the standard staff height. +@w{@code{font-size = #0}}) depends on the standard staff height. For a 20pt staff, a 10pt font is selected. The @code{font-size} property can only be set on layout objects @@ -117,12 +117,12 @@ that use fonts. These are the ones supporting the @seealso Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. Internals Reference: -@internalsref{fontSize}, -@internalsref{font-size}, -@internalsref{font-interface}. +@rinternals{fontSize}, +@rinternals{font-size}, +@rinternals{font-interface}. @node Fingering instructions @@ -134,13 +134,13 @@ Internals Reference: Fingering instructions can be entered using @var{note}-@var{digit}: -@lilypond[quote,verbatim,ragged-right,fragment,relative=2] +@lilypond[verbatim,quote,relative=2] c4-1 d-2 f-4 e-3 @end lilypond Markup texts may be used for finger changes. -@lilypond[quote,verbatim,ragged-right,fragment,relative=2] +@lilypond[verbatim,quote,relative=2] c4-1 d-2 f-4 c^\markup { \finger "2 - 3" } @end lilypond @@ -149,7 +149,7 @@ c4-1 d-2 f-4 c^\markup { \finger "2 - 3" } A thumb-script can be added (e.g., in cello music) to indicate that a note should be played with the thumb. -@lilypond[quote,verbatim,ragged-right,fragment,relative=2] +@lilypond[verbatim,quote,relative=2] 2 @end lilypond @@ -159,33 +159,33 @@ that a note should be played with the thumb. Fingerings for chords can also be added to individual notes of the chord by adding them after the pitches. -@lilypond[quote,verbatim,ragged-right,fragment,relative=2] +@lilypond[verbatim,quote,relative=2] 2 @end lilypond Fingering instructions may be manually placed above or below the -staff, see @ref{Controlling direction and placement}. +staff, see @ref{Direction and placement}. @snippets -@lilypondfile[verbatim,lilyquote,ragged-right,texidoc] +@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle] {controlling-the-placement-of-chord-fingerings.ly} @seealso Notation Reference: -@ref{Controlling direction and placement} +@ref{Direction and placement} Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. Internals Reference: -@internalsref{FingeringEvent}, -@internalsref{fingering-event}, -@internalsref{Fingering_engraver}, -@internalsref{New_fingering_engraver}, -@internalsref{Fingering}. +@rinternals{FingeringEvent}, +@rinternals{fingering-event}, +@rinternals{Fingering_engraver}, +@rinternals{New_fingering_engraver}, +@rinternals{Fingering}. @node Hidden notes @@ -200,7 +200,7 @@ Internals Reference: Hidden (or invisible or transparent) notes can be useful in preparing theory or composition exercises. -@lilypond[quote,ragged-right,verbatim,relative=2,fragment] +@lilypond[verbatim,quote,relative=2] c4 d \hideNotes e4 f @@ -215,7 +215,7 @@ c Notation objects which are attached to invisible notes are still visible. -@lilypond[quote,ragged-right,verbatim,relative=2,fragment] +@lilypond[verbatim,quote,relative=2] c4( d) \hideNotes e4(\p f)-- @@ -231,11 +231,11 @@ e4(\p f)-- @seealso Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. Internals Reference: -@internalsref{Note_spacing_engraver}, -@internalsref{NoteSpacing}. +@rinternals{Note_spacing_engraver}, +@rinternals{NoteSpacing}. @node Coloring objects @@ -251,7 +251,7 @@ Internals Reference: Individual objects may be assigned colors. Valid color names are listed in the @ref{List of colors}. -@lilypond[quote,ragged-right,verbatim,fragment,relative=2] +@lilypond[verbatim,quote,relative=2] \override NoteHead #'color = #red c4 c \override NoteHead #'color = #(x11-color 'LimeGreen) @@ -272,7 +272,7 @@ possible to access X11 colors by the multi-word form of its name. If @code{x11-color} cannot make sense of the parameter then the color returned defaults to black. -@lilypond[quote,ragged-right,verbatim,fragment,relative=2] +@lilypond[verbatim,quote,relative=2] \override Staff.StaffSymbol #'color = #(x11-color 'SlateBlue2) \set Staff.instrumentName = \markup { \with-color #(x11-color 'navy) "Clarinet" @@ -293,7 +293,7 @@ b2 cis Exact RGB colors can be specified using the Scheme function @code{rgb-color}. -@lilypond[quote,ragged-right,verbatim,fragment,relative=2] +@lilypond[verbatim,quote,relative=2] \override Staff.StaffSymbol #'color = #(x11-color 'SlateBlue2) \set Staff.instrumentName = \markup { \with-color #(x11-color 'navy) "Clarinet" @@ -314,7 +314,7 @@ Notation Reference: the input}. Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. @knownissues An X11 color is not necessarily exactly the same shade as a @@ -342,7 +342,7 @@ Objects may be parenthesized by prefixing @code{\parenthesize} to the music event. When prefixed to a chord, it parenthesizes every note. Individual notes inside a chord may also be parenthesized. -@lilypond[quote,relative=2,fragment,verbatim,ragged-right] +@lilypond[verbatim,quote,relative=2] c2 \parenthesize d c2 \parenthesize c2 @@ -350,7 +350,7 @@ c2 Non-note objects may be parenthesized as well. -@lilypond[quote,relative=2,fragment,verbatim,ragged-right] +@lilypond[verbatim,quote,relative=2] c2-\parenthesize -. d c2 \parenthesize r @end lilypond @@ -358,12 +358,12 @@ c2 \parenthesize r @seealso Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. Internals Reference: -@internalsref{Parenthesis_engraver}, -@internalsref{ParenthesesItem}, -@internalsref{parentheses-interface}. +@rinternals{Parenthesis_engraver}, +@rinternals{ParenthesesItem}, +@rinternals{parentheses-interface}. @knownissues @@ -398,20 +398,20 @@ made invisible. @cindex stem, down @cindex stem, neutral -@lilypondfile[verbatim,lilyquote,ragged-right,texidoc] +@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle] {default-direction-of-stems-on-the-center-line-of-the-staff.ly} @seealso Notation Reference: -@ref{Controlling direction and placement}. +@ref{Direction and placement}. Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. Internals Reference: -@internalsref{Stem_engraver}, -@internalsref{Stem}, -@internalsref{stem-interface}. +@rinternals{Stem_engraver}, +@rinternals{Stem}, +@rinternals{stem-interface}. @node Outside the staff @@ -433,7 +433,7 @@ Elements of notation can be marked and named with the help of a square balloon. The primary purpose of this feature is to explain notation. -@lilypond[quote,verbatim,fragment,ragged-right,relative=2] +@lilypond[verbatim,quote,relative=2] \new Voice \with { \consists "Balloon_engraver" } { \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } @@ -448,14 +448,15 @@ notation. @cindex notation, explaining There are two music functions, @code{balloonGrobText} and -@code{balloonText}; the former is used like @code{\once \override} to -attach text to any grob, and the latter is used like @code{\tweak}, -typically within chords, to attach text to an individual note. +@code{balloonText}; the former is used like +@w{@code{\once \override}} to attach text to any grob, and the +latter is used like @code{\tweak}, typically within chords, to +attach text to an individual note. Balloon text normally influences note spacing, but this can be altered: -@lilypond[quote,verbatim,fragment,ragged-right,relative=2] +@lilypond[verbatim,quote,relative=2] \new Voice \with { \consists "Balloon_engraver" } { \balloonLengthOff @@ -478,12 +479,12 @@ altered: @seealso Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. Internals Reference: -@internalsref{Balloon_engraver}, -@internalsref{BalloonTextItem}, -@internalsref{balloon-interface}. +@rinternals{Balloon_engraver}, +@rinternals{BalloonTextItem}, +@rinternals{balloon-interface}. @node Grid lines @@ -500,7 +501,7 @@ Grid lines extend from the middle lines of each staff. The @code{gridInterval} must specify the duration between the grid lines. -@lilypond[quote,verbatim,ragged-right] +@lilypond[verbatim,quote] \layout { \context { \Staff @@ -530,22 +531,22 @@ lines. @snippets -@lilypondfile[verbatim,lilyquote,ragged-right,texidoc] -{grid-lines-changing-their-appearance.ly} +@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle] +{grid-lines--changing-their-appearance.ly} @seealso Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. Internals Reference: -@internalsref{Grid_line_span_engraver}, -@internalsref{Grid_point_engraver}, -@internalsref{GridLine}, -@internalsref{GridPoint}, -@internalsref{grid-line-interface}, -@internalsref{grid-point-interface}. +@rinternals{Grid_line_span_engraver}, +@rinternals{Grid_point_engraver}, +@rinternals{GridLine}, +@rinternals{GridPoint}, +@rinternals{grid-line-interface}, +@rinternals{grid-point-interface}. @node Analysis brackets @@ -559,7 +560,7 @@ Internals Reference: Brackets are used in musical analysis to indicate structure in musical pieces. Simple horizontal brackets are supported. -@lilypond[quote,verbatim,ragged-right] +@lilypond[verbatim,quote] \layout { \context { \Voice @@ -574,7 +575,7 @@ pieces. Simple horizontal brackets are supported. Analysis brackets may be nested. -@lilypond[quote,verbatim,ragged-right] +@lilypond[verbatim,quote] \layout { \context { \Voice @@ -592,11 +593,11 @@ Analysis brackets may be nested. @seealso Snippets: -@lsrdir{Editorial,Editorial-annotations}. +@rlsr{Editorial annotations}. Internals Reference: -@internalsref{Horizontal_bracket_engraver}, -@internalsref{HorizontalBracket}, -@internalsref{horizontal-bracket-interface}, -@internalsref{Staff}. +@rinternals{Horizontal_bracket_engraver}, +@rinternals{HorizontalBracket}, +@rinternals{horizontal-bracket-interface}, +@rinternals{Staff}.