X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Feditorial.itely;h=963bdb6fb74282e6f47f5640881a6d67b588e9a6;hb=a2431d97866b1042f133ca76dbcb1f70f89bf360;hp=cef5262ed6e336cc485cec96b4cfab4b479720ca;hpb=d74afd12749a9d1de0aaac200bb86658091f15c3;p=lilypond.git diff --git a/Documentation/notation/editorial.itely b/Documentation/notation/editorial.itely index cef5262ed6..963bdb6fb7 100644 --- a/Documentation/notation/editorial.itely +++ b/Documentation/notation/editorial.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.14.0" +@c \version "2.17.11" @node Editorial annotations @section Editorial annotations @@ -97,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 @@ -130,7 +130,6 @@ that use fonts. These are the ones supporting the @code{\huge}. @endpredefined - @seealso Snippets: @rlsr{Editorial annotations}. @@ -155,10 +154,10 @@ Fingering instructions can be entered using 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 @@ -198,7 +197,6 @@ staff, see @ref{Direction and placement}. @lilypondfile[verbatim,quote,texidoc,doctitle] {avoiding-collisions-with-chord-fingerings.ly} - @seealso Notation Reference: @ref{Direction and placement}. @@ -264,7 +262,6 @@ e8(\p f g a)-- @code{\unHideNotes}. @endpredefined - @seealso Learning Manual: @rlearning{Visibility and color of objects}. @@ -305,11 +302,11 @@ 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 @@ -326,20 +323,20 @@ 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 @@ -353,20 +350,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 @@ -375,7 +371,6 @@ tweak command}. Snippets: @rlsr{Editorial annotations}. - @cindex x11 color @cindex colored notes in chords @cindex notes, colored in chords @@ -392,7 +387,6 @@ 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}. @@ -404,6 +398,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 @@ -426,7 +421,6 @@ c2-\parenthesize -. d c2 \parenthesize r @end lilypond - @seealso Snippets: @rlsr{Editorial annotations}. @@ -436,9 +430,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. @@ -482,7 +474,6 @@ Stems may be manually placed to point up or down; see @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}. @@ -564,13 +555,11 @@ altered: } @end lilypond - @predefined @code{\balloonLengthOn}, @code{\balloonLengthOff}. @endpredefined - @seealso Snippets: @rlsr{Editorial annotations}. @@ -609,7 +598,7 @@ lines. \context { \Staff \consists "Grid_point_engraver" - gridInterval = #(ly:make-moment 1 4) + gridInterval = #(ly:make-moment 1/4) } \context { \Score @@ -637,7 +626,6 @@ lines. @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {grid-lines--changing-their-appearance.ly} - @seealso Snippets: @rlsr{Editorial annotations}. @@ -702,7 +690,6 @@ Analysis brackets may be nested. } @end lilypond - @seealso Snippets: @rlsr{Editorial annotations}. @@ -712,4 +699,3 @@ Internals Reference: @rinternals{HorizontalBracket}, @rinternals{horizontal-bracket-interface}, @rinternals{Staff}. -