]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.125.jcn1
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 25 Jan 2001 18:23:38 +0000 (19:23 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 25 Jan 2001 18:23:38 +0000 (19:23 +0100)
1.3.125.jcn1
============

* Fixed some info and html links.

CHANGES
Documentation/index.texi
Documentation/user/refman.itely
VERSION
input/test/slur-proof.ly
scm/documentation-lib.scm
scm/translator-property-description.scm

diff --git a/CHANGES b/CHANGES
index 20e4f3b8c08427ba66792e9189ec97b567643825..02e10f2f61b5f2394c66470cdaf4a856323170a3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+1.3.125.jcn1
+============
+
+* Fixed some info and html links.
+
 1.3.124.jcn3
 ============
 
index 7235f307f4ba9e0545575b39ff8f03f6ac15afbc..c5c65d9d36309d797b40e8cbb99c2fb7f6cfc716 100644 (file)
@@ -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}
index aed23a3831d96baa61abce054f414a5e90214322..10997a4cf8a26b03cea39a8dd2c355a2a6ddd24d 100644 (file)
@@ -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 1d7491b67fcdd63f3bfcd128caaa08584fcc4fd4..ec23b1ba7608786629e0a4e3d55720eb5bb2fe00 100644 (file)
--- 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.
index 6673652e45833cf9a66c111bf08e34780b0146ba..ba2bf2c2e0c75aab932f4881072f53d08c093238 100644 (file)
@@ -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
+    }
+  }
 }
index 2db0451aa9494d044e5dfd0065bda17f86d92276..047dc03fdcb9f2305ce29a6e0873568ef0a3c8ba 100644 (file)
@@ -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)
index 3cc1354fc16835f2e94a88af58d0781bd19b3c80..ee0075b09271fdd12776e000b7e24f33687816b6 100644 (file)
@@ -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?.")