X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Feditorial.itely;h=715aa620a74e9f9776c1de10d9621fa59c1ad682;hb=7585c6b0cac7a57bcf6187319ef12fa72b616661;hp=9712d58fde94722099266c92e0b7892e9f97889d;hpb=794dcbdb52faf4292036cd1b0270a956cf4316a3;p=lilypond.git diff --git a/Documentation/notation/editorial.itely b/Documentation/notation/editorial.itely index 9712d58fde..715aa620a7 100644 --- a/Documentation/notation/editorial.itely +++ b/Documentation/notation/editorial.itely @@ -3,10 +3,11 @@ Translation of GIT committish: FILL-IN-HEAD-COMMITTISH When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. + version that you are working on. For details, see the Contributors' + Guide, node Updating translation committishes.. @end ignore -@c \version "2.12.0" +@c \version "2.17.11" @node Editorial annotations @section Editorial annotations @@ -96,11 +97,11 @@ so that only certain layout objects are affected. @lilypond[verbatim,quote,relative=2] \set fontSize = #3 c4.-> d8---3 -\override NoteHead #'font-size = #-4 +\override NoteHead.font-size = #-4 c4.-> d8---3 -\override Script #'font-size = #2 +\override Script.font-size = #2 c4.-> d8---3 -\override Stem #'font-size = #-5 +\override Stem.font-size = #-5 c4.-> d8---3 @end lilypond @@ -129,7 +130,6 @@ that use fonts. These are the ones supporting the @code{\huge}. @endpredefined - @seealso Snippets: @rlsr{Editorial annotations}. @@ -148,16 +148,16 @@ Internals Reference: @funindex finger Fingering instructions can be entered using -@var{note}-@var{digit}: +@samp{@var{note}-@var{digit}}: @lilypond[verbatim,quote,relative=2] c4-1 d-2 f-4 e-3 @end lilypond -Markup texts may be used for finger changes. +Markup texts or strings may be used for finger changes. @lilypond[verbatim,quote,relative=2] -c4-1 d-2 f-4 c^\markup { \finger "2 - 3" } +c4-1 d-2 f\finger \markup \tied-lyric #"4~3" c\finger "2 - 3" @end lilypond @cindex thumb-script @@ -165,7 +165,7 @@ c4-1 d-2 f-4 c^\markup { \finger "2 - 3" } @funindex \thumb @funindex thumb -A thumb-script can be added (e.g., in cello music) to indicate +A thumb-script can be added (e.g. cello music) to indicate that a note should be played with the thumb. @lilypond[verbatim,quote,relative=2] @@ -176,8 +176,8 @@ that a note should be played with the thumb. @cindex fingering instructions for chords @cindex chords, fingering -Fingerings for chords can also be added to individual notes of the -chord by adding them after the pitches. +Fingerings for chords can also be added to individual notes by +adding them after the pitches. @lilypond[verbatim,quote,relative=2] 2 @@ -188,19 +188,18 @@ staff, see @ref{Direction and placement}. @snippets -@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle] +@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {controlling-the-placement-of-chord-fingerings.ly} -@lilypondfile[verbatim,lilyquote,texidoc,doctitle] +@lilypondfile[verbatim,quote,texidoc,doctitle] {allowing-fingerings-to-be-printed-inside-the-staff.ly} -@lilypondfile[verbatim,lilyquote,texidoc,doctitle] +@lilypondfile[verbatim,quote,texidoc,doctitle] {avoiding-collisions-with-chord-fingerings.ly} - @seealso Notation Reference: -@ref{Direction and placement} +@ref{Direction and placement}. Snippets: @rlsr{Editorial annotations}. @@ -243,13 +242,14 @@ b c @end lilypond -Notation objects which are attached to invisible notes are still -visible. +Note heads, stems, and flags, and rests are invisible. Beams +are invisible if they start on a hidden note. Objects that are +attached to invisible notes are still visible. @lilypond[verbatim,quote,relative=2] -c4( d) +e8(\p f g a)-- \hideNotes -e4(\p f)-- +e8(\p f g a)-- @end lilypond @@ -258,7 +258,6 @@ e4(\p f)-- @code{\unHideNotes}. @endpredefined - @seealso Learning Manual: @rlearning{Visibility and color of objects}. @@ -299,40 +298,41 @@ Individual objects may be assigned colors. Valid color names are listed in the @ref{List of colors}. @lilypond[verbatim,quote,relative=2] -\override NoteHead #'color = #red +\override NoteHead.color = #red c4 c -\override NoteHead #'color = #(x11-color 'LimeGreen) +\override NoteHead.color = #(x11-color 'LimeGreen) d -\override Stem #'color = #blue +\override Stem.color = #blue e @end lilypond The full range of colors defined for X11 can be accessed by using the Scheme function @code{x11-color}. The function takes one -argument; this can be a symbol in the form @var{'FooBar} or a -string in the form @var{"FooBar"}. The first form is quicker to -write and is more efficient. However, using the second form it is -possible to access X11 colors by the multi-word form of its name. +argument; this can be a symbol in the form @code{'@var{FooBar}} or +a string in the form @code{"@var{FooBar}"}. The first form is +quicker to write and is more efficient. However, using the second +form it is 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[verbatim,quote,relative=2] -\override Staff.StaffSymbol #'color = #(x11-color 'SlateBlue2) +\override Staff.StaffSymbol.color = #(x11-color 'SlateBlue2) \set Staff.instrumentName = \markup { \with-color #(x11-color 'navy) "Clarinet" } gis8 a -\override Beam #'color = #(x11-color "medium turquoise") +\override Beam.color = #(x11-color "medium turquoise") gis a -\override Accidental #'color = #(x11-color 'DarkRed) +\override Accidental.color = #(x11-color 'DarkRed) gis a -\override NoteHead #'color = #(x11-color "LimeGreen") +\override NoteHead.color = #(x11-color "LimeGreen") gis a % this is deliberate nonsense; note that the stems remain black -\override Stem #'color = #(x11-color 'Boggle) +\override Stem.color = #(x11-color 'Boggle) b2 cis @end lilypond @@ -346,20 +346,19 @@ Exact RGB colors can be specified using the Scheme function @code{rgb-color}. @lilypond[verbatim,quote,relative=2] -\override Staff.StaffSymbol #'color = #(x11-color 'SlateBlue2) +\override Staff.StaffSymbol.color = #(x11-color 'SlateBlue2) \set Staff.instrumentName = \markup { \with-color #(x11-color 'navy) "Clarinet" } -\override Stem #'color = #(rgb-color 0 0 0) +\override Stem.color = #(rgb-color 0 0 0) gis8 a -\override Stem #'color = #(rgb-color 1 1 1) +\override Stem.color = #(rgb-color 1 1 1) gis8 a -\override Stem #'color = #(rgb-color 0 0 0.5) +\override Stem.color = #(rgb-color 0 0 0.5) gis4 a @end lilypond - @seealso Notation Reference: @ref{List of colors}, @ref{The @@ -368,7 +367,6 @@ tweak command}. Snippets: @rlsr{Editorial annotations}. - @cindex x11 color @cindex colored notes in chords @cindex notes, colored in chords @@ -381,10 +379,9 @@ An X11 color is not necessarily exactly the same shade as a similarly named normal color. Not all X11 colors are distinguishable in a web browser, i.e., -a web browser might not display a difference between @code{'LimeGreen} -and @code{'ForestGreen}. For web use normal colors are recommended -(i.e., @code{#blue}, @code{#green}, @code{#red}). - +a web browser might not display a difference between @code{LimeGreen} +and @code{ForestGreen}. For web use normal colors are recommended +(i.e., @code{blue}, @code{green}, @code{red}). Notes in a chord cannot be colored with @code{\override}; use @code{\tweak} instead, see @ref{The tweak command}. @@ -397,6 +394,7 @@ Notes in a chord cannot be colored with @code{\override}; use @cindex notes, ghost @cindex notes, parenthesized @cindex parentheses +@cindex brackets @funindex \parenthesize @funindex parenthesize @@ -411,7 +409,7 @@ c2 \parenthesize c2 @end lilypond -Non-note objects may be parenthesized as well. For articulations, +Non-note objects may be parenthesized as well. For articulations, a hyphen is needed before the @code{\parenthesize} command. @lilypond[verbatim,quote,relative=2] @@ -419,7 +417,6 @@ c2-\parenthesize -. d c2 \parenthesize r @end lilypond - @seealso Snippets: @rlsr{Editorial annotations}. @@ -429,9 +426,7 @@ Internals Reference: @rinternals{ParenthesesItem}, @rinternals{parentheses-interface}. - @knownissues - Parenthesizing a chord prints parentheses around each individual note, instead of a single large parenthesis around the entire chord. @@ -472,10 +467,9 @@ Stems may be manually placed to point up or down; see @snippets -@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle] +@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {default-direction-of-stems-on-the-center-line-of-the-staff.ly} - @seealso Notation Reference: @ref{Direction and placement}. @@ -557,13 +551,11 @@ altered: } @end lilypond - @predefined @code{\balloonLengthOn}, @code{\balloonLengthOff}. @endpredefined - @seealso Snippets: @rlsr{Editorial annotations}. @@ -602,7 +594,7 @@ lines. \context { \Staff \consists "Grid_point_engraver" - gridInterval = #(ly:make-moment 1 4) + gridInterval = #(ly:make-moment 1/4) } \context { \Score @@ -627,10 +619,9 @@ lines. @snippets -@lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle] +@lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {grid-lines--changing-their-appearance.ly} - @seealso Snippets: @rlsr{Editorial annotations}. @@ -695,7 +686,6 @@ Analysis brackets may be nested. } @end lilypond - @seealso Snippets: @rlsr{Editorial annotations}. @@ -705,4 +695,3 @@ Internals Reference: @rinternals{HorizontalBracket}, @rinternals{horizontal-bracket-interface}, @rinternals{Staff}. -