From: fred Date: Tue, 26 Mar 2002 21:48:25 +0000 (+0000) Subject: lilypond-1.1.37 X-Git-Tag: release/1.5.59~2516 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a4255b09a0bd3da60bc0f73079b73b1175345e9e;p=lilypond.git lilypond-1.1.37 --- diff --git a/mutopia/N.W.Gade/global.tex b/mutopia/N.W.Gade/global.tex index 13015a5e4c..0fa5588102 100644 --- a/mutopia/N.W.Gade/global.tex +++ b/mutopia/N.W.Gade/global.tex @@ -26,7 +26,7 @@ \lhead{\textbf{\large\theinstrument}} \chead{} \lfoot{} -\cfoot{\ifnum\thepage=1{\thecopyright\hfill\LilyIdString}\fi} +\cfoot{\ifnum\thepage=1{\thecopyright\hfill\mudelatagline}\fi} \rfoot{\ifnum\thepage>1{\hfill\thepage\hfill}\fi} \headrulewidth0mm \pagestyle{fancy} diff --git a/mutopia/N.W.Gade/parts.ly b/mutopia/N.W.Gade/parts.ly index 7491098fda..70e425f0a5 100644 --- a/mutopia/N.W.Gade/parts.ly +++ b/mutopia/N.W.Gade/parts.ly @@ -29,9 +29,11 @@ my_paper = \paper { SkipBars = 1; markScriptPadding = "6.0"; textstyle = "italic"; + textEmptyDimension = 1; + oldTieBehavior = 1; } } -%{ + \score{ \type Staff < \global @@ -43,7 +45,7 @@ my_paper = \paper { instrument = "Oboe"; } \paper{ - \my_paper; + \my_paper output = "oboe"; } \midi { @@ -62,7 +64,7 @@ my_paper = \paper { instrument = "Flauto"; } \paper{ - \my_paper; + \my_paper output = "flauto"; } \midi { @@ -80,7 +82,7 @@ my_paper = \paper { instrument = "Clarinetto I in B\\textflat"; } \paper{ - \my_paper; + \my_paper output = "clarI"; } \midi { @@ -98,7 +100,7 @@ my_paper = \paper { instrument = "Clarinetto II in B\\textflat"; } \paper{ - \my_paper; + \my_paper output = "clarII"; } \midi { @@ -116,7 +118,7 @@ my_paper = \paper { instrument = "Fagotto"; } \paper{ - \my_paper; + \my_paper output = "fagotto"; } \midi { @@ -135,14 +137,14 @@ my_paper = \paper { instrument = "Corno I in F"; } \paper{ - \my_paper; + \my_paper output = "corI"; } \midi { \tempo 4=120; } } -%} + \score{ \type Staff < \globalNoKey @@ -154,14 +156,14 @@ my_paper = \paper { instrument = "Corno II in F"; } \paper{ - \my_paper; + \my_paper output = "corII"; } \midi { \tempo 4=120; } } -%{ + \score{ \type Staff < \globalNoKey @@ -173,7 +175,7 @@ my_paper = \paper { instrument = "Tromba I in B\\textflat"; } \paper{ - \my_paper; + \my_paper output = "trpI"; } \midi { @@ -192,7 +194,7 @@ my_paper = \paper { instrument = "Tromba II in B\\textflat"; } \paper{ - \my_paper; + \my_paper output = "trpII"; } \midi { @@ -211,7 +213,7 @@ my_paper = \paper { instrument = "Timpani"; } \paper{ - \my_paper; + \my_paper output = "timpani"; } \midi { @@ -229,7 +231,7 @@ my_paper = \paper { instrument = "Violino I"; } \paper{ - \my_paper; + \my_paper output = "viI"; } \midi { @@ -241,14 +243,13 @@ my_paper = \paper { \type Staff < \global \marks -% \notes{s2.*32 s2*141 \break} \viII > \header{ instrument = "Violino II"; } \paper{ - \my_paper; + \my_paper output = "viII"; } \midi { @@ -267,7 +268,7 @@ my_paper = \paper { instrument = "Viola"; } \paper{ - \my_paper; + \my_paper output = "viola"; } \midi { @@ -285,7 +286,7 @@ my_paper = \paper { instrument = "Violoncello"; } \paper{ - \my_paper; + \my_paper output = "violoncello"; } \midi { @@ -303,11 +304,10 @@ my_paper = \paper { instrument = "Contrabasso"; } \paper{ - \my_paper; + \my_paper output = "cb"; } \midi { \tempo 4=120; } } -%} \ No newline at end of file diff --git a/mutopia/N.W.Gade/score.ly b/mutopia/N.W.Gade/score.ly index b48b6d279c..46e22ec750 100644 --- a/mutopia/N.W.Gade/score.ly +++ b/mutopia/N.W.Gade/score.ly @@ -35,13 +35,13 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + \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 < @@ -53,14 +53,14 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + > \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 } @@ -75,7 +75,7 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + > > \type StaffGroup = strings < - \type GrandStaff = violins < +% \type GrandStaff = violins < \type Staff = viI < \property Staff.instrument = "Violin I" \property Staff.instr = "Vi. I" @@ -88,7 +88,7 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + \global \viII > - > +% > \type Staff = vla < \property Staff.instrument = "Viola" \property Staff.instr = "Vla." @@ -110,7 +110,7 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + > > \paper { - \paper_sixteen +% \paper_sixteen; linewidth = 185.\mm; textheight = 260.\mm; \translator { @@ -119,11 +119,16 @@ copyright = "Mats Bengtsson, 1999. Free circulation permitted and " + } \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! +%} } }