]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.56
authorfred <fred>
Sun, 24 Mar 2002 20:09:42 +0000 (20:09 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:09:42 +0000 (20:09 +0000)
lily/slur.cc
mutopia/standje.ly

index 8ec8633b5d59d0e09791e9fcc19089341dc2cba7..7ad52ce6d2e1e43fe834f8f2ac2d653c89984e62 100644 (file)
@@ -147,6 +147,8 @@ pos_correct (Real x, Real dx, Real dy)
 Real
 Slur::height_f () const
 {
+  return 0.0;
+  
   Real interline = paper ()->interline_f ();
   Real notewidth = paper ()->note_width ();
   Real internote = interline / 2;
index 7a10d0e0f42ba9443785a031197af57c77e3752a..e5cd95005105e5ad5aff0d12327ea6b3fa4c7a6d 100644 (file)
@@ -17,6 +17,7 @@ multiple \paper{}s in one \score
 
 $vocal_verse1 = \melodic{
        \octave c';
+       
        % ugh: treble/bass
 %      \clef treble;
 %      \clef violin;
@@ -137,6 +138,7 @@ $treble_intro = \melodic{
        r8 <['as-. c-.> <c-. es-.> <'as-. c-.> <c-. es-.> <'as-. c-.]> |
        r8 <['as-. c-.> <c-. d-.> <'as-. c-.> <c-. d-.> <'as-. c-.]> |
        r8 <['g-. 'b-.> <'b-. d-.> <'g-. 'b-.> <'b-. d-.> <'g-. 'b-.]> |
+       \break;
        
 }
 
@@ -235,7 +237,9 @@ $bass_eentje = \melodic{
                
 global = \melodic{
        \meter 3/4; 
-       \key bes es as; 
+       \key bes es as;
+       \skip 4  * 12;
+       \break;
 }
 
 lyrics = \melodic{
@@ -251,6 +255,7 @@ $lyric_staff = \type Lyrics = lyric<
 >
                
 vocals = \melodic{
+       \global
        \skip 4 * 12; 
        \$vocal_verse1 
        \skip 4 * 24; 
@@ -299,11 +304,8 @@ $grand_staff = \type Grandstaff<
                \$grand_staff
        >
        \paper{
-               % how does this work?
-               % previously we had the clear 'ideal whole note space' setting?
-%              arithmetic_multiplier = 6.\pt;
                % ugh: the *first* (intro) line may only have four measures...
-               gourlay_maxmeasures = 4.;
+               gourlay_maxmeasures = 7.;
        }
        \midi{
                \tempo 4 = 54;