> enter chords the easy/right way, but will mess around with putting
> each note in a separate voice if i have to.
> 
> the second thing is that, as you can see, this is a piece with no key
> signature or bar lines and each accidental is written before its note
> and doesn't effect any of the notes coming after.  this creates two
> challenges:
> 
> 1. is there a "no key signature mode" for lily yet so that i can just
>    enter the notes without worrying about it instead of having to
>    remember to put a "!" after each accidental?

not yet, but it would be simple.

> 2. is it possible for lily to simply break each line when it runs out
>    of room instead of my having to do a
>    \bar "|"; \break

yes, try \bar "empty";  It creates a breakpoint.  LilyPond will sort
out where to break lines

> about tuplet numbers: can i convince lilypond to *always* put a brace
> around them, regardless of whether the notes the tuplet covers already
> have a brace or not?  it's more readable that way in many cases.

Mats will be looking into that.

> even more importantly, can i force the tuplet number + brace to appear
> above or below the notes at will?  the first two should obviously be

Not yet

> a few notations he uses:
> 
> 1. a note with a circle after it, meaning:
> 
>    note + circle = note + 1/4 of its length
> 
>    the circle is like a dot that's not filled in.  for example, on
>    page three, the c-sharp on the second line should be a quarter with 
>    a circle, not a quarter tied to a sixteenth.  is this at all
>    possible with lily?

Not directly. I don't want to pollute Lily's input data structures
with support for this kind of exotic notation, so there has to be some
more generic mechanism for specifying this kind of thing.

> 2. tuplets that are written as "number : note", for example
>    "3 : [image of a half note here]".  possible?

Hmmm.  Could be done ... 

> 3. "p+" and "p-" for dynamic markings.  possible?

Yep.  See ly/dynamic.ly

-- 

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

Reply via email to