]> git.donarmstrong.com Git - lilypond.git/commitdiff
[doc] Insert possible breakpoints after slashes.
authorWerner Lemberg <wl@gnu.org>
Thu, 18 Aug 2011 22:01:41 +0000 (00:01 +0200)
committerWerner Lemberg <wl@gnu.org>
Thu, 18 Aug 2011 22:01:41 +0000 (00:01 +0200)
This is far from complete, but...

26 files changed:
input/regression/beam-knee-symmetry.ly
input/regression/break-alignment-anchor-alignment.ly
input/regression/breathing-sign-ancient.ly
input/regression/cue-clef-begin-of-score.ly
input/regression/cue-clef-new-line.ly
input/regression/finger-chords-order.ly
input/regression/font-bogus-ligature.ly
input/regression/fret-diagrams-size.ly
input/regression/grace-sync.ly
input/regression/lyric-combine.ly
input/regression/metronome-text.ly
input/regression/optimal-page-breaking-hstretch.ly
input/regression/part-combine.ly
input/regression/rest-collision-beam-note.ly
input/regression/rest-pitch.ly
input/regression/slur-scoring.ly
input/regression/span-bar-partial.ly
input/regression/tie-chord.ly
input/regression/tie-single-manual.ly
scm/chord-generic-names.scm
scm/chord-name.scm
scm/define-context-properties.scm
scm/define-grob-properties.scm
scm/define-music-types.scm
scm/define-stencil-commands.scm
scm/font.scm

