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

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

Issue 583340043: Doc: Added documentation for fill-line line-width
Left Patch Set: Created 4 years, 2 months ago
Right Patch Set: Correction following review. My apologies, line-width is now without leading backslash. Created 4 years, 2 months 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 | « no previous file | scm/define-markup-commands.scm » ('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 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 } 1058 }
1059 \line { Sir Arthur Sullivan } 1059 \line { Sir Arthur Sullivan }
1060 } 1060 }
1061 } 1061 }
1062 \markup { 1062 \markup {
1063 \fill-line { 1885 } 1063 \fill-line { 1885 }
1064 } 1064 }
1065 @end lilypond 1065 @end lilypond
1066 1066
1067 @cindex text, line width 1067 @cindex text, line width
1068 @cindex markup text, line width 1068 @cindex markup text, line width
lemzwerg 2020/01/12 21:13:04 Add @funindex line-width
1069 1069
1070 @funindex line-width
1071
1070 Elements may be spread to fill any specified width by overriding 1072 Elements may be spread to fill any specified width by overriding
1071 the @code{line-width} property. By default it is set to 1073 the @code{line-width} property. By default it is set to
1072 @code{#f} which indicates the entire line: 1074 @code{#f} which indicates the entire line:
1073 1075
1074 @lilypond[quote,verbatim] 1076 @lilypond[quote,verbatim]
1075 \markup { 1077 \markup {
1076 \column { 1078 \column {
1077 \fill-line { left center right } 1079 \fill-line { left center right }
1078 \null 1080 \null
1079 \override #'(line-width . 30) 1081 \override #'(line-width . 30)
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 @end example 1878 @end example
1877 1879
1878 @seealso 1880 @seealso
1879 Notation Reference: 1881 Notation Reference:
1880 @ref{Fonts explained}, 1882 @ref{Fonts explained},
1881 @ref{Single entry fonts}, 1883 @ref{Single entry fonts},
1882 @ref{Selecting font and font size}, 1884 @ref{Selecting font and font size},
1883 @ref{Font}, 1885 @ref{Font},
1884 @ref{Replacing the notation font}. 1886 @ref{Replacing the notation font}.
1885 1887
LEFTRIGHT

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