diff options
author | Graham Percival <graham@percival-music.ca> | 2008-03-12 09:51:54 -0700 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2008-03-12 09:51:54 -0700 |
commit | 5206d86a9de2bd8bd480940fb5c861d8bd0b17c2 (patch) | |
tree | 5096cca49d4a17ff5375f2a5986081fa719ed229 | |
parent | 8f448daadbcb4703709f0636dc1e70a2dec3070a (diff) |
Trivial text fixes.
-rw-r--r-- | input/regression/beaming-ternary-metrum.ly | 4 | ||||
-rw-r--r-- | input/regression/fret-diagrams.ly | 6 | ||||
-rw-r--r-- | input/regression/general-scheme-bindings.ly | 2 | ||||
-rw-r--r-- | input/regression/grace-stem-length.ly | 6 | ||||
-rw-r--r-- | input/regression/lyrics-no-notes.ly | 12 | ||||
-rw-r--r-- | input/regression/markup-user.ly | 7 | ||||
-rw-r--r-- | input/regression/system-start-bracket.ly | 7 |
7 files changed, 18 insertions, 26 deletions
diff --git a/input/regression/beaming-ternary-metrum.ly b/input/regression/beaming-ternary-metrum.ly index 4af5c8d602..9aeaa004a9 100644 --- a/input/regression/beaming-ternary-metrum.ly +++ b/input/regression/beaming-ternary-metrum.ly @@ -5,8 +5,8 @@ texidoc = "Automatic beaming works also in ternary time sigs. In this case, the 8th is a beat, so the 16ths are split into two - groups. This can be avoided by overriding @code{beatLength} to be 3 - 8th notes." + groups. This can be avoided by overriding @code{beatLength} to be + three 8th notes." } diff --git a/input/regression/fret-diagrams.ly b/input/regression/fret-diagrams.ly index ec383e5104..a66735c40e 100644 --- a/input/regression/fret-diagrams.ly +++ b/input/regression/fret-diagrams.ly @@ -1,8 +1,8 @@ -%% regression test for fret diagram markups - \version "2.10.0" - +\header { + texidoc = "Fret diagrams can be created with @code{\markup}." +} \paper { %% stretch to prevent diagrams from colliding. diff --git a/input/regression/general-scheme-bindings.ly b/input/regression/general-scheme-bindings.ly index acbf4e0bd0..254cc7d2f7 100644 --- a/input/regression/general-scheme-bindings.ly +++ b/input/regression/general-scheme-bindings.ly @@ -1,6 +1,6 @@ \header { - texidoc = "This file tests various Scheme utiliity functions." + texidoc = "This file tests various Scheme utility functions." } diff --git a/input/regression/grace-stem-length.ly b/input/regression/grace-stem-length.ly index 1ea067f6dc..221c8a2da2 100644 --- a/input/regression/grace-stem-length.ly +++ b/input/regression/grace-stem-length.ly @@ -1,10 +1,8 @@ \header { - texidoc = "Stem lengths for grace notes should be shorter than normal notes, if possible. They should never be longer, even if that -would lead to beam quanting program. " - - } +would lead to beam quanting problems." +} \version "2.10.0" \layout { diff --git a/input/regression/lyrics-no-notes.ly b/input/regression/lyrics-no-notes.ly index c63a805a04..02624d8cc3 100644 --- a/input/regression/lyrics-no-notes.ly +++ b/input/regression/lyrics-no-notes.ly @@ -1,12 +1,10 @@ \header { - texidoc ="lyric syllables without note attachment are -not centered; Centering may cause unintended effects when -the papercolumn is very wide." - } - -\layout{ - ragged-right = ##t + texidoc ="Lyric syllables without note attachment are not +centered. Centering may cause unintended effects when the +papercolumn is very wide." } + +\layout{ ragged-right = ##t } \version "2.11.38" << diff --git a/input/regression/markup-user.ly b/input/regression/markup-user.ly index 8c94ec6d42..c156c47cd8 100644 --- a/input/regression/markup-user.ly +++ b/input/regression/markup-user.ly @@ -1,10 +1,7 @@ \header { - - texidoc = "Own markup commands may be defined by using the - @code{define-markup-command} scheme macro." - - + texidoc = "Users may define non-standard markup commands using +the @code{define-markup-command} scheme macro." } diff --git a/input/regression/system-start-bracket.ly b/input/regression/system-start-bracket.ly index 8a97d908c3..33ccc2897d 100644 --- a/input/regression/system-start-bracket.ly +++ b/input/regression/system-start-bracket.ly @@ -1,9 +1,8 @@ \version "2.10.0" \header { - texidoc = - " -The piano brace should be shifted horizontally if it is enclosed in a bracket. -" + texidoc = "A piano context included within a staff group should +cause the piano brace to be drawn to the left of the staff angle +bracket." } \layout {ragged-right = ##t} |