From: Han-Wen Nienhuys Date: Sat, 30 Oct 2004 17:41:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.4.2~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d1d356fbaaa754b4f3c4dbc31e3986b159238d42;p=lilypond.git *** empty log message *** --- diff --git a/input/regression/beam-french.ly b/input/regression/beam-french.ly index 900761d511..6827df8817 100644 --- a/input/regression/beam-french.ly +++ b/input/regression/beam-french.ly @@ -1,23 +1,16 @@ - \version "2.3.22" \header { - texidoc = "In french style beaming, the stems do not go between beams." - } -\score { - \relative c' - { - \override Stem #'french-beaming = ##t - c16[ c c c] - c8[ c16 c16 c8] - c8[ c16 e16 g8] - } +\layout { raggedright= ##t } - \layout { raggedright= ##t } - - } +\relative c' +{ + \override Stem #'french-beaming = ##t + c16[ c c c] + c8[ c16 e16 f16 g16 g8] +} diff --git a/input/regression/spacing-folded-clef.ly b/input/regression/spacing-folded-clef.ly index d4ef823bc3..f3ad67ff1e 100644 --- a/input/regression/spacing-folded-clef.ly +++ b/input/regression/spacing-folded-clef.ly @@ -4,11 +4,10 @@ texidoc = "A clef can be folded below notes in a different staff, if this does not disrupt the flow of the notes." } -\score { \relative c'' << -\new Staff { c4 c16[ c c c] c4 c4 } - \new Staff { \clef bass c,2 \clef treble c'2 } - >> +\layout { raggedright = ##t} - \layout { raggedright = ##t} - } +\relative c'' << + \new Staff { c4 c16[ c c c] c4 c4 } + \new Staff { \clef bass c,2 \clef treble c'2 } +>> diff --git a/input/regression/spacing-folded-clef2.ly b/input/regression/spacing-folded-clef2.ly index 5ee0680b5d..035ceb8740 100644 --- a/input/regression/spacing-folded-clef2.ly +++ b/input/regression/spacing-folded-clef2.ly @@ -2,24 +2,25 @@ \header { texidoc = "A clef can be folded below notes in a different staff, if -there is space enough. With @code{Paper_column} stencil callbacks we can -show where columns are in the score." +there is space enough. With @code{Paper_column} stencil callbacks we +can show where columns are in the score." } -\score { \relative c'' << - \new Staff { c4 c4 c4 \bar "|." } - \new Staff { \clef bass c,2 \clef treble c'2 } - >> +\layout { + raggedright = ##t - \layout { raggedright = ##t - - \context { \Score - \override NonMusicalPaperColumn #'print-function = #Paper_column::print - \override PaperColumn #'print-function = #Paper_column::print - \override NonMusicalPaperColumn #'font-family = #'roman - \override PaperColumn #'font-family = #'roman - - } - }} + \context { + \Score + \override NonMusicalPaperColumn #'print-function = #Paper_column::print + \override PaperColumn #'print-function = #Paper_column::print + \override NonMusicalPaperColumn #'font-family = #'roman + \override PaperColumn #'font-family = #'roman + } +} + +\relative c'' << + \new Staff { c4 c4 c4 c \bar "|." } + \new Staff { \clef bass c,2 \clef treble c'2 } +>> diff --git a/input/regression/spacing-grace.ly b/input/regression/spacing-grace.ly index 07f26bd6b5..8d0e5f86ca 100644 --- a/input/regression/spacing-grace.ly +++ b/input/regression/spacing-grace.ly @@ -1,7 +1,7 @@ \version "2.3.22" \header { - texidoc = "Grace note spacing. Should it be tuned? " + texidoc = "Grace note spacing. " } \score { diff --git a/input/regression/spacing-very-tight.ly b/input/regression/spacing-very-tight.ly deleted file mode 100644 index 137f2f4ae5..0000000000 --- a/input/regression/spacing-very-tight.ly +++ /dev/null @@ -1,25 +0,0 @@ - -\version "2.3.22" -\header { -texidoc = " - When tightly spaced, the spaces between elements (hinterfleisch?) - may approach zero. In that case, - stems may touch the bar lines and opposite stems may touch eachother. - In these situations, - a mininum of about a note-width/interline space is needed, - so that all vertical lines are approximately equally spaced in tightly - spaced music. - - " - - } -\score { - \relative c''{ - r1 e4 f, e' f, - } - \layout { - linewidth = 25.0 \mm - indent = 0.0\mm - } -} - diff --git a/input/regression/stem-direction.ly b/input/regression/stem-direction.ly index 33dfe7be81..eabf8da987 100644 --- a/input/regression/stem-direction.ly +++ b/input/regression/stem-direction.ly @@ -3,10 +3,6 @@ \header{ texidoc=" -Beams, stems and noteheads often have communication troubles, since -the two systems for y dimensions (1 unit = staffspace, 1 unit = 1 -point) are mixed. - Stems, beams, ties and slurs should behave similarly, when placed on the middle staff line. Of course stem-direction is down for high notes, and up for low notes. diff --git a/input/regression/system-overstrike.ly b/input/regression/system-overstrike.ly index 26bc2d5e2f..026596007d 100644 --- a/input/regression/system-overstrike.ly +++ b/input/regression/system-overstrike.ly @@ -2,7 +2,11 @@ \header { texidoc = "By setting betweensystempadding to a negative value, it is possible to eliminate the anti-collision constraints. Then setting @code{betweensystemspace} to a low (nonzero) value, -print systems in overstrike. " +print systems in overstrike. + +Unfortunately, this does not show in the colllated texinfo document. Run this example stand-alone to see the effect. +" + } \paper { diff --git a/input/regression/tie-chord.ly b/input/regression/tie-chord.ly index d131301b79..3ba4633664 100644 --- a/input/regression/tie-chord.ly +++ b/input/regression/tie-chord.ly @@ -2,7 +2,7 @@ \version "2.3.22" \header{ texidoc=" -When tying chords, the outer slurs point outwards, the inner slurs +When tying chords, the outer ties point outwards, the inner ties point away from the center of the staff. The behavior can be overridden by setting explicitly the @code{direction} of a @code{TieColumn}. "