From: Jan Nieuwenhuizen Date: Thu, 25 Jan 2001 18:23:38 +0000 (+0100) Subject: patch::: 1.3.125.jcn1 X-Git-Tag: release/1.3.126~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e01d440915be7b23b804d5886d685ba91617edf0;p=lilypond.git patch::: 1.3.125.jcn1 1.3.125.jcn1 ============ * Fixed some info and html links. --- diff --git a/CHANGES b/CHANGES index 20e4f3b8c0..02e10f2f61 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.3.125.jcn1 +============ + +* Fixed some info and html links. + 1.3.124.jcn3 ============ diff --git a/Documentation/index.texi b/Documentation/index.texi index 7235f307f4..c5c65d9d36 100644 --- a/Documentation/index.texi +++ b/Documentation/index.texi @@ -32,9 +32,9 @@ terms}, includes translations. Also available in @uref{../user/out-www/glossary @item @uref{../user/out-www/lilypond-book.html,lilypond-book}, a tool for integrating text and music in LaTeX and texinfo; also available in @uref{../user/out-www/lilypond-book.ps.gz,Postscript} -@item @uref{../user/out-www/lilypond/Ly2dvi.html#Ly2dvi,ly2dvi} does page layout for +@item @uref{../user/out-www/lilypond/ly2dvi.html#ly2dvi,ly2dvi} does page layout for LilyPond printout. -@item @uref{../user/out-www/lilypond/Midi2ly.html#Midi2ly,midi2ly} +@item @uref{../user/out-www/lilypond/midi2ly.html#midi2ly,midi2ly} converts MIDI files to LilyPond input @item @uref{regression-test.html, LilyPond test document} Also available in @uref{regression-test.ps.gz,Postscript} diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index aed23a3831..10997a4cf8 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -46,6 +46,7 @@ * Sound output:: Sound output * midilist:: midilist * Pre-defined Identifiers:: Pre-defined Identifiers +* Point and click:: Quik edit using Point and Click * Interpretation contexts:(lilypond-internals)LilyPond interpretation contexts. * Engravers:(lilypond-internals)LilyPond engravers. * Backend:(lilypond-internals)LilyPond backend. @@ -2799,4 +2800,7 @@ set different shift values. @end table +@node Point and click +@section Point and click +[todo] diff --git a/VERSION b/VERSION index 1d7491b67f..ec23b1ba76 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=125 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/input/test/slur-proof.ly b/input/test/slur-proof.ly index 6673652e45..ba2bf2c2e0 100644 --- a/input/test/slur-proof.ly +++ b/input/test/slur-proof.ly @@ -1,45 +1,46 @@ x = { -\outputproperty #(make-type-checker 'note-head-interface) #'extra-offset = #'(-1 . 0) + \outputproperty #(make-type-checker 'note-head-interface) + #'extra-offset = #'(-1 . 0) } -\score{ -\context Staff \notes\relative c< -\context Voice=va { \x f()f } -\context Voice=vb { \x g(s4)g } -\context Voice=vc { \x a(s4*2)a } -\context Voice=vd { b(s4*3)b } -\context Voice=ve { c(s4*4)c } -\context Voice=vf { d(s4*5)d } -\context Voice=vg { e(s4*6)e } -\context Voice=vh { f(s4*7)f } -\context Voice=vi { g(s4*8)g } -\context Voice=vj { a(s4*9)a } -\context Voice=vk { b(s4*10)b } -\context Voice=vl { c(s4*11)c } -\context Voice=vm { d(s4*12)d } -\context Voice=vn { e(s4*13)e } -\context Voice=vo { f(s4*14)f } -\context Voice=vp { g(s4*15)g } -\context Voice=vq { a(s4*16)a } -\context Voice=vr { b(s4*17)b } -\context Voice=vs { c(s4*18)c } -\context Voice=vt { d(s4*19)d } -\context Voice=vu { e(s4*20)e } -\context Voice=vv { f(s4*21)f } -\context Voice=vw { g(s4*22)g } -\context Voice=vx { a(s4*23)a } -\context Voice=vy { b(s4*24)b } -\context Voice=vz { c(s4*25)c } -\context Voice=wa { d(s4*26)d } -> -\paper{ -indent=0.0\mm; -linewidth=-1.0\mm; -\translator{ -\VoiceContext -Slur \override #'direction = #1 -Stem \override #'direction = #-1 -} -} +\score { + \context Staff \notes\relative c < + \context Voice=va { \x f()f } + \context Voice=vb { \x g(s4)g } + \context Voice=vc { \x a(s4*2)a } + \context Voice=vd { \x b(s4*3)b } + \context Voice=ve { \x c(s4*4)c } + \context Voice=vf { \x d(s4*5)d } + \context Voice=vg { \x e(s4*6)e } + \context Voice=vh { \x f(s4*7)f } + \context Voice=vi { \x g(s4*8)g } + \context Voice=vj { \x a(s4*9)a } + \context Voice=vk { \x b(s4*10)b } + \context Voice=vl { \x c(s4*11)c } + \context Voice=vm { \x d(s4*12)d } + \context Voice=vn { \x e(s4*13)e } + \context Voice=vo { \x f(s4*14)f } + \context Voice=vp { \x g(s4*15)g } + \context Voice=vq { \x a(s4*16)a } + \context Voice=vr { \x b(s4*17)b } + \context Voice=vs { \x c(s4*18)c } + \context Voice=vt { \x d(s4*19)d } + \context Voice=vu { \x e(s4*20)e } + \context Voice=vv { \x f(s4*21)f } + \context Voice=vw { \x g(s4*22)g } + \context Voice=vx { \x a(s4*23)a } + \context Voice=vy { \x b(s4*24)b } + \context Voice=vz { \x c(s4*25)c } + \context Voice=wa { \x d(s4*26)d } + > + \paper { + indent=0.0\mm; + linewidth=-1.0\mm; + \translator{ + \VoiceContext + Slur \override #'direction = #1 + Stem \override #'direction = #-1 + } + } } diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index 2db0451aa9..047dc03fdc 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -125,7 +125,7 @@ Add a ref if REF is set ;; prepend GNU for dir, must be unique "\n* GNU " name " (" file-name "). " name "." "\n@end direntry" - (node "Top") ",(lilypond)Features,," top + (node "Top") ",(lilypond)Index,(lilypond)Development," top "\n@top" (texi-section 1 name #f) (texi-menu items-alist) diff --git a/scm/translator-property-description.scm b/scm/translator-property-description.scm index 3cc1354fc1..ee0075b092 100644 --- a/scm/translator-property-description.scm +++ b/scm/translator-property-description.scm @@ -231,7 +231,7 @@ r1 r1*3 R1*3 \\\\property Score.skipBars= ##t r1*3 R1*3 "translates to the car of grob-property 'attachment of NoteColumn. See @ref{Slur}.") -(translator-property-description 'slurEndAttachment symbol? "translates to the cdr of grob-property 'attachment of NoteColumn. See @ref{1Slur}.") +(translator-property-description 'slurEndAttachment symbol? "translates to the cdr of grob-property 'attachment of NoteColumn. See @ref{Slur}.") (translator-property-description 'slurMelismaBusy boolean? "Signal a slur if automaticMelismata is set.") (translator-property-description 'solo boolean? "set if solo is detected by the part combiner.") (translator-property-description 'soloADue boolean? "set Solo/A due texts in the part combiner?.")