Re: lilypond-glyphs in other programs

2010-03-13 Thread CJ Bell
> Example: > The signs \natural \flat \sharp ... Example: The signs $\natural$ $\flat$ $\sharp$ ... (whoops) -cj ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond-glyphs in other programs

2010-03-13 Thread CJ Bell
On Tue, Mar 9, 2010 at 3:27 AM, Stefan Thomas wrote: > Dear community, > I would like to use single signs  of the lilypond-font (e.g. the sharp-sign) > in a text-programm, for example in open-office or in LaTex. I don't want to > make musical examples, but single signs in text, I need it for the >

function to fit music within a given range?

2009-02-04 Thread CJ Bell
Is there an existing function/snipped that will adjust the octave of music to within a given range of notes? For example, I have a melody played by many instruments in a score, but some instruments can't reach the higher notes, so those notes must be shifted to a lower octave; I'd like to avoid cop

diff music

2008-12-15 Thread CJ Bell
Is there an existing function to diff two pieces of music? (or has anyone attempted to write such a function?) ex: \diff \partA \partB Perhaps notes that partB adds are tagged one way and notes that are removed from partA are tagged another. I want to color unchanged music from partA to partB

Re: utility: makedepend_ly

2008-12-15 Thread CJ Bell
Final version. ? Added options: -i (include), -p (object prefix), and fixed -a (append) Sorry for the many update messages -cj #!/usr/local/bin/python # written by CJ Bell """Create dependencies in makefiles for LilyPond scripts Usage: makedepend_ly [options] files...

Re: utility: makedepend_ly

2008-12-15 Thread CJ Bell
: rm -f *.pdf *.ps *.dvi $(DEPENDS) rm -rf $(DEPLINKS) full: fullscore.ps parts: parts.ps %.ps: %.ly $(LILYPOND) $(LYFLAGS) --ps $< %.pdf: %.ly $(LILYPOND) $(LYFLAGS) --pdf $< -include $(DEPENDS) -cj #!/usr/local/bin/python # written by CJ Bell &qu

utility: makedepend_ly

2008-12-15 Thread CJ Bell
symbolic links for each file that has spaces in its path name. enjoy! -cj #!/usr/local/bin/python # written by CJ Bell """Create dependencies in makefiles for LilyPond scripts Usage: makedepend_ly [options] files... Options: -h / --help Print this message and exit.

Re: acciaccatura + volta bug

2008-09-07 Thread CJ Bell
> OK, if you want them together, you have to heed the warning in the > docs about grace synchronization: > http://kainhofer.com/~lilypond/Documentation/user/lilypond/Grace-notes.html#Grace-notes. Ah, right. Thanks! (bleh; I've even read that warning before...) -cj __

Re: acciaccatura + volta bug

2008-09-07 Thread CJ Bell
On Sun, Sep 7, 2008 at 12:12 PM, Neil Puttock <[EMAIL PROTECTED]> wrote: > Remove the << >> brackets; you're forcing the volte to be > simultaneous, so they're placed on top of each other. That is my intention. I'm trying to combine two parts. (and \partcombine isn't working any better) [attached

acciaccatura + volta bug

2008-09-07 Thread CJ Bell
I've tried the below example in 2.10.10 and 2.11.57-1 and both generate the warning "already have a volta spanner, ending that one prematurely" and place the grace note in it's own volta spanner. For now, can anyone find a workaround? Thanks! -cj \version "2.10.10" %\version "2.11.57" \score {

bug in bendAfter + grace?

2008-02-09 Thread CJ Bell
Can anyone reproduce this? I'm using lilypond 2.10.33 \override NoteColumn #'X-extent = #'(0 . 1) \bendAfter #4 \grace c' a' \bendAfter #4 \grace c' a' Why does only the first bendAfter show up? Thanks! -cj (NOTE: \glissando and \slur produce a similar notation that works, but \bendAfter i