[EMAIL PROTECTED] writes:

> 2) The forte is overwritten by a low hanging chord. How do I make it
> avoid the notes?

make sure that the forte is on the note of teh chord, eg.

     <e-\f e'>

> 
> 6) I attempted to restate the time signature at the beginning of the
> chorus using the following piece of code:
> 
>       \skip 4 * 61;
>       \bar "||"; \break 
>         \time 2/2;


you can do something like

        \context Staff \outputproperty #(make-type-checker
                 'Time_signature) #'visibility-lambda =
                 #begin-of-line-visible

to force it to be visible at the start of the line only. 



-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to