Documentation of hyphens in lyrics

2007-07-04 Thread Luc
Chapter 7.3.3 'Hyphens and extenders' mentions that "Centered hyphens are entered as ‘--’ between syllables.". IMHO this should be written as ` -- ´ (i.e hyphens being enclosed by spaces or tabs). See also Chapter 2.13 Printing lyrics. ___ lilypond-

Re: No GrandStaff possible around (rhythmic) staves?

2007-07-04 Thread Givaldo de Cidra
Trevor Baca escreveu: Is there a reason that no GrandStaff brace draws at all in the following example? %%% BEGIN %%% \version "2.11.26" \new GrandStaff << \new RhythmicStaff { c'4 } \new RhythmicStaff { c'4 } \new RhythmicStaff { c'4 } \new RhythmicStaff { c'4 } %%% END %%% Hi, It

Re: Documentation of hyphens in lyrics

2007-07-04 Thread Valentin Villenave
2007/7/4, Luc <[EMAIL PROTECTED]>: Chapter 7.3.3 'Hyphens and extenders' mentions that "Centered hyphens are entered as '--' between syllables.". IMHO this should be written as ` -- ´ (i.e hyphens being enclosed by spaces or tabs). See also Chapter 2.13 Printing lyrics. I'm precisely working (h

Re: No GrandStaff possible around (rhythmic) staves?

2007-07-04 Thread Valentin Villenave
2007/7/4, Givaldo de Cidra <[EMAIL PROTECTED]>: \new ChoirStaff << It works with StaffGroup too :) However, I tried many things such as \accepts System_start_delimiter_engraver, \consists SystemStartBracket etc. but I couldn't make the GrandStaff work. Can someone give us the right syntax ?

GPLv2 / GPLv3: are there plans to change LilyPond licensing?

2007-07-04 Thread Valentin Villenave
Hello everybody; a small question that has occured to me, just out of curiosity: As a part of the GNU project, do you guys have the choice whether to adopt GPLv3 or not? And, if it appears that you do have the choice, are you interested in relicensing LilyPond? As far as I know, LilyPond is no

Re: Having trouble with custom paper size/layout

2007-07-04 Thread Germain G. Ivanoff-Trinadtzaty
> Arvid wrote : ... > Slightly off-topic, the spacing can get somewhat strange when > typesetting multi-staff vocal music on minimal space, like in these > cases. Nothing I can easily reproduce in a minimal bug report, just > a bit too wide at times. Has anyone else seen this? (That's with > 2.1

Re: locale problem with jedit + lilypond under Windows XP

2007-07-04 Thread Germain G. Ivanoff-Trinadtzaty
John Mandereau a écrit: If the comand jEdit uses to call lilypond is parsed by a shell, LANG= lilypond ... or LANG=de lilypond ... should work. If it doesn't, set the environment variable LANG permanently in 'My Computer' (the icon showing a computer on desktop) properties. If German messa

Paper sizes

2007-07-04 Thread Cesar Penagos
Saludos Lilyponders: I have a question for You. I need to print two different scores. One is an Orchestral (Director Score), the other is a piano Voice score. My question is what paper size have I to buy to print it? (I mean to look professional printing), A4? And If is possible for You tell to me

Re: after title space

2007-07-04 Thread Bainos
Bainos wrote: > > hi! > > I have a problem in setting the spaceaftertitle. > Setting aftertitlespace in a \paper block alters the separation but it > does it for all the \markup in the score. I want to set the space only > after the title.. > Sorry for my english, I dont know ifi?m clear enau

Re: No GrandStaff possible around (rhythmic) staves?

2007-07-04 Thread Trevor Bača
On 7/4/07, Valentin Villenave <[EMAIL PROTECTED]> wrote: 2007/7/4, Givaldo de Cidra <[EMAIL PROTECTED]>: > \new ChoirStaff << It works with StaffGroup too :) However, I tried many things such as \accepts System_start_delimiter_engraver, \consists SystemStartBracket etc. but I couldn't make the

Re: locale problem with jedit + lilypond under Windows XP

2007-07-04 Thread Gilles THIBAULT
I have the same problem, in a french environment. I use LilyPond with jEdit 4.3 pre9 on Windows XP (java 1.6) At compile time, all console messages print bad when there are french (accented) characters. In Windows, , if you want to have accented caracters from lilypond, you must first change t

Re: No GrandStaff possible around (rhythmic) staves?

2007-07-04 Thread Rune Zedeler
\version "2.10.25" \layout { \context { \GrandStaff \accepts RhythmicStaff } } \new GrandStaff << \new Staff { c'4 } \new Staff { c'4 } \new RhythmicStaff { c'4 } \new RhythmicStaff { c'4 } >> -Rune ___ lilypond-user mailing lis

Lilypond lyrics extraction

2007-07-04 Thread Dominic Neumann
Hi, I´m currently developing a system for the management of songbooks. It allows me to compose different songbook collections which then are created with lilypond-book and LaTeX. Now I want the lyrics of the songs to be included in the database. Then I could search for songtext snippets to find

Re: Documentation of hyphens in lyrics

