From: fred Date: Wed, 27 Mar 2002 00:48:29 +0000 (+0000) Subject: lilypond-1.3.126 X-Git-Tag: release/1.5.59~960 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=91b9a8b5547505e2c43137e2f5676c8f20a78953;p=lilypond.git lilypond-1.3.126 --- 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/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?.")