Hi

here is an example, but it doesn't work :-(

Wolfgang

Mats Bengtsson wrote:

> > [EMAIL PROTECTED] writes:
> > > 2.) How can I adjust Text above the notes without aligning them to the
> > > rythm?
> >
> > You could try entering the textt as lyrics with a different rhythmc,
> > then they are aligned differently from the notes
>
> Or you could add an extra voice with invisible notes in the
> music, using the spacing note name 's', and align the text
> to those.
> Example:
>
> c4 d e c < g'1 {s2 s1^"Text starting in the middle of a note"}>
>
> This is also practical for typesetting, e.g. a whole note with
> a <> dynamic below.
>
>    /Mats
% Hallo, dies ist ein Kommentar
\include "paper16.ly"
\include "deutsch.ly"
\include "chord-modifiers.ly"


papersize = a4

\header{
        title = "Jail House Rock";
        composer = "Blues Brothers";
        arranger = "Bass  W. Schnitker u. J. Hettrich";
        instrument = "E-Bass";
        }

global = \notes {
        \time 4/4;
        \clef bass; \key d;
        % \partial 4*2;
        \property Voice.NoteHeadStyle = harmonic
}
                
EBassnotes = \notes \sequential {
                \property Voice.midiInstrument = "electric bass (finger)"
                
                r2 r8 c4. 
                \repeat volta 2 {
                        d1( )d2( )d8 c4. |  d1( )d2( )d8 c4. | \break
                        d1( )d2( )d8 c4. | d4_\staccato r4 r2 | d'4 c' h a | \break
                        g4. b8 h4 d' |  g4. b8 h4 d' | d4. f8 fis4 a | d4. f8 fis4 a | 
\break
                        a,4. c8 cis4 e | g,4. b,8 h,4 d | d4. f8 fis4 a | d4. f8 fis8 
cis4. | \break
                }
                \stemdown
                d4. d8( )d2 | d4. d8( )d2 | d4. d8( )d2 | d4. d8( )d2 | \break
                d4. d8( )d2 | d4. d8( )d2 | d4^\staccato r4 r2 | d4 e4 f4 fis4 \break
                g4. g8( )g2 | g4. g8( )g2 | d4. d8( )d2 | d4. d8( )d2 | \break
                a4. a8( )a2 | g4. g8( )g2 | d4. d8( )d2 | d4. d8( )d2 | \break
                
                \bar "||"; 
                }

Texte = \notes \sequential {
                \property Voice.textStyle = typewriter
                
                s1^"Optimise Rock" s1 s1 s1 s1
                s1 s1 s1 s1
                s1 s1 s1 s1
                s1 s1 s1 s2 s4. s8^\coda
                
                s1 s1 s1 s1
                s1 s1 s1 s1
                s1 s1 s1 s1
                s1 s1 s1 s1^"D.C. al Coda con Rep."
        }

accompaniement = \chords {
                
                
                        r1 | d1   d1   d1   d1 
                        d1   d1   d1   d1  
                        g1   g1   d1   d1  
                        a1   g1   d1   d1   
                        
                        d1 d1 d1 d1
                        d1 d1 d1 d1 
                        g1 g1 d1 d1
                        a1 g1 d1 d1
                
                }


\score { \simultaneous
                {
                %accompaniement
                \context ChordNames \accompaniement
                        
                
                \context Staff = mel {
                        \global
                        < \Texte \EBassnotes >
                        
                        
                }
        
        
        }
        \paper {
                %linewidth = 18.0\cm ;
                %collison_engraver = "1";
                
        }
        \midi {
                        \tempo 4=130;
        
                }
}




begin:vcard 
n:Schnitker;Wolfgang
tel;cell:+49 177 3189891
tel;fax:+49 7389 90299
tel;home:+49 7389 90297
x-mozilla-html:FALSE
adr:;;Beethovenstr. 16	;Heroldstatt;Deutschland;72535;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dipl.-Ing.
x-mozilla-cpt:;-11040
fn:Wolfgang Schnitker
end:vcard

Reply via email to