diff options
author | Urs Liska <ul@openlilylib.org> | 2015-12-31 14:59:41 +0100 |
---|---|---|
committer | Urs Liska <ul@openlilylib.org> | 2016-01-01 14:30:58 +0100 |
commit | ce029bf611234b4ab53d6e7c79d4efe9258fd71a (patch) | |
tree | 763f172a54144696e8c35084d8c9ffb39410409d /input | |
parent | 8892bd951e1705e116b36cf2243c061f74e73af9 (diff) |
Fix whitespace errors introduced in issue 4704
Commits for this issue introduced whitespace errors,
these should be fixed here:
73d4697d
29022d7b
9b8b5c2e
4b994f8a
706d7978
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/beam-subdivide-quarter-notes.ly | 4 | ||||
-rw-r--r-- | input/regression/beam-subdivide-shortened-beam.ly | 6 | ||||
-rw-r--r-- | input/regression/beam-subdivide-trailing-stem.ly | 2 | ||||
-rw-r--r-- | input/regression/beam-subdivision.ly | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/input/regression/beam-subdivide-quarter-notes.ly b/input/regression/beam-subdivide-quarter-notes.ly index a69dcf0390..29599835f9 100644 --- a/input/regression/beam-subdivide-quarter-notes.ly +++ b/input/regression/beam-subdivide-quarter-notes.ly @@ -1,10 +1,10 @@ \version "2.19.32" \header { - + doctitle = "Beam subdivide over quarter notes" - texidoc = "Beam count at subdivisions should match the location + texidoc = "Beam count at subdivisions should match the location of the current subdivision. However, if the groups are equal or longer than quarter notes, one beam should always be left." diff --git a/input/regression/beam-subdivide-shortened-beam.ly b/input/regression/beam-subdivide-shortened-beam.ly index 665d837442..fb15a75ebe 100644 --- a/input/regression/beam-subdivide-shortened-beam.ly +++ b/input/regression/beam-subdivide-shortened-beam.ly @@ -1,10 +1,10 @@ \version "2.19.34" \header { - + doctitle = "Beam subdivide with incomplete remainder" - texidoc = "Beam count at subdivisions should match the count corresponding + texidoc = "Beam count at subdivisions should match the count corresponding to the location of the current subdivision. However, if the remainder of the beam is shorter than that the beam count should be adopted accordingly." @@ -19,7 +19,7 @@ beam is shorter than that the beam count should be adopted accordingly." \time 1/4 \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1/32) - c64 ^\markup "Full beam (1/32 division)" [ c c c c c c c c c c c c c c c ] + c64 ^\markup "Full beam (1/32 division)" [ c c c c c c c c c c c c c c c ] c64 ^\markup "Shortened by 1/32" [ c c c c c c c c c c c c c ] r32 c64 ^\markup "Shortened by 3/32" [ c c c c c c c c c ] r16. \set baseMoment = #(ly:make-moment 1/16) diff --git a/input/regression/beam-subdivide-trailing-stem.ly b/input/regression/beam-subdivide-trailing-stem.ly index de6d6bd1d2..c09dad4eb9 100644 --- a/input/regression/beam-subdivide-trailing-stem.ly +++ b/input/regression/beam-subdivide-trailing-stem.ly @@ -1,7 +1,7 @@ \version "2.19.34" \header { - + doctitle = "Beam subdivide over quarter notes" texidoc = "If in a subdivided beam one single stem follows a subdivision diff --git a/input/regression/beam-subdivision.ly b/input/regression/beam-subdivision.ly index e7dd0a7b73..c88eab152c 100644 --- a/input/regression/beam-subdivision.ly +++ b/input/regression/beam-subdivision.ly @@ -1,6 +1,6 @@ \header { - texidoc = "Beam count at subdivisions should match the location + texidoc = "Beam count at subdivisions should match the location of the current subdivision." } @@ -10,7 +10,7 @@ of the current subdivision." ragged-right = ##t } -{ +{ \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1 4) c''32[^\markup{"baseMoment 1/4"} c'' c'' c'' c'' c'' c'' c''] |