downloading.
* lily/tuplet-bracket.cc (get_default_dir): new algorithm for
tuplet direction.
2004-01-20 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
+ downloading.
+
* scm/output-lib.scm (shift-right-at-line-begin): new function:
kludge rehearsalmark placement.
which can be set in the following manner:
@example
- #(set-staff-size 14)
+ #(set-global-staff-size 14)
@end example
This sets the global default size to 14pt staff height, and scales all
PACKAGE_NAME=LilyPond
MAJOR_VERSION=2
MINOR_VERSION=1
-PATCH_LEVEL=12
+PATCH_LEVEL=13
MY_PATCH_LEVEL=
}
-\version "2.1.10"
+\version "2.1.13"
manuscriptBreak = { \break }
\paper {
- #(set-staff-size (* 6.0 1 ))
+ #(set-global-staff-size(* 6.0 1 ))
linewidth = #(* mm 160)
indent = 8\mm
interscoreline = 2.\mm
footer = "Mutopia-2001/04/27-xx"
}
-\version "2.1.11"
+\version "2.1.13"
dynamicUp = \property Voice.DynamicLineSpanner \override #'direction = #1
dynamicRevert = \property Voice.DynamicLineSpanner \revert #'direction
-#(set-staff-size 16)
+#(set-global-staff-size 16)
vocalVerse = \notes\relative c''{
\dynamicUp
\include "deutsch.ly"
-#(set-staff-size 16)
-\version "2.1.11"
+#(set-global-staff-size 16)
+\version "2.1.13"
\header {
title = "Romanzen"
-\version "2.1.11"
+\version "2.1.13"
\header{
filename = "denneboom.ly"
enteredby = "jcn"
}
%{ file tests silly line shapes %}
-#(set-staff-size 20)
+#(set-global-staff-size 20)
#(ly:set-option 'old-relative)
-\version "2.1.11"
+\version "2.1.13"
\header {
texidoc = "@cindex Midi Volume Equaliser
The full orchestra plays a notes, where groups stop one after
another. Use this to tune equalizer settings. "
}
-#(set-staff-size 16)
+#(set-global-staff-size 16)
%{
-\version "2.1.11"
+\version "2.1.13"
\header {
title = "Puer natus est nobis (excerptum)"
subtitle = "Antiphona ad introitum VII"
}
-#(set-staff-size 26)
+#(set-global-staff-size 26)
\include "gregorian-init.ly"
%%% N.B.: Yes, I know, the formatting of the following looks awful,
-\version "2.1.11"
+\version "2.1.13"
\header{
texidoc="
-#(set-staff-size 11)
+#(set-global-staff-size 11)
\include "allfontstyle.lyinc"
-\version "2.1.11"
+\version "2.1.13"
foollilypondbook = "
\score
"
texidoc ="Staff height 13 pt."
}
-#(set-staff-size 13)
+#(set-global-staff-size 13)
\include "allfontstyle.lyinc"
-\version "2.1.11"
+\version "2.1.13"
foollilypondbook = "
\score
"
-#(set-staff-size 16)
+#(set-global-staff-size 16)
\include "allfontstyle.lyinc"
-\version "2.1.11"
+\version "2.1.13"
foollilypondbook = "
\score
"
-#(set-staff-size 20)
+#(set-global-staff-size 20)
\include "allfontstyle.lyinc"
-\version "2.1.11"
+\version "2.1.13"
foollilypondbook = "
\score
"
}
-#(set-staff-size 23)
+#(set-global-staff-size 23)
\include "allfontstyle.lyinc"
-\version "2.1.11"
+\version "2.1.13"
foollilypondbook = "
\score
"
-#(set-staff-size 26)
+#(set-global-staff-size 26)
\include "allfontstyle.lyinc"
-\version "2.1.11"
+\version "2.1.13"
\header {
title = "Song"
subtitle = "(tune)"
texidoc = "Jazz tune for combo (horns, piano, drums, bass, guitar)."
}
-#(set-staff-size 16)
+#(set-global-staff-size 16)
\include "english.ly"
%%%%%%%%%%%% Some macros %%%%%%%%%%%%%%%%%%%
-\version "2.1.11"
+\version "2.1.13"
% Ugh, we need to override some LaTeX titling stuff
Demonstration of how to set up an orchestral score (Beethoven's Coriolan overture).
" }
-#(set-staff-size 16)
+#(set-global-staff-size 16)
raisedFlat = \markup { \raise #0.4 \smaller \smaller \musicglyph #"accidentals--1" }
-\version "2.1.11"
+\version "2.1.13"
%possible rename to paper-fill-a4.ly -gp
% candidate for reg -gp
% Han says no, but keeping this comment temporarily so that I don't
This should fill a4 paper. "
}
-#(set-staff-size 13)
+#(set-global-staff-size 13)
\score{
\context Voice \notes\relative c'{
for (SCM s = me->get_grob_property ("note-columns"); gh_pair_p (s); s = ly_cdr (s))
{
Grob * nc = unsmob_grob (ly_car (s));
-
-
- dirs[Note_column::dir (nc)]++;
+ Direction d = Note_column::dir (nc);
+ if (d)
+ dirs[d]++;
}
return dirs[UP] >= dirs[DOWN] ? UP : DOWN;
% Toplevel initialisation file.
-\version "2.1.11"
+\version "2.1.13"
\include "declarations-init.ly"
-#(set-staff-size 16)
+#(set-global-staff-size 16)
\paper{
\paperSixteen
% Toplevel initialisation file.
-\version "2.1.11"
+\version "2.1.13"
\include "declarations-init.ly"
-#(set-staff-size 16)
+#(set-global-staff-size 16)
\paper {
\paperSixteen
#(ly:set-option 'old-relative)
-\version "1.9.8"
+\version "2.1.13"
breve = #(ly:make-duration -1 0)
longa = #(ly:make-duration -2 0 )
maxima = #(ly:make-duration -3 0)
redhat-package=lilypond-$(TOPLEVEL_VERSION)-1.i386.rpm
$(outdir)/$(redhat-package):
- wget --passive-ftp -P $(outdir) ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package)
+ wget --passive-ftp -P $(outdir) http://lilypond.org/download/binaries/RedHat-9/$(redhat-package)
get-rpm-pfa: $(outdir)/$(redhat-package)
cd $(outdir) ; rm -rf usr/ # (root alert!)
def conv (str):
- str =re.sub (r"\(set-staff-size ", r"(set-global-staff-size", str)
+ str =re.sub (r"\(set-staff-size ", r"(set-global-staff-size ", str)
return str
conversions.append (((2,1,13), conv, """set-staff-size -> set-global-staff-size"""))
body = r'''
%% Generated automatically by: lilypond-book.py
%% options are %s
-#(set-staff-size %d)
+#(set-global-staff-size %d)
\paper {
%s