displaying value of tied note at the end of line

2011-09-24 Thread zbigniew
Hey, Im using Completion_heads_engraver to break long notes at the end of line in some long cadenzas and sometimes it comes up with a complex result (multiple ties, dots) which is hard to read, is there a way to display the value (as number or note) of the note which is being broken e.g.

Re: High-level users?

2011-09-24 Thread m...@apollinemike.com
On Sep 23, 2011, at 9:38 PM, Seth Williamson wrote: This has all been very interesting. But almost nobody addressed my main question. Namely, are there any, or many, pros out there who have chosen LilyPond over Sibelius or Finale? I did appreciate hearing from Kieran MacMillan. I

Re: High-level users?

2011-09-24 Thread Janek Warchoł
2011/9/24 m...@apollinemike.com m...@apollinemike.com: On Sep 23, 2011, at 9:38 PM, Seth Williamson wrote: Somebody said there have been 2 million downloads of MuseScore.  Does anybody know if MuseScore is gaining many former LilyPond adherents?  I know for a fact that my girlfriend definitely

Re: placement sostenuto

2011-09-24 Thread Thomas Morley
2011/9/24 David Nalesnik david.nales...@gmail.com ( . . .) In the following snippet, the override of 'Y-offset works, but the one of 'padding doesn't. \version 2.14.2 \relative c' { \once \override Script #'padding = #(lambda (grob) (if (eq? (ly:grob-property grob 'direction) UP) 5

Horizontally shifting rests

2011-09-24 Thread Mario Moles
Hi Lilyponders! I searched in my mail-box and in notation.pdf but I did not understand out how to move horizontally the rests and \ NoteColumn override # 'force-hshift = x does not work obviously with rests. Any ideas? \version 2.15.11 global = { \key c \major \time 4/4 } u = \relative c''

Re: Horizontally shifting rests [SOLVED]

2011-09-24 Thread Mario Moles
Command founded: \override Voice.Rest #'X-offset = #x Thank's -- oiram/bin/selom ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: High-level users?

2011-09-24 Thread Bernardo Barros
2011/9/24 Janek Warchoł janek.lilyp...@gmail.com: For what it's worth, i really *really* think that LilyPond and MuseScore should be integrated.  LilyPond does better job than MuseScore when we compare default engraving, but GUI is invaluable in some areas, and some users won't even try to use

Re: High-level users?

2011-09-24 Thread Bernardo Barros
2011/9/24 Janek Warchoł janek.lilyp...@gmail.com: i can elaborate. Please, do it. One of the things that could integrate it a bit more would be a javascript plug-in for entering music with lilypond syntax in a pop up widget. ___ lilypond-user mailing

preprocessing an included file with system command

2011-09-24 Thread Michael Ellis
If I define a music function to apply an arbitrary system command to a file thusly, sysinc = #(define-music-function (p l cmd fname) (string? string?)    Run system command, cmd, and redirect output to fname.     then include fname in input.     (system (string-concatenate (list cmdfname)))  

Re: placement sostenuto

2011-09-24 Thread David Nalesnik
Hi Harm, On Sat, Sep 24, 2011 at 8:59 AM, Thomas Morley thomasmorle...@googlemail.com wrote: Hi David, I don't know, why it doesn't work this way. But the following seems to be successful: #(define (proc x y) (lambda (grob) (if (eq? (ly:grob-property grob 'direction) 1)

Re: High-level users?

2011-09-24 Thread Stefan Thomas
Dear David, I'd worked for Years with Finale and Sibelius. Since about 3 years I'm working with lilypond. I choosed it, because I do write my music first by hand and than I do the fair copy with the computer. In my opinion Lilypond is the most efficient way to do this work, altough I have to

Re: preprocessing an included file with system command

2011-09-24 Thread Graham Percival
On Sat, Sep 24, 2011 at 01:30:55PM -0400, Michael Ellis wrote: Note: what I'm actually trying to do with the preprocessing, as opposed to the trivial example above, is something that cannot be done easily with a music function. I know about the --evaluate command line option but that's also

Re: High-level users?

2011-09-24 Thread Graham Percival
On Sat, Sep 24, 2011 at 03:24:18PM +0200, Janek Warchoł wrote: For what it's worth, i really *really* think that LilyPond and MuseScore should be integrated. What does that mean? - better lilypond export for musescore: go ahead and send patches there. - lilypond import for musescore: go

Re: preprocessing an included file with system command

2011-09-24 Thread Michael Ellis
On Sat, Sep 24, 2011 at 4:28 PM, Graham Percival gra...@percival-music.ca wrote: On Sat, Sep 24, 2011 at 01:30:55PM -0400, Michael Ellis wrote: Note: what I'm actually trying to do with the preprocessing, as opposed to the trivial example above,  is something that cannot be done easily with a