On 2-Apr-06, at 7:25 AM, Dave K. wrote:
As far as I can tell there is no flush left/flush right
option in Lilypond,

Yes there is; see the documentation for Text marks and/or Rehearsal marks. They're in chapter 8.

Yes, I know I can manually align every single
symbol I markup, but that shouldn't have to be the case.

I hope you realize that you can define your own "symbols":

myFine={
\override RehearsalMark #'something = #blah
\override AnotherThing #'something-else = #foo
\mark "D.S. al Fine"
}

{ c'1 c1 \myFine }


This is a vague outline, but it should get you started.
- Graham



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to