From: Han-Wen Nienhuys Date: Sun, 1 Aug 2004 11:13:46 +0000 (+0000) Subject: (noFlag): fold into manual X-Git-Tag: release/2.3.10~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4e8b979433c1b5f771089576a43490864aabbd65;p=lilypond.git (noFlag): fold into manual --- diff --git a/ChangeLog b/ChangeLog index 6928db16e3..753f605cd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-08-01 Han-Wen Nienhuys + + * input/test/stem-cross-staff.ly (noFlag): fold into manual + + * input/test/{spacing-2,staff-space,tablature,textscript}.ly: + remove. + 2004-08-01 Heikki Junes * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes. diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index a02d93777b..c50af1c92f 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -16,7 +16,7 @@ started and stopped with @end example @item There is a new markup commands @code{\postscript} that takes a -string that is dumped as verbatim postscript. +string that is dumped as verbatim PostScript. @item The melody for a @code{\lyricsto} text can be changed during a melody by setting the @code{associatedVoice} property. diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 08d601bcc1..ec51cda02d 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -3210,12 +3210,6 @@ handle this cross-staffing behavior. In this section we discuss the @refbugs -There is no support for putting chords across staves. You can get -this result by increasing the length of the stem in the lower stave so -it reaches the stem in the upper stave, or vice versa. An example is -included with the distribution as -@inputfileref{input/test,stem-cross-staff.ly}. - Dynamics are not centered, but kludges do exist. See @inputfileref{input/template,piano-dynamics.ly}. @@ -3511,6 +3505,31 @@ The associated object is @internalsref{VoiceFollower}. @code{\hideStaffSwitch}. +@node Cross staff stems +@subsection Cross staff stems + +The chords which cross staves may be produced by increasing the length +of the stem in the lower stave, so it reaches the stem in the upper +stave, or vice versa. + +@lilypond[raggedright,verbatim] +stemExtend = \once \override Stem #'length = #22 +noFlag = \once \override Stem #'flag-style = #'no-flag +\context PianoStaff << + \new Staff { + \stemDown \stemExtend + f'4 + \stemExtend \noFlag + f'8 + } + \new Staff { + \clef bass + a4 a8 + } +>> +@end lilypond + + @node Vocal music @section Vocal music diff --git a/input/test/spacing-2.ly b/input/test/spacing-2.ly deleted file mode 100644 index fb3805bbdd..0000000000 --- a/input/test/spacing-2.ly +++ /dev/null @@ -1,35 +0,0 @@ -\version "2.3.8" - -% more yummy regression goodness. -gp -\header { -texidoc = " -When stretching notes, every note should stretch according to its duration. -Eighth notes should be spaced equidistantly. -" -} - -\score { - \relative c'' - \context GrandStaff << - \new Staff << - \new Voice { \stemUp\slurUp\tieUp - e4 dis4 e2 } - \new Voice { \stemDown\slurDown\tieDown - cis8[ a] fis[ b] gis2 } - {\key e \major } - >> - \new Staff { \clef "bass" \key e \major - a,16[ e dis e] b'8[ b,] e16[ e, gis b] e4 - } ->> - -\paper -{ -% linewidth = 5.0 \cm % lilypond barfs on -1 - linewidth = 8.0 \cm -% linewidth = 12.0 \cm -} -} - - - diff --git a/input/test/staff-space.ly b/input/test/staff-space.ly deleted file mode 100644 index 65295852ee..0000000000 --- a/input/test/staff-space.ly +++ /dev/null @@ -1,25 +0,0 @@ -\version "2.3.8" - -\header{ texidoc ="@cindex Staff Space -By just increasing @code{staff-space} on a staff, you can produce strange -results. " -} - -\score { - \relative c'' \context GrandStaff << - \new Staff { c4 c4 } - \new Staff { - c4 - - 8[ - e] - f[ c'] - } ->> -\paper { \context { - \Staff - \override StaffSymbol #'staff-space = #5.5 - } - raggedright=##t } -} - diff --git a/input/test/stem-cross-staff.ly b/input/test/stem-cross-staff.ly deleted file mode 100644 index ae57435c0b..0000000000 --- a/input/test/stem-cross-staff.ly +++ /dev/null @@ -1,31 +0,0 @@ -\version "2.3.8" - -\header { texidoc = "@cindex Stem Cross Staff -The chords which exceptionally cross staves may be produced by increasing -the length of the stem in the lower stave, so it reaches the stem in the -upper stave, or vice versa. " -} - -stemExtend = \once \override Stem #'length = #22 - -%% following reqs 1.7.1 or better. -noFlag = \once \override Stem #'flag-style = #'no-flag - - -\score { - \context PianoStaff - << \new Staff { - \stemDown - \stemExtend - f'4 - \stemExtend - \noFlag - f'8 } - \new Staff { - \clef bass - a4 a8 } - >> - - \paper { raggedright = ##t} -} - diff --git a/input/test/tablature.ly b/input/test/tablature.ly deleted file mode 100644 index 68d24fffa6..0000000000 --- a/input/test/tablature.ly +++ /dev/null @@ -1,35 +0,0 @@ -\version "2.3.8" - -\header{ texidoc = "@cindex Tabulature -Tablature is internally done by overriding the note-head formatting function -and let it act on a 6-line staff. A special engraver takes then care of -choosing the fret and converting the pitch to a number. - -Thus, by providing the fret numbers, the same music can be generated both -for a normal and tabulature staffs. By default, the fret is the smallest -possible, according to @code{minimumFret}. - -" -} - -partition = { - \key e \major - e8\5 fis\5 gis\5 a\5 b\5 cis'\5 dis'\5 e'\5 - e8\4 fis\4 gis\4 a\4 b\4 cis'\4 dis'\4 e'\4 - e8 fis gis a b cis' dis' e' - \set Score.minimumFret = #5 - e8 fis gis a b cis' dis' e' -} - -\score { - \context StaffGroup << - \context Staff << - \clef "G_8" - \partition - >> - \context TabStaff << - \partition - >> - >> -} - diff --git a/input/test/textscript.ly b/input/test/textscript.ly deleted file mode 100644 index 0a3e29f1be..0000000000 --- a/input/test/textscript.ly +++ /dev/null @@ -1,19 +0,0 @@ - -\version "2.3.8" - -\header { texidoc = "@cindex Textscript -There are different fonts and glyphs to be used with @code{\markup} command. " -} - -\score{ - \relative c''{ - \override TextScript #'font-shape = #'upright - c1^\markup { \dynamic "p" "ma sosten." } - c^\markup \huge "ABCD" - \override TextScript #'font-series = #'bold - c^\markup { \bold "Dal" " " \raise #0.8 \musicglyph #"scripts-segno" } - c^\markup \huge "ABCD" - } - \paper{ } -} -