SkipBars = 1;
markScriptPadding = "6.0";
textstyle = "italic";
+ textEmptyDimension = 1;
+ oldTieBehavior = 1;
}
}
-%{
+
\score{
\type Staff <
\global
instrument = "Oboe";
}
\paper{
- \my_paper;
+ \my_paper
output = "oboe";
}
\midi {
instrument = "Flauto";
}
\paper{
- \my_paper;
+ \my_paper
output = "flauto";
}
\midi {
instrument = "Clarinetto I in B\\textflat";
}
\paper{
- \my_paper;
+ \my_paper
output = "clarI";
}
\midi {
instrument = "Clarinetto II in B\\textflat";
}
\paper{
- \my_paper;
+ \my_paper
output = "clarII";
}
\midi {
instrument = "Fagotto";
}
\paper{
- \my_paper;
+ \my_paper
output = "fagotto";
}
\midi {
instrument = "Corno I in F";
}
\paper{
- \my_paper;
+ \my_paper
output = "corI";
}
\midi {
\tempo 4=120;
}
}
-%}
+
\score{
\type Staff <
\globalNoKey
instrument = "Corno II in F";
}
\paper{
- \my_paper;
+ \my_paper
output = "corII";
}
\midi {
\tempo 4=120;
}
}
-%{
+
\score{
\type Staff <
\globalNoKey
instrument = "Tromba I in B\\textflat";
}
\paper{
- \my_paper;
+ \my_paper
output = "trpI";
}
\midi {
instrument = "Tromba II in B\\textflat";
}
\paper{
- \my_paper;
+ \my_paper
output = "trpII";
}
\midi {
instrument = "Timpani";
}
\paper{
- \my_paper;
+ \my_paper
output = "timpani";
}
\midi {
instrument = "Violino I";
}
\paper{
- \my_paper;
+ \my_paper
output = "viI";
}
\midi {
\type Staff <
\global
\marks
-% \notes{s2.*32 s2*141 \break}
\viII
>
\header{
instrument = "Violino II";
}
\paper{
- \my_paper;
+ \my_paper
output = "viII";
}
\midi {
instrument = "Viola";
}
\paper{
- \my_paper;
+ \my_paper
output = "viola";
}
\midi {
instrument = "Violoncello";
}
\paper{
- \my_paper;
+ \my_paper
output = "violoncello";
}
\midi {
instrument = "Contrabasso";
}
\paper{
- \my_paper;
+ \my_paper
output = "cb";
}
\midi {
\tempo 4=120;
}
}
-%}
\ No newline at end of file
\type Staff = clarI <
\property Staff.instrument = "Clarinetto I"
\property Staff.instr = "Cl. I"
- \global
+ \globalNoKey
\clarI
>
\type Staff = clarII <
\property Staff.instrument = "Clarinetto II"
\property Staff.instr = "Cl. II"
- \global
+ \globalNoKey
\clarII
>
\type Staff = fagotto <
>
\type StaffGroup = brass <
\type Staff = cor <
- \global
+ \globalNoKey
\property Staff.instrument = "2 Corni in F"
\property Staff.instr = "Cor."
\type Voice = corI { \stemup \corI }
\type Voice = corII { \stemdown \corII }
>
\type Staff = trp <
- \global
+ \globalNoKey
\property Staff.instrument = "2 Trp. in B\\textflat "
\property Staff.instr = "Trp."
\type Voice = trpI { \stemup \trpI }
>
>
\type StaffGroup = strings <
- \type GrandStaff = violins <
+% \type GrandStaff = violins <
\type Staff = viI <
\property Staff.instrument = "Violin I"
\property Staff.instr = "Vi. I"
\global
\viII
>
- >
+% >
\type Staff = vla <
\property Staff.instrument = "Viola"
\property Staff.instr = "Vla."
>
>
\paper {
- \paper_sixteen
+% \paper_sixteen;
linewidth = 185.\mm;
textheight = 260.\mm;
\translator {
}
\translator { \StaffContext
\consists "Staff_margin_engraver";
- marginHangOnClef = 1;
- marginScriptPadding = "20.0";
+% marginHangOnClef = 1;
+ marginScriptPadding = "52.0";
textstyle = "italic";
textScriptPadding = 5.0;
+ textEmptyDimension = 1;
+ oldTieBehavior = 1;
}
+%\translator{\VoiceContext
+%\remove Auto_beam_engraver; % Bug workaround!
+%}
}
}