Re: sheet music site for contemporary music

2010-02-07 Thread Matthieu Jacquot
-Eluze wrote: a pity i couldn't get the (lilypond-) code of Bachs Chaconne http://theshadylanepublishing.com/fr/telechargements.php - getting an error code 404) I didn't noticed the broken link, it's fixed now! Thanks. kontrapunktstefan wrote: I guess the site

Re: Best practice when typesetting transposing instruments.

2010-02-07 Thread David Kastrup
Kirill sidos...@yandex.ru writes: Thank you all for your replies. As you might know, I am working on a Sibelius to LilyPond translator; and one of the aims is to generate .ly sources that are as close as possible to what a human would have written. Hence my asking about the best practices.

horizontal space after rehearsal mark (or bar line)

2010-02-07 Thread Per Eric Rosén
Hi everyone! What ways are there to add horizontal space after a rehearsal mark? In detail: How to shift notes and their textscripts to the right, to get the rehearsal mark and text-script besides each other instead of the (i my opinion somewhat ugly) vertical stacking? Or, if that is hard:

fosdem

2010-02-07 Thread jantien
I'm at fosdem today)-: ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Long fermata above two notes

2010-02-07 Thread luciosilla
yes, that's not a bad idea. Can you tell me how to do that? lucio Tom Dickson-3 wrote: Would it be possible to modify or use slurs and then manually position a dot near it? -tom ___ lilypond-user mailing list lilypond-user@gnu.org

RemoveEmptyRhythmicStaffContext doesn't work

2010-02-07 Thread 胡海鹏 - Hu Haipeng
Hello, I've looked into engraver-init.ly, and RemoveEmptyRhythmicStaffContext is there. But when I include it with \RemoveEmptyStaffContext in my orchestral score, LP complains about such line. Why? Regards Haipeng ___ lilypond-user mailing list

Re: horizontal space after rehearsal mark (or bar line)

2010-02-07 Thread James Lowe
I think you might want to use an extra markup function. For example r^\markup { \halign #-2.7 \musicglyph #scripts.ufermata } You can use minus or positive numbers, in whole or decimal increments for the \halign #x value which will move it horizontally left and right accordingly. That is

Re: Lilypond to MusicXML (was: Re: New Sibelius to LilyPond conversion suite)

2010-02-07 Thread Reinhold Kainhofer
On Saturday 06 February 2010 16:18:54 Martin Tarenskeen wrote: Everyone will agree having not only musicxml2ly but also a Lilypond to MusicXML converter would be cool. Absolutely. The only problem is who will develop it? I don't have the time for such a task, but rather create some more Urtext

Re: Lilypond to MusicXML (was: Re: New Sibelius to LilyPond conversion suite)

2010-02-07 Thread Graham Percival
On Sat, Feb 06, 2010 at 07:12:59PM +0100, Reinhold Kainhofer wrote: However, there is also a practical problem: How do you check the quality of your export? There are so many things in the MusicXML specification that are left unclear, and the typical advice on the MusicXML mailing list is Just

Re: horizontal space after rehearsal mark (or bar line)

2010-02-07 Thread Nick Payne
\version 2.12.2 \score { \relative c' { \clef G \time 4/4 c'1 d \once \override Staff.BarLine #'extra-spacing-width = #'(-2 . 2) \bar || \mark \markup{\box M2} e( \f ^\markup{Tutti} f) } } Nick On 07/02/10 22:03, Per Eric Rosén wrote: Hi everyone! What ways are there

Re: RemoveEmptyRhythmicStaffContext doesn't work

2010-02-07 Thread Mats Bengtsson
Quoting ??? - Hu Haipeng hhpmu...@163.com: Hello, I've looked into engraver-init.ly, and RemoveEmptyRhythmicStaffContext is there. But when I include it with \RemoveEmptyStaffContext in my orchestral score, LP complains about such line. Why? I hope you write the following lines around it:

Re: Lilypond to MusicXML (was: Re: New Sibelius to LilyPond conversion suite)

2010-02-07 Thread Reinhold Kainhofer
On Sunday 07 February 2010 20:40:55 you wrote: MusicXML isn't a standard at all. If you have to say umm, dunno, look at what this other piece of software does, it's not a standard. Just to make things clear: It's not so bad. It's just impossible to write a full specification for musical

Re:Re: RemoveEmptyRhythmicStaffContext doesn't work

2010-02-07 Thread 胡海鹏 - Hu Haipeng
Ha, thanks. But I'm not so stupid. Of course I have \layout { \context { \RemoveEmptyStaffContext \RemoveEmptyRhythmicStaffContext } } And then the error: xx\xx\xx.ly:nn:nn: error: syntax error, unexpected CONTEXT_DEF_IDENTIFIER

Re: Re: RemoveEmptyRhythmicStaffContext doesn't work

2010-02-07 Thread Graham Percival
I believe that those must be in *separate* \layout { \context{ blocks. Cheers, - Graham On Mon, Feb 08, 2010 at 05:33:22AM +0800, 胡海鹏 - Hu Haipeng wrote: Ha, thanks. But I'm not so stupid. Of course I have \layout { \context { \RemoveEmptyStaffContext

Re: RemoveEmptyRhythmicStaffContext doesn't work

2010-02-07 Thread Kieren MacMillan
Hi, I have \layout { \context { \RemoveEmptyStaffContext \RemoveEmptyRhythmicStaffContext } } Shouldn't this be \layout { \context { \RemoveEmptyStaffContext } \context { \RemoveEmptyRhythmicStaffContext } } ?? Cheers, Kieren.

Re: sheet music site for contemporary music

2010-02-07 Thread -Eluze
Matthieu Jacquot wrote: -Eluze wrote: a pity i couldn't get the (lilypond-) code of Bachs Chaconne http://theshadylanepublishing.com/fr/telechargements.php - getting an error code 404) I didn't noticed the broken link, it's fixed now! Thanks. it works fine now - thanks! --

Re: horizontal space after rehearsal mark (or bar line)

2010-02-07 Thread Mats Bengtsson
Quoting Nick Payne nick.pa...@internode.on.net: \version 2.12.2 \score { \relative c' { \clef G \time 4/4 c'1 d \once \override Staff.BarLine #'extra-spacing-width = #'(-2 . 2) \bar || \mark \markup{\box M2} e( \f ^\markup{Tutti} f) } } That's a fairly clumsy solution

Re: horizontal space after rehearsal mark (or bar line)

2010-02-07 Thread Trevor Daniels
Mats Bengtsson wrote Sunday, February 07, 2010 10:45 PM A better solution is to tell LilyPond that you don't want it to put rehearsal marks above other objects: \version 2.12.2 \score { \relative c' { \clef G \time 4/4 c'1 d \override Score.RehearsalMark #'extra-spacing-width =

Re: Lilypond on iPhone

2010-02-07 Thread Han-Wen Nienhuys
On Sat, Feb 6, 2010 at 8:44 AM, Arjan Bos arjan@hetnet.nl wrote: IIRC, the iPhone developer license states that it does not allow any interpreters on the iPhone. That's how they keep flash off the iPhone, but also for example, a Commodore 64 emulator. And since, as we all know, you can