From: Han-Wen Nienhuys Date: Sun, 18 Aug 2002 11:51:19 +0000 (+0000) Subject: * input/font-body.ly: remove. X-Git-Tag: release/1.6.0~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aec8e4f839cee40f5b4d3bb3c80be31356418b45;p=lilypond.git * input/font-body.ly: remove. * input/test/harmonic.ly: new file. --- diff --git a/ChangeLog b/ChangeLog index c555f04a3a..723a7b103e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2002-08-18 Han-Wen Nienhuys + * scripts/lilypond-book.py (re_dict): add spaces after command sequences + (LatexPaper.find_latex_dims): run latex in nonstopmode + + * input/font-body.ly: remove. + * input/test/harmonic.ly: new file. * lily/side-position-interface.cc (aligned_side): don't add diff --git a/input/font-body.ly b/input/font-body.ly deleted file mode 100644 index a6fe2b9522..0000000000 --- a/input/font-body.ly +++ /dev/null @@ -1,74 +0,0 @@ -\version "1.5.68" - -% body for the font test. Does not work standalone - - -FontBody= \notes\transpose c''{ - \bar "|:" - \time 4/4 - \context Staff < \context Voice = VB { \stemUp e'\longa a\breve | } - \context Voice = VA { \stemDown - c1 \clef "bass" b,, \clef "violin" c' a' - c2 \clef "alto" g c' \clef "violin" a' - } > - \stemBoth - c4 g c' a' \bar ":|" - a\ppp-\upbow a\pp-\downbow a\p^\turn a\mp^\fermata | - a\mf_\fermata a\f-\stopped a\ff-\open a\fff^\trill| - a\fp-\reverseturn a4.\sf a4.\sfz | a4\fz % a\rf - [c8-\prall c-\mordent] [a'-\prallmordent a'-\prallprall] - [c8-\upprall a'8-\downprall] [a'-\segno c-\coda] | - [c \< d e f] [as' ges' f' e'] - [cis' dis' c' des'] [cisis' disis' \! ceses' deses'] | - \clef "bass" - r\longa * 1/4 r\breve *1/2 - r1 r2 r4 r8 r16 r32 r64 r128 r128 | - \context Staff < \context Voice = VA { \stemUp r2 c'2 c,,,1 } - \context Voice = VB {\stemDown r2 c2 r1 }> - \stemBoth - \clef "violin" - e8_. g'8-> e16^^ g'16_^ - e32 _| g'32^| g''32-\ltoe g''32-\lheel - e64-\rtoe g'64-\rheel c4... | -\context Voice = mensural \relative c'' { -\property Voice . noteHeadStyle = #'mensural -\property Voice. stemCentered = ##t -c\maxima*1/8 -c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 -} - \property Voice . noteHeadStyle = #'harmonic - - \transpose c'{ - \time 4/4 - \property Voice . TextScript \override #'font-style = #'Finger - \property Voice . noteHeadStyle = #'diamond - c1^"1" d2^"2" e4^"3" - \property Voice . noteHeadStyle = #'cross - f4^"4" - g4^"5" - \property Voice . noteHeadStyle = ##f - % Music to the Martians! - < bes4^"6" e_"7" c_"8" > - a^"0"_"9" - - a'^\flageolet - \property Voice . TextScript \override #'font-style = #'roman - \time 1/2 a2 | - \time 3/2 < a1. - { s4 \ppp \< s4 \! s4 \fff s4 \> s4 \! s4\ppp} > - | - \time 2/4 a2 | - \time 5/4 a1.. | - \time 6/8 a2. | - \time 7/8 a2.. | - \time 9/8 a1... | - \time 12/8 a1. | - \time 12/4 - r1. r2. r4. r8. r16. r32. r64. r64. | - c2\sustainDown c\sustainUp | - } -} - -\score { - \FontBody -} diff --git a/input/font20.ly b/input/font20.ly deleted file mode 100644 index 72c2e1a0b6..0000000000 --- a/input/font20.ly +++ /dev/null @@ -1,18 +0,0 @@ -\version "1.5.68" -\header{ -title= "The Feta font" -subtitle = "proofsheet" -enteredby = "jcn" -copyright = "public domain" -description = "This file tests the Feta music-font in the 20pt version" -TestedFeatures = - "(Feta definitively is not an abbreviation of Font-En-TjA)" -} - - \paper{ - linewidth = 17.5 \cm - } - -\include "font-body.ly" - - diff --git a/input/test/harmonic.ly b/input/test/harmonic.ly new file mode 100644 index 0000000000..4e47123e2c --- /dev/null +++ b/input/test/harmonic.ly @@ -0,0 +1,13 @@ +\header { + texidoc =" Harmonic notes: a different style on the same stem. " +} +\score { +\notes { c'4 + + < c'4 \context Thread = tb { + \property Thread.NoteHead \set #'style = #'mensural + g''4 + } > + + } +}