program_prefix = @program_prefix@
program_suffix = @program_suffix@
EXTRA_LIBES = @EXTRA_LIBES@ @LIBS@
-TFM_PATH = @TFM_PATH@
-TFM_SUFFIXES = @TFM_SUFFIXES@
RANLIB = @RANLIB@
DEFS = @DEFS@
#SET_MAKE = @SET_MAKE@
composer = "D. Scarlatti and J. D. S. Sankey";
}
-\version "1.3.70";
-
\include "scarlatti-properties.ly"
\include "scarlatti-paper.ly"
+forceStaffDown = \translator "Staff" = "down"
+forceStaffUp = \translator "Staff" = "up"
+
+
\score{
\notes \context PianoStaff <
\context Staff=up <
%a6
a''32 s fis'' s d'' s a' s d' s a s|
%a7
- r16 a' fis'8. d'16~
+ \forceStaffUp r16 a' fis'8. d'16~
%a8
d'16 g' e'8. cis'16|
%a9
\context Voice=vb< \zs
\sd
\context Thread=td{ \n
- \lh \sm[\times 2/3{d32 fis a}\n d'16]a8 a|
+ \lh \sm
+ %
+ % WARNING: interface still subject to change!
+ %
+ \property Voice. beamHeight = 5
+ [\times 2/3{d32 fis a}\n d'16]a8 a|
+ \property Voice.beamHeight = ##f
%b2
d4 s8|
%b3
%b4
r32[d fis a][d' fis' a' d'']r \rh[d fis a]
%b5
- [d'32 fis' a' d'']r32 \lh[d fis a][d' fis' a' d'']
+ [d'32 fis' a' d''] \forceStaffDown r32 \lh[d fis a][d' fis' a' d'']
%b6
s a''32 s fis'' s d'' s a' s d' s a|
%b7
+
+\version "1.3.70";
+
rh=\property Thread.noteHeadStyle=##f
lh=\property Thread.noteHeadStyle = #'diamond
n=\property Thread.fontSize=#0
-\version "1.3.59"
+\version "1.3.70"
\score {
\context Voice \notes\relative c'' {
+ \times 2/3 { c'8 c,, c }
+ \times 2/3 { c'8 c'' c,, }
+
+
\times 2/3 { [c8 c c] }
\times 2/3 { c8 [c c] }
+ \times 2/3 { [c8 c c] }
+ \times 2/4 { r8 [c, c'] r8 }
+
+
+
\property Voice .tupletBracketVisibility = #'if-no-beam
\times 2/3 { [c8 c c] }
\property Voice .tupletDirection = #1
\property Voice .tupletNumberVisibility = ##f
\times 2/3 { c8 [c c] }
+
+
}
}
String p = prefix + to_str ('/') + String (*s);
global_path.add (p);
- /* Urg: GNU make's $(word) index starts at 1 */
- int i = 1;
- while (global_path.try_add (p + to_str (".") + to_str (i)))
- i++;
}
}
TFM_FILES = $(addprefix $(outdir)/, $(FONT_FILES:.mf=.tfm))
PFA_FILES = $(addprefix $(outdir)/, $(FONT_FILES:.mf=.pfa))
-foo:
- @echo fof: $(FONT_FILES)
- @echo fef: $(FET_FILES)
- @echo tfm: $(TFM_FILES)
-
# Make tfm files first, log files last,
# so that normally log files aren't made twice
ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(AFM_FILES) $(TFM_FILES) $(PFA_FILES) $(LOG_FILES)