Hi,

I've a problemmin Lilypond with Chrods, Text and Alternetives.

1.) Trying to set a chord symbol and a alternative sign (e.g. 1. or 2.)
results in double printing . This looks very silly. Is there any thing I
can to do?

2.) How can I adjust Text above the notes without aligning them to the
rythm?

Example as attachment.

Wolfgang Schnitker
mailto:[EMAIL PROTECTED]

% Hallo, dies ist ein Kommentar
\include "paper20.ly"
\include "deutsch.ly"
\include "chord-modifiers.ly"

\header{
        title = "Summertime";
        composer = "G. Gershwin";
        arranger = "Bass: W. Schnitker u. J. Hettrich";
        instrument = "E-Bass";
        }
global = \notes {
        \time 4/4;
        \clef bass; \key b;
        \partial 4*2;
        \property Voice.NoteHeadStyle = harmonic
}
                
EBassnotes = \notes \sequential {
                % \relative c,,
                 \repeat volta 2 {
                 r2 \bar "||"; <g,4.g4.> d8 c4. h,8 g,4. d8 c4. h,8 g,4.d8 c4.
h,8 g,4.fis,8 g,4 h,4 \break             c4. e8 f4.a,8 b,4. d8 es4. b,8 a,4.
d8 es4. es8 d4. b,8 a,4. as,8 \break             g,4.h,8 c4.fis,8 g,4.h,8
c4.fis,8 g,4.h,8c4.fis,8 c4. e8 f4. h,8 \break           b,4. fis,8 g,4. b,8
a,4. es8 d4. fis8                }
                 \alternative {
                        {g4.h,8 c4. fis8 g2 \times 2/3 {d'4 d' a}}
                        {g4.h,8 c4. fis,8 g,4. h,8 c4. fis,8}
                 }
                
}

accompaniement = \chords {
                \repeat volta 2 {
                        r2 g2:min7 c2:9 g2:min7 c2:9 g2:min7 c2:9 g2:min7 g2:7
                        c2:min7 f2:7 b2:7 es2:7 a2:min7.5- es2:9.11 d2:7 a2
                        g2:min7 c2:9 G2:min7 c2:9 g2:min7 C2:9 c2:min7 f2:7.9
                        b2:maj7 es2:7 a2:min7.5- d2:7
                        }
                \alternative {
                        {g2:min7 c2:9 g2:min7 c2:9}
                        {g2:min7 c2:9 g2:min7 c2:9}
                }
}

\score { \simultaneous
                {
                %accompaniement
                \context ChordNames \accompaniement
                \context Staff = mel {
                        \global
                        \EBassnotes
                        \property Staff.midiInstrument = "electric bass (finger)"
                }
        
        
        }
        \paper {
        linewidth = 18.0\cm ;
        collison_engraver = "1";
        }
        \midi {
                \tempo 4 = 60;
        
        }
}




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