From: fred Date: Tue, 26 Mar 2002 22:43:35 +0000 (+0000) Subject: lilypond-1.3.7 X-Git-Tag: release/1.5.59~1981 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34761cdeda24961fdc57b77c30748a52b2acdbc4;p=lilypond.git lilypond-1.3.7 --- diff --git a/Documentation/bibliography/engraving.bib b/Documentation/bibliography/engraving.bib index c77ebdb40c..8a5d828289 100644 --- a/Documentation/bibliography/engraving.bib +++ b/Documentation/bibliography/engraving.bib @@ -316,7 +316,7 @@ year={1989} @Book{tyboni94:_noter_handb_i_tradit_noter, - author = {B\"oje Tyboni}, + author = {B\"orje Tyboni}, title = {Noter Handbok I Traditionell Notering}, publisher = {Gehrmans Musikf\"orlag}, year = 1994, diff --git a/Documentation/index.texi b/Documentation/index.texi index 0187a0a409..c01dbf6857 100644 --- a/Documentation/index.texi +++ b/Documentation/index.texi @@ -7,7 +7,7 @@ @unnumberedsubsec Introduction -@itemize +@itemize @bullet @item @uref{DEDICATION.txt,Dedication} @item @uref{../topdocs/out-www/AUTHORS.html, Authors} @item @uref{../topdocs/out-www/README.html, Readme file} @@ -29,7 +29,7 @@ @unnumberedsubsec Status -@itemize +@itemize @bullet @item @uref{TODO.txt, Thing to do} @item @uref{CHANGES.txt, Things recently done} @end itemize @@ -42,7 +42,7 @@ @end itemize @unnumberedsubsec Logo: -@itemize +@itemize @bullet @item @uref{../pictures/out-www/lelieblond.png, logo} in large size @item @uref{../pictures/out-www/lelie-logo.png, logo} in medium size @item @uref{../pictures/out-www/lelie-icon.png, logo} in small size diff --git a/Documentation/links.texi b/Documentation/links.texi index 52969f60b4..233bedb10e 100644 --- a/Documentation/links.texi +++ b/Documentation/links.texi @@ -10,7 +10,7 @@ users. @unnumberedsubsec Music -@itemize +@itemize @bullet @item @uref{http://www.geocities.com/Vienna/Studio/1714/} and @uref{http://johnsankey.webjump.com/} John Sankey has taken up the task of recording classical @@ -26,7 +26,7 @@ users. @unnumberedsubsec Software -@itemize +@itemize @bullet @item @uref{http://www.zib.de/Visual/software/doc++/index.html} A documentation system for C++ sources, which is used for the LilyPond sources. @@ -38,7 +38,7 @@ users. @unnumberedsubsec Philosophy -@itemize +@itemize @bullet @item @uref{http://www.gnu.org/} LilyPond is part of the GNU Project. The GNU project is the name of Richard Stallman's effort to create a freely available diff --git a/Documentation/misc/index.texi b/Documentation/misc/index.texi index 1f64da664e..15ea23440b 100644 --- a/Documentation/misc/index.texi +++ b/Documentation/misc/index.texi @@ -6,7 +6,7 @@ @top Miscellaneous texts -@itemize +@itemize @bullet @item @uref{CHANGES-0.0.txt, Change logs from 0.0 till 0.1 } @item @uref{CHANGES-0.1.txt, Change logs from 0.1 till 1.0 } @item @uref{CHANGES-1.0.txt, Change logs from 1.0 till 1.1 } diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index f4cd0c6efd..bf9bce87a1 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -72,7 +72,8 @@ Check out @uref{ftp://ftp.gnu.org/flex/,ftp://ftp.gnu.org/flex/}. @item Bison (version 1.25 or newer). Check out @uref{ftp://ftp.gnu.org/bison/,ftp://ftp.gnu.org/bison/}. -@item Texinfo. Check out @uref{ftp://ftp.gnu.org/pub/texinfo/,ftp://ftp.gnu.org/pub/texinfo/}. +@item Texinfo (version 4.0 or newer). +Check out @uref{ftp://ftp.gnu.org/pub/texinfo/,ftp://ftp.gnu.org/pub/texinfo/}. Most documentation is in texinfo. @item The geometry package for LaTeX is needed to use ly2dvi. @@ -369,7 +370,7 @@ Known bugs that are not LilyPond's fault are documented here. @unnumbered LinuxPPC Bugs: -@itemize +@itemize @bullet @item egcs-1.1.2-12c (stock LinuxPPC R5) has a serious bug, upgrade to fixed in egcs-1.1.2-12f or gcc-2.95-0a, @uref{ftp://dev.linuxppc.org/users/fsirl/R5/RPMS/ppc/} @@ -382,7 +383,7 @@ Lily herself will break. @unnumbered Linux-i386 -@itemize +@itemize @bullet @item SuSE6.2 and similar platforms (glibc 2.1, libstdc++ 2.9.0) Lily will crash during parsing (which suggests a C++ library @@ -425,7 +426,7 @@ versions (LinuxPPC feb '98, RedHat 4.x). @unnumbered Solaris: -@itemize +@itemize @bullet @item Sparc64/Solaris 2.6, GNU make-3.77 GNU make-3.77 is buggy on this platform, upgrade to 3.78.1 or newer. @@ -439,7 +440,7 @@ Not yet resolved. @unnumbered AIX -@itemize +@itemize @bullet @item AIX 4.3 ld The following is from the gcc install/SPECIFIC file. diff --git a/ly/generic-paper.ly b/ly/generic-paper.ly index 1399f4c7bc..a4140bb73b 100644 --- a/ly/generic-paper.ly +++ b/ly/generic-paper.ly @@ -1,6 +1,6 @@ \paper { texsetting = ""; pssetting = ""; - scmsetting = "\"(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\";\n";% UGH. + scmsetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse;\n";% UGH. } diff --git a/ly/init.sly b/ly/init.sly index da942c0cfd..ea78a1782e 100644 --- a/ly/init.sly +++ b/ly/init.sly @@ -1,6 +1,6 @@ % Toplevel initialisation file. -\version "1.1.52"; +\version "1.3.4"; \include "declarations.ly" diff --git a/mutopia/F.Schubert/standchen.ly b/mutopia/F.Schubert/standchen.ly index 1f29fc4f2d..c9e18e1f5d 100644 --- a/mutopia/F.Schubert/standchen.ly +++ b/mutopia/F.Schubert/standchen.ly @@ -44,7 +44,7 @@ Note: Original key F. \version "1.3.4"; vocalVerse = \notes\relative c''{ - \property Voice.dynamicDirectionection=1 + \property Voice.dynamicDirection=1 \times 2/3 { [ g8( )as] g } c4. g8 | \times 2/3 { [ f8( )g] f } c'4 f,8 r | g4.-> f8 \times 2/3 { [ f( )es] d } | @@ -73,7 +73,7 @@ vocalVerse = \notes\relative c''{ } vocalThrough = \notes\relative c{ - \property Voice.dynamicDirectionection=1 + \property Voice.dynamicDirection=1 g''8. g16 b8. b16 d8. d16 | c4 b r | g4. b8 d8. c16 | @@ -240,7 +240,7 @@ trebleThrough = \notes \relative c'{ } bassIntro = \notes\relative c{ - \property Voice.dynamicDirectionection=1 + \property Voice.dynamicDirection=1 %1 r4 | r4 | @@ -250,7 +250,7 @@ bassIntro = \notes\relative c{ bassVerseOne = \notes\relative c{ % \clef bass; - \property Voice.dynamicDirectionection=1 + \property Voice.dynamicDirection=1 %5 r4 | r4 | @@ -281,7 +281,7 @@ bassVerseOne = \notes\relative c{ } bassEentje = \notes\relative c{ - \property Voice.dynamicDirectionection=1 + \property Voice.dynamicDirection=1 [ ] | c,8 [ ] | [ ] | @@ -293,7 +293,7 @@ bassEentje = \notes\relative c{ } bassThrough = \notes\relative c{ - \property Voice.dynamicDirectionection=1 + \property Voice.dynamicDirection=1 %61 [ b-> d->> ] | [ b-> d->> ] | @@ -351,7 +351,7 @@ vocals = \notes{ \property Voice.noAutoBeaming = "1" \property Staff.automaticMelismata=1 - \property Voice.dynamicDirectionection = \up + \property Voice.dynamicDirection = \up \skip 4 * 12; \vocalVerse \skip 4 * 24; diff --git a/mutopia/N.W.Gade/score.ly b/mutopia/N.W.Gade/score.ly index d905d8e050..a672ff8f16 100644 --- a/mutopia/N.W.Gade/score.ly +++ b/mutopia/N.W.Gade/score.ly @@ -56,12 +56,12 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + \property Staff.instr = "Cor." \context Voice = corI < \globalNoKey - \stemup \property Voice.dynamicDirectionection = \up + \stemup \property Voice.dynamicDirection = \up \property Voice.articulationScriptVerticalDirection = \up \corI > \context Voice = corII { - \stemdown \property Voice.dynamicDirectionection = \down + \stemdown \property Voice.dynamicDirection = \down \property Voice.articulationScriptVerticalDirection = \down \corII } @@ -71,12 +71,12 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + \property Staff.instr = "Trp." \context Voice = trpI < \globalNoKey - \stemup \property Voice.dynamicDirectionection = \up + \stemup \property Voice.dynamicDirection = \up \property Voice.articulationScriptVerticalDirection = \up \trpI > \context Voice = trpII { - \stemdown \property Voice.dynamicDirectionection = \down + \stemdown \property Voice.dynamicDirection = \down \property Voice.articulationScriptVerticalDirection = \down \trpII } @@ -126,8 +126,7 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + > \paper { % \paper_sixteen; - linewidth = 180.\mm; - textheight = 260.\mm; + linewidth = 18.0\cm; \translator { \OrchestralScoreContext minVerticalAlign = 2.5*\staffheight;