index 737f64ac8490be74bbe00c5c63cfbc9182cf3ccf..646c5a6e856272d05a868a2b93f017f555767481 100644 (file)
@@ -3,7 +3,7 @@
 \header {
 
     texidoc = "Point-symmetric beams should receive the same
-    quanting. There is no up/down bias in the quanting code."
+quanting.  There is no up/@/down bias in the quanting code."
 
 }
 \layout{
index 27ef71291de6f5d179085724c31391371204712f..d5dad0f0d0f07802750f2b73dbd9a54e66809fa9 100644 (file)
@@ -1,8 +1,8 @@
 \version "2.14.0"
 
 \header {
-  texidoc = "The default callback for break-align-anchor in clefs and time/key
-signatures reads the break-align-anchor-aligment property to align
+  texidoc = "The default callback for break-align-anchor in clefs and time/@/key
+signatures reads the @code{break-align-anchor-aligment} property to align
 the anchor to the extent of the break-aligned grob."
 }
 
index af5f207b4f07abf9cd7b6d58a728b14f49ae9c74..3ec2c79cc063d34a144b26a4eaeef292dab99377 100644 (file)
@@ -3,10 +3,9 @@
 \header{
   texidoc="
 Gregorian chant notation sometimes also uses commas and ticks, but in
-smaller font size (we call it 'virgula' and 'caesura').  However, the
-most common breathing signs are divisio minima/maior/maxima and
+smaller font size (we call it `virgula' and `caesura').  However, the
+most common breathing signs are divisio minima/@/maior/@/maxima and
 finalis, the latter three looking similar to bar glyphs.
-
 " }
 
 \include "gregorian.ly"
index 012130c2b09a460dde9d0339815a7a1cd574f4c4..b0e18781bd8d24f261e306ec819f7fdecf19b904 100644 (file)
@@ -2,7 +2,7 @@
 
 \header {
   texidoc = "Clefs for cue notes at the start of a score should print the
-standard clef plus a small cue clef after the time/key signature."
+standard clef plus a small cue clef after the time/@/key signature."
 }
 
 vI = \relative c'' { \clef "treble" \repeat unfold 40 g4 }
index bfe5e504d203ebd6d4f64d70527476976c865b45..2f64b74159d8758495beea2acd975661840a423a 100644 (file)
@@ -7,7 +7,7 @@ Similarly, an end clef for cue notes ending at a line break should only be
 printed at the end of the line.
 
 Cue notes going over a line break should print the standard clef on the new
-line plus an additional cue clef after the time/key signature."
+line plus an additional cue clef after the time/@/key signature."
 }
 
 vI = \relative c'' { \clef "treble" \repeat unfold 40 g4 }
index 8d54a8a9cf36d1e5f44a79f25f040f0c663804c5..16b6120b24b9d660e8cdbfa5f53c14f97396939e 100644 (file)
@@ -3,7 +3,7 @@
 \header {
 
 texidoc = "Ordering of the fingerings depends on vertical ordering of the notes, and  
-is independent of up/down direction."
+is independent of up/@/down direction."
 
 }
 
index 37e83eb2d88ed47581b175d07aaf57967f5fa506..7d3053875aca2d750cad2a5ada40769b72270205 100644 (file)
@@ -1,6 +1,6 @@
 \header
 {
-  texidoc = "TM and No should not be changed into trademark/number symbols.
+  texidoc = "TM and No should not be changed into trademark/@/number symbols.
 This may happen with incorrect font versions.
 "
 }
index e492b5d85a0eded98ae072dd31883f1e70d2e0e3..cb33f552e3abc076e6522cb620b91652bd8a8ac7 100644 (file)
@@ -3,7 +3,7 @@
 \header {
   texidoc="
 Fret diagrams can be scaled using the @code{size} property.
-The position and size of first fret label, mute/open signs, fingers,
+The position and size of first fret label, mute/@/open signs, fingers,
 relative to the diagram grid, shall be the same in all cases.
 
 "
index 99cfc7e5ea2dfe3029a132032de871d755cc02f1..a88d9ee017616e50aec4ce5422d0e2bc739a7ead 100644 (file)
@@ -1,6 +1,6 @@
 \version "2.14.0"
 \header  {
-  texidoc = "Grace notes in different voices/staves are synchronized."
+  texidoc = "Grace notes in different voices/@/staves are synchronized."
 }
 
 \layout { ragged-right = ##t}
index 0b5bf4db9cdc541c05ea93176834c1a585bb7fae..1c213476f1d3a57f5a7c1841f959797c59be223c 100644 (file)
@@ -8,7 +8,7 @@ lyrics will be discarded.  Lyrics will not be set over rests.  You can
 have melismata either by setting a property melismaBusy, or by setting
 automaticMelismas (which will set melismas during slurs and ties).  If
 you want a different order than first Music, then Lyrics, you must
-precook a chord of staves/lyrics and label those.  Of course, the
+precook a chord of staves/@/lyrics and label those.  Of course, the
 lyrics ignore any other rhythms in the piece."
 
 }
index f5f826a673a1f387df3190c90f16976ef33cd213..37c321213b4c7900f80b9e674313ccc47d536899 100644 (file)
@@ -2,8 +2,8 @@
 
 \header{
   texidoc="
-The tempo command supports text markup and/or duration=count.  Using
-@code{Score.tempoHideNote}, one can hide the duration=count in the tempo mark.
+The tempo command supports text markup and/@/or `duration=count'.  Using
+@code{Score.tempoHideNote}, one can hide the `duration=count' in the tempo mark.
 "
 }
 
index b96107c0985630db585d10061862d62285b96acb..2623a6d3ec5e87c8f359352bb2d5cd6c9f693fa8 100644 (file)
@@ -7,9 +7,9 @@
 \header{
     texidoc="The optimal page breaker will make trade-offs between
 horizontal and vertical stretching so that the overall spacing
-will be more acceptable.  The page-spacing-weight parameter
-controls the relative importance of vertical/horizontal spacing.
-Because ragged-last-bottom is on, there is no penalty for odd
+will be more acceptable.  The @code{page-spacing-weight} parameter
+controls the relative importance of vertical/@/horizontal spacing.
+Because @code{ragged-last-bottom} is on, there is no penalty for odd
 vertical spacing on the final page.  As a result, only the first
 page should be horizontally stretched.
 "
index bdb26970018e60f938d026430a6544dc929ca46b..5647b774f4c0df0c7103f1364aabc807f91c0be1 100644 (file)
@@ -3,7 +3,7 @@
   texidoc ="The new part combiner stays apart from:
 @itemize @bullet
 @item different durations,
-@item different articulations (taking into account only slur/beam/tie), and
+@item different articulations (taking into account only slur/@/beam/@/tie), and
 @item wide pitch ranges.
 @end itemize
 "
index 433510d78cfab5f100493a9734dd1387d392c812..646bd6fd176f53e229c5805d27233a37df906e7c 100644 (file)
@@ -1,7 +1,7 @@
 
 \header {
 
-  texidoc = "Beam/rest collision resolution and normal rest/note
+  texidoc = "Beam/rest collision resolution and normal rest/@/note
 collisions can be combined."
 
 }
index 93a9531558a0be579bde069fd2f0823f4d37cc63..e1abe1c24af9034b037f0c84059f25e3c92f6af4 100644 (file)
@@ -1,9 +1,9 @@
 \version "2.14.0"
 \header {
 
-  texidoc = "Rests can have pitches--these will be affected by
-transposition and relativization. If a rest has a pitch, rest/rest and
-beam/rest collision resolving will leave it alone."
+  texidoc = "Rests can have pitches -- these will be affected by
+transposition and relativization.  If a rest has a pitch, rest/@/rest and
+beam/@/rest collision resolving will leave it alone."
 
 }
 
index e2810eea9b6c58f3ff31188a11a012bc480e6b7a..2f78cf06c680eca093dc15214e92f3ddd5999fb3 100644 (file)
@@ -7,7 +7,7 @@
     one big file, since changing one score parameter for one situation
     may affect several other situations.
 
-    Tunable parameters are in @file{scm/slur.scm}.
+    Tunable parameters are in @file{scm/@/slur.scm}.
 "
 
 }
index 4d206bfa768925d00691b301a13127d0d2be9df7..20f85ac9f8fe9c86932d353c96f43feaa5371501 100644 (file)
@@ -1,6 +1,6 @@
 \version "2.14.0"
 \header {
-  texidoc = "Span bars can be turned on/off on a staff-by-staff basis."
+  texidoc = "Span bars can be turned on/@/off on a staff-by-staff basis."
 }
 
 \layout {
index f4e973dc6941451aa3075e9f650f9007c5a27808..1bea075b306962ecc9abf0e4852f9a1f7678e63c 100644 (file)
@@ -1,15 +1,13 @@
 \header {
 
-
   texidoc = "In chords, ties keep closer to the note head vertically,
-but never collide with heads or stems. Seconds are formatted up/down;
+but never collide with heads or stems.  Seconds are formatted up/@/down;
 the rest of the ties are positioned according to their vertical
 position.
 
-The code does not handle all cases. Sometimes ties will printed on top
-of or very close to each other. This happens in the last chords of
-each system.  "
-  
+The code does not handle all cases.  Sometimes ties will printed on top
+of or very close to each other.  This happens in the last chords of
+each system."
 
 }
 
index 5859b488a66d4be2be9bcf48263a589624dc2448..1d9357655dbb103d5ddb15c18acfdd0de6bd03b7 100644 (file)
@@ -1,7 +1,7 @@
 
 \header {
   texidoc = "Individual ties may be formatted manually by
-specifying their @code{direction} and/or @code{staff-position}."
+specifying their @code{direction} and/@/or @code{staff-position}."
   
 }
 
index a30036d1afaaeca7c20becf8a5c3ebe3ecc8d4d1..83adcb0e4822d1ebb4501c67931fd90103e5181b 100644 (file)
@@ -53,7 +53,7 @@ FIXME: func, options/context have changed
 
 See @file{double-plus-new-chord-name.scm} for the signature of @var{style}.
 @var{pitches}, @var{bass}, and @var{inversion} are lily pitches.
-@var{options} is an alist-alist (see @file{input/test/dpncnt.ly})."
+@var{options} is an alist-alist (see @file{input/@/test/@/dpncnt.ly})."
 
   (define (step-nr pitch)
     (let* ((pitch-nr (+ (* 7 (ly:pitch-octave pitch))
index 79b018992ac34650c879c3c16dfb45f29b914da5..e3447eba2778aee22b26d941df17dae55d9eff36 100644 (file)
           (list-ref '("eses" "es" "" "is" "isis") (+ 2 (cdr n-a)))))))))
 
 (define-public ((chord-name->italian-markup re-with-eacute) pitch lowercase?)
-  "Return pitch markup for @var{pitch}, using italian/french note names.
+  "Return pitch markup for @var{pitch}, using Italian/@/French note names.
 If @var{re-with-eacute} is set to @code{#t}, french `rĂ©' is returned for
 pitch@tie{}D instead of `re'."
 
index 08440d1a093f1ae60fb6137ce49322b941da7088..e9acd9690713e8924844cda7d0ff90f3f565a16c 100644 (file)
@@ -98,7 +98,7 @@ printed.  @code{(#t . #f)} does not make sense.
 
 @end table")
      (autoBeamCheck ,procedure? "A procedure taking three
-arguments, @var{context}, @var{dir} [start/stop (-1 or 1)], and
+arguments, @var{context}, @var{dir} [start/@/stop (-1 or 1)], and
 @var{test} [shortest note in the beam].  A non-@code{#f} return value
 starts or stops the auto beam.")
      (autoBeaming ,boolean? "If set to true then beams are generated
@@ -239,7 +239,7 @@ for a bass figure.")
      (figuredBassPlusDirection ,ly:dir? "Where to put plus signs
 relative to the main figure.")
      (fingeringOrientations ,list? "A list of symbols, containing
-@samp{left}, @samp{right}, @samp{up} and/or @samp{down}.  This list
+@samp{left}, @samp{right}, @samp{up} and/@/or @samp{down}.  This list
 determines where fingerings are put relative to the chord being
 fingered.")
      (firstClef ,boolean? "If true, create a new clef when starting a
@@ -477,7 +477,7 @@ subdivided at @code{baseMoment} positions by only drawing one beam over the beat
      (suggestAccidentals ,boolean? "If set, accidentals are typeset as
 cautionary suggestions over the note.")
      (systemStartDelimiter ,symbol? "Which grob to make for the start
-of the system/staff?  Set to @code{SystemStartBrace},
+of the system/@/staff?  Set to @code{SystemStartBrace},
 @code{SystemStartBracket} or @code{SystemStartBar}.")
      (systemStartDelimiterHierarchy ,pair? "A nested list, indicating
 the nesting of a start delimiters.")
@@ -624,7 +624,7 @@ is not set")
 
      (scriptDefinitions ,list? "The description of scripts.  This is
 used by the @code{Script_engraver} for typesetting note-superscripts
-and subscripts.  See @file{scm/script.scm} for more information.")
+and subscripts.  See @file{scm/@/script.scm} for more information.")
      (slurMelismaBusy ,boolean? "Signal if a slur is present.")
      (stavesFound ,grob-list? "A list of all staff-symbols found.")
 
index a381da83681605646ca69ec6b23f53def179204f..a45f1053d178aa69bee605845be3c4ca7a7931a0 100644 (file)
@@ -164,12 +164,12 @@ stick out of its bounds?")
 ;;
      (c0-position ,integer? "An integer indicating the position of
 middle@tie{}C.")
-     (circled-tip ,boolean? "Put a circle at start/end of
-hairpins (al/del niente).")
+     (circled-tip ,boolean? "Put a circle at start/@/end of
+hairpins (al/@/del niente).")
      (clip-edges ,boolean? "Allow outward pointing beamlets at the
 edges of beams?")
      (collapse-height ,ly:dimension? "Minimum height of system start
-delimiter.  If equal or smaller, the bracket/brace/line is removed.")
+delimiter.  If equal or smaller, the bracket/@/brace/@/line is removed.")
      (collision-interfaces ,list? "A list of interfaces for which
 automatic beam-collision resolution is run.")
      (collision-voice-only ,boolean? "Does automatic beam collsion apply
@@ -434,8 +434,8 @@ be included in harp-pedal-details include the following:
 
 @itemize @bullet
 @item
-@code{box-offset} -- Vertical shift of the center of flat/sharp pedal
-boxes above/below the horizontal line.  Default value@tie{}0.8.
+@code{box-offset} -- Vertical shift of the center of flat/@/sharp pedal
+boxes above/@/below the horizontal line.  Default value@tie{}0.8.
 @item
 @code{box-width} -- Width of each pedal box.  Default value@tie{}0.4.
 @item
@@ -998,7 +998,7 @@ function is to protect objects from being garbage collected.")
      (bound-alignment-interfaces ,list "Interfaces to be used
 for positioning elements that align with a column.")
      (bounded-by-me ,ly:grob-array? "An array of spanners that have this
-column as start/begin point.  Only columns that have grobs or act as
+column as start/@/begin point.  Only columns that have grobs or act as
 bounds are spaced.")
      (bracket ,ly:grob? "The bracket for a number.")
 
@@ -1169,7 +1169,7 @@ an additional stem on the right side?")
 
      (cavum ,boolean? "Is this neume outlined?")
      (context-info ,integer? "Within a ligature, the final glyph or shape of
-a head may be affected by the left and/or right neighbour head.
+a head may be affected by the left and/@/or right neighbour head.
 @code{context-info} holds for each head such information about the left and
 right neighbour, encoded as a bit mask.")
 
index 0fa6b95a4de4e9fcf07ce062aacd8945d9ed5e64..4085957e032d29178d8b4ccb8bef402d8e843b8c 100644 (file)
@@ -111,7 +111,7 @@ Syntax for manual control: @code{c8-[ c c-] c8}")
        ))
 
     (BendAfterEvent
-     . ((description . "A drop/fall/doit jazz articulation.")
+     . ((description . "A drop/@/fall/@/doit jazz articulation.")
        (types . (general-music bend-after-event event))))
 
     (BreathingEvent
index 7b27d5201b897aef6bb125908a17766e6053df64..d377342843fda610a5532d1aac2a2829403c0f61 100644 (file)
@@ -64,7 +64,7 @@ defined in the output modules (@file{output-*.scm})."
 
 (define-public (ly:all-output-backend-commands)
   "Return the list of extra output backend commands that
-are used internally in @file{lily/stencil-interpret.cc}."
+are used internally in @file{lily/@/stencil-interpret.cc}."
   '(color
     combine-stencil
     delay-stencil-evaluation
index db07a6d99809759f7d4bd77b26e75b6427f8de18..73287b6635c8c57edfa33d167619d52aa370f48d 100644 (file)
@@ -167,7 +167,7 @@ Arguments:
 @var{design-size-alist} is a list of @code{(rounded . designsize)}.
 @code{rounded} is a suffix for font filenames, while @code{designsize}
 should be the actual design size.  The latter is used for text fonts
-loaded through pango/fontconfig.
+loaded through pango/@/fontconfig.
 
 @item
 @var{factor} is a size factor relative to the default size that is being