From: Han-Wen Nienhuys Date: Tue, 1 Jul 2003 23:30:57 +0000 (+0000) Subject: * input/test/volta.ly: remove file X-Git-Tag: release/1.7.24~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=402ceecba9ec13943208c893535314a4162ab7ac;p=lilypond.git * input/test/volta.ly: remove file * input/regression/volta-broken-left-edge.ly: simplify file --- diff --git a/ChangeLog b/ChangeLog index 8dd1d18fc1..48aad8899e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-02 Han-Wen Nienhuys + + * input/test/volta.ly: remove file + + * input/regression/volta-broken-left-edge.ly: simplify file + 2003-07-01 Han-Wen Nienhuys * Documentation/user/refman.itely (Constructing a tweak): new diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index d488ee0259..a6fefdf8d0 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -395,6 +395,7 @@ The following example combines some more exotic uses of notation @lilypondfile{screech-boink.ly} +TODO: show automated formatting example. @node About this manual diff --git a/input/regression/volta-broken-left-edge.ly b/input/regression/volta-broken-left-edge.ly index f28b745f43..aec5f311f4 100644 --- a/input/regression/volta-broken-left-edge.ly +++ b/input/regression/volta-broken-left-edge.ly @@ -45,73 +45,62 @@ voiceB = \notes { \property Staff.instr = "B" \key f \minor \time 4/4 - f,2 ( f,8-) r8 f8 e8 + f1 \repeat volta 2 { - d8. d16 e8. f16 f8 c8 c16 c8. \break + f1 \break } \alternative { { - f,2 ( f,8-) r8 f8 e8 - f,2 ( f,8-) r8 f8 e8 - g1 \break - f,2 ( f,8-) r8 f8 e8 - f,2 ( f,8-) r8 f8 e8 - g1 \break + f1 f g \break + f e d \break } { - f,2. r8 c16 c16 | + f1 | } } } voiceC = \notes { \repeat volta 2 { - bes8 bes8 c'8 c'8 a4 r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 f16 g8. | +f f \break } \alternative { - { a2 ( a8-) r8 a8 bes8 } - { a2. r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 c'16 c'8. | - } + f + { f f } } } + voiceD = \notes { \repeat volta 2 { - bes8 bes8 c'8 c'8 a4 r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 f16 g8. | +f f \break } \alternative { - { a2 \> a8 r8 a8 \! bes8 + { f } - { a2. r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 c'16 c'8. | \break - d'8. c'16 c'8. d'16 c'8 c'8 c'16 c'8. | + { f f \break f } } } voiceE = \notes { \repeat volta 2 { - bes8 bes8 c'8 c'8 a4 r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 f16 g8. | \break +f f\break } \alternative { { - a2 a8 r8 a8 bes8 + f } { - a2. r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 c'16 c'8. | + f f } } } @@ -129,5 +118,6 @@ voiceE = \notes { } > + \paper { raggedright =##t } } %% new-chords-done %% diff --git a/input/test/trills.ly b/input/test/trills.ly index 8b0ac8431b..801db32db2 100644 --- a/input/test/trills.ly +++ b/input/test/trills.ly @@ -4,12 +4,18 @@ texidoc="@cindex Trills Document trills, pralls and turns." -% TODO: these don't get built, right? check it, then delete. -% title="Marques des agr\\'ements et leur signification" -% composer="D'Anglebert" -% year="1689" } +%{ + +taken from : + +title="Marques des agr\\'ements et leur signification" + composer="D'Anglebert" + year="1689" + +%} + invisible = \property Voice.NoteHead \override #'transparent = ##t visible = \property Voice.NoteHead \revert #'transparent diff --git a/input/test/volta.ly b/input/test/volta.ly deleted file mode 100644 index e4e895be1f..0000000000 --- a/input/test/volta.ly +++ /dev/null @@ -1,48 +0,0 @@ -\version "1.7.18" -% DOCUMENT ME! -% I think this is an old example of alternate repeats, -% but that's covered in refman now. candidate for delete. - - -voiceE = \notes { -\clef bass - \property Staff.instrument = "Bass" - \property Staff.instr = "B" - - \time 4/4 f,2 ( f,8-) r8 f8 e8 -\repeat volta 2 -{ - d8. d16 e8. f16 f8 c8 c16 c8. -} -\alternative -{ - { f,2 ( f,8-) r8 f8 e8 ( \break } - { f,2.-) r8 c16 c16 | - } -} -} -voicedefault = \notes { - - \time 4/4 \key f \major - \tempo 4 = 200 -} -\score{ - \notes < - - - \context Staff="4" - { - \voicedefault - \voiceE - } - - > - \paper { - \translator { - \StaffContext - TimeSignature \override #'style = #'C - } - } -} - -%% new-chords-done %%