2007-07-04 Thread Graham Percival
Valentin Villenave wrote: 2007/7/4, Luc <[EMAIL PROTECTED]>: Chapter 7.3.3 'Hyphens and extenders' mentions that "Centered hyphens are entered as '--' between syllables.". IMHO this should be written as ` -- ´ (i.e hyphens being enclosed by spaces or tabs). See also Chapter 2.13 Printing lyric

Re: GPLv2 / GPLv3: are there plans to change LilyPond licensing?

2007-07-04 Thread Graham Percival
Valentin Villenave wrote: As a part of the GNU project, do you guys have the choice whether to adopt GPLv3 or not? This is a question for the -devel list, where (a brief) discussion is already occurring. Cheers, - Graham ___ lilypond-user mailing

Re: GPLv2 / GPLv3: are there plans to change LilyPond licensing?

2007-07-04 Thread Valentin Villenave
2007/7/4, Graham Percival <[EMAIL PROTECTED]>: This is a question for the -devel list, where (a brief) discussion is already occurring. You got me; I've just suscribed to the -devel list. Thanks V.Villenave ___ lilypond-user mailing list lilypond

Re: locale problem with jedit + lilypond under Windows XP

2007-07-04 Thread Werner LEMBERG
> chcp 65001 && lilypond I asked my son to open the command line window, entering chcp 65001 and then calling lilypond manually. He confirmed that this works. How to integrate this directly into jEdit, I don't know. Werner ___ lilypond-user

Re: No GrandStaff possible around (rhythmic) staves?

2007-07-04 Thread Trevor Bača
On 7/4/07, Rune Zedeler <[EMAIL PROTECTED]> wrote: \version "2.10.25" \layout { \context { \GrandStaff \accepts RhythmicStaff } } \new GrandStaff << \new Staff { c'4 } \new Staff { c'4 } \new RhythmicStaff { c'4 } \new RhythmicStaff { c'4 } >> Rune, Perfect. Tr

Re: locale problem with jedit + lilypond under Windows XP

2007-07-04 Thread Germain G. Ivanoff-Trinadtzaty
Thank you very much, Werner. I have post this evening a mail to the author of LilyPondTool (the plug-in for jEdit). I hope that he can update it. Germain chcp 65001 && lilypond I asked my son to open the command line window, entering chcp 65001 and then calling lilypond manually. He c

voiceOne & voiceTwo settings

2007-07-04 Thread Bainos
Hi, I'm wandering if it is possible to have separated global setting for voiceOne and voiceTwo.. I'm not able to explain my problem better so i give you an example (that doesn't work.. :P ) something like this: \context { \DrumVoice{ \voiceOne {\override voiceOne Beam #'positions = #'

Re: locale problem with jedit + lilypond under Windows XP

2007-07-04 Thread Werner LEMBERG
> Thank you very much, Werner. I have post this evening a mail to the > author of LilyPondTool (the plug-in for jEdit). I hope that he can > update it. Note that this gives me *English* messages within a Traditional Chinese environment (which uses codepage 950, BTW). How to get German messages

Underlined + double underlined fingering instructions for accordion scores

2007-07-04 Thread Ledocq-Boccart
Hello! For left hand keyboard of accordion, fingering instructions are annoted with figures as 2,3,4,5 for the middle button row; with simple underlined figures (_2_, _3_, _4_, _5_), the following row , and double-underlined figures for the last bass button row (I caanot give example with th

simple postscript question

2007-07-04 Thread Neil Thornock
So, when I run the following postscript code from a .ps file, the line comes out square at the ends. Why, in Lily, does it appear rounded on the ends? How would I "square off" the ends in Lily? %%% \relative {c1^\markup{ \postscript #"newpath 4 -6 moveto 9 -6 lineto 0.8 setli

Re: simple postscript question

2007-07-04 Thread Francisco Vila
El Wed, 04 de Jul de 2007, a las 03:49:26PM -0600, Neil Thornock dijo: > So, when I run the following postscript code from a .ps file, the line comes > out square at the ends. > > Why, in Lily, does it appear rounded on the ends? How would I "square off" > the ends in Lily? > Postscript manual

Re: Underlined + double underlined fingering instructions for accordion scores

2007-07-04 Thread Tiago Morin
Hi I managed to output underlined fingering with the following code: Ln = \markup{\override #'(font-size . -5) \override #'(font-encoding . fetaNumber) "0" \postscript #"0.08 setlinewidth -1.46 -0.2 moveto 0.88 0 rlineto stroke"} Li = \markup{\override #'(font-size . -5) \override #'(font-encodi

Re: locale problem with jedit + lilypond under Windows XP

2007-07-04 Thread Germain G. Ivanoff-Trinadtzaty
Bertalan Fodor a écrit : An idea: Create a .cmd file into the lilypond bin directory calling this command, and set that file as lilypond command. e.g. run-lilypond.cmd would be something like this: chcp 65001 && lilypond %1 %2 %3 %4 %5 %6 %7 %8 %9 Thank you Bertalan, Good idea. It works (I m

Underlined + double underlined fingering instructions for accordion scores

2007-07-04 Thread Ledocq-Boccart
Hello! For left hand keyboard of accordion, fingering instructions are annoted with figures as 2,3,4,5 for the middle button row; with simple underlined figures (_2_, _3_, _4_, _5_), the following row , and double-underlined figures for the last bass button row (I caanot give example with the fo