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 font of the editor of my e-mail text processor).

I tried with
c^ \markup { \underline 2 }
in a score, for example, but without succes (I did not find any
\underline instruction.in the doc)

Does this topics have already been solved by Lilyponders?
How can it be solved?

Thank you for answering.

Charlie

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 mean : all two commands are called). And I become 
with this :

"chcp 65001" is called before lilypond. Ok. Then
"lilypond %1 ..." is called. Compiling is ok. But
messages are still broken when there are accented french characters.

So may I recall the mail that I sent this evening to... the creator of 
LilyPondTool !?

(at [EMAIL PROTECTED]) I've just noticed that it's you...

-
LilyPondTool / Console / Text Encoding
-
Hi,
I must first give you MOST GREATINGS.
Your plug-in is just EssentiaL for all us winy-pond users...
Could I ask you something about the (lilypond) console output ?

I use your plug-in in a french windows environment.
When LilyPond outputs french messages (at compile time), all accented 
characters are badly printed in the console.
It seems that LilyPond messages are sent in UTF-8 encoding, but when your 
plug-in catches them it reencodes it another way, before sending it to the 
lilypond console. (I don't think it's a console font encoding problem).

Do I get it right ?
If so, could you please consider to provide us an update, so that Unicode 
LilyPond messages appear correctly in the console ?

If not, do you see what/where is the problem ?

Thank you very much,
Germain
--
Windows XP / jre v1.6 / LilyPond v2.11.26
jEdit v4.3pre9 / LilyPondTool v2.10.4 / Console v4.3.2 / ErrorList v1.4.2 / 
Jakarta Commons v0.4.4 / SideKick v0.7.3 / Templates v4.0.0

-

By the way, I noticed a minor typo in the current LilyPondTool default 
configuration.

In jEdit :
Plugins>LilyPondTool>Development>Lilytool 
Options>LilyPondTool>General>MusicXml2ly

is set to "nwc2ly.py"
It probably should be "musicxml2ly.py"


Maybe 2.10.5 will fix the two issues ?

Thanks,
Germain



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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-encoding .
fetaNumber) "1" \postscript #"0.08 setlinewidth -1.4 -0.2 moveto 0.85 0
rlineto stroke"}
LM = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "2" \postscript #"0.08 setlinewidth -1.5 -0.2 moveto 0.95 0
rlineto stroke"}
La = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "3" \postscript #"0.08 setlinewidth -1.4 -0.2 moveto 0.8 0
rlineto stroke"}
Lm = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "4" \postscript #"0.08 setlinewidth -1.55 -0.2 moveto 1 0
rlineto stroke"}

You should be able to add as many \postscript as you want, thus printing
double underline. You'll have to search for the right variables on the
\postscript command to output what you want.

If you're using lilypond-book mind that your postscript output might not
appear in the .ps frame.

Tiago


On 7/4/07, Ledocq-Boccart <[EMAIL PROTECTED]> wrote:


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 font of the editor of my e-mail text processor).

I tried with
c^ \markup { \underline 2 }
in a score, for example, but without succes (I did not find any
\underline instruction.in the doc)

Does this topics have already been solved by Lilyponders?

Thank you for answering.

Charlie


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 says

setlinecap
int setlinecap 
- 
sets shape of line ends (0=butt,1=round,2=square)

Summary of all PostScript Commands 
http://www.ugrad.math.ubc.ca/Flat/summary.html 

I don't know if it will work in Lily.

-- 
Francisco Vila Doncel. Badajoz (Spain)
http://www.paconet.org


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 setlinewidth
   stroke"
}}

\version "2.10.23"

%%%
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 font of the editor of my e-mail text processor).


I tried with
c^ \markup { \underline 2 }
in a score, for example, but without succes (I did not find any 
\underline instruction.in the doc)


Does this topics have already been solved by Lilyponders?

Thank you for answering.

Charlie


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 I don't know -- and it's too tedious to let my son
investigate this further.


Werner


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 = #'(4 . 4)
\override Rest #'extra-offset =  #'(0 . -2.0)}
\voiceTwo {\override voiceOne Beam #'positions = #'(-6 . -6)
\override Rest #'extra-offset =  #'(0 . 2.0)}
}
}

I know this can't work.. but i hope it will be able to explain better the
problem..

Is it possible to set this properties in the layout block?
(I have a file called global.ly that  I include in  every project..)

Thanks in advance!
regards
Bainos

(\version "2.10.25" on WinXP)

-- 
View this message in context: 
http://www.nabble.com/voiceOne---voiceTwo-settings-tf4026535.html#a11437561
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 confirmed that this works.
How to integrate this directly into jEdit, I don't know.


   Werner




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/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.

Trevor.


--
Trevor Bača
[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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
lyrics.


I'm precisely working (h, trying to work at least) on this part of
the Documentation.
If Graham is ok with it, I'll include it in my next patch :)


Please do.

Cheers,
- Graham


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 a special song.

Is there a way to do this directly with lilypond or should I write it myself?

Dominic


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 the police to

"Lucida console".
In JEdit, in the "console plugins", if you choose this font and set the 
cararcter encoding to UTF-8, you will get the correct accents when you enter 
"lilypond" in the *system* console.


BUT, in the *lilypond* console, you cannot change this 2 settings : no 
options for that. So whatever I try, I never got the correct accented 
caracters.


But perhaps someone as a trick.
I would be very happy to learn it.

Gilles




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 GrandStaff work.

Can someone give us the right syntax ?



And just to reinforce, what we're looking for here is a *curly* brace
with rhythmic staves; both ChoirStaff and StaffGroup give a *straight*
brace.

Perhaps a bug?


--
Trevor Bača
[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 enaught..
> Here is some code
> 
> 
>> \paper {after-title-space = 1.5\cm}  %%this set the space after every
>> \markup..
>> 
>> \header {title =\markup \center-align { "Paradidle Grooves" }
>> }
>> 
>> I = \drummode {\repeat unfold 2 {bd16 sn bd bd sn bd sn sn}
>> }
>> 
>> II = \drummode {\repeat unfold 2 {bd16 sn sn bd sn bd bd sn}
>> }
>> 
>> III = \drummode {\repeat unfold 2 {bd16 bd sn bd sn sn bd sn}
>> }
>> 
>> IV = \drummode {\repeat unfold 2 {bd16 sn bd sn sn bd sn bd}
>> }
>> 
>> \markup {"First"}
>> \new DrumStaff {<<\new DrumVoice { \voiceOne  \I }>>}
>> 
>> \markup {"Second"}
>> \new DrumStaff {<<\new DrumVoice { \voiceOne  \II }>>}
>> 
>> \markup {"Third"}
>> \new DrumStaff {<<\new DrumVoice { \voiceOne  \III }>>}
>> 
>> \markup {"Fourth"}
>> \new DrumStaff {<<\new DrumVoice { \voiceOne  \IV }>>}
>> 
> 
> 
> I would like to set only the space between the title and all other
> things..
> 
> thanks!
> 

I solved in ths way:



> \paper {before-title-space = 1.5\cm}  %%this set the space after every
> \markup..
> 
> \header {title =\markup \center-align {\rise #10 "Paradidle Grooves" }
> }
> 

-- 
View this message in context: 
http://www.nabble.com/after-title-space-tf4019660.html#a11431109
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 the
commercial name.
Thank You in Advance

--
Atentamente;
César Penagos
Tel: 2253-7181 2253-3826
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 messages show incorrectly in Windows console, try to prefix
lilypond command line with

chcp 65001 &&

to enable UTF-8.  This trick has been reported by a French user; I don't
know how it works in jEdit.



Hello,
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.


I tried to set LANG=fr permanently in 'My Computer' properties (both in user 
and system vars) and nothing happens.

I tried also to change command line in jEdit, setting :

Plugins>LilyPondTool>Development>Lilytool 
Options>LilyPondTool>Commands>Lilypond command


to

chcp 65001 && lilypond

but then I can't compile at all ; jEdit error message is :
"Error running external command. See the activity log about the problem."
(though I can run the chcp command in a windows cmd shell)

What is wrong ? How did you make jEdit to call it ?

Thanks,
Germain



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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.11 and the new spacing stuff, of course.)
> 

The same happenned to me.
I wanted to have a fixed size for all the systems, using some
  \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-6.0 . 0.0)
in the StaffGroup (well I know this is a "permissive" way).
And I found a strange behavior of ragged-bottom.
The snippet I provide is not minimal, but you can play with "paper" variables,
and see what happens.

Germain



\version "2.11.26"
\include "english.ly"

\paper
{
 #(set-paper-size "a4")
 ragged-last-bottom=##t % last page not streched

 %% ragged-bottom:
 %% If set to ##t : pages are not tweaked.
 %% If set to ##f (default): it should strech pages.
 %% But it should only change space between systems.
 %% Here, it happens that the systems themselves are streched
 %% (by moving the last object of the StaffGroup).

% ragged-bottom=##t


 %% it seems that setting/unsetting or changing values of these,
 %% changes the behavior of ragged-bottom (especially for 
 %% the first page) :

 between-system-space = #0.1
% between-system-padding = #0.1
}


\header
{
 title = "TEST"
 subtitle = "subtest"
 copyright = "free for public performance"
}


AltoWords = \lyricmode
{ 
 \repeat unfold 48 { di da doo da }
}


SopranoNotes = \relative c''
{
 \repeat unfold 48 { g a bf c}
}
AltoNotes = \relative c'
{
 \repeat unfold 48 { e f g a }
}
BassNotes = \relative c'
{
 \repeat unfold 48 { c c c f, }
}


\score
{
 \new StaffGroup
 <<
  \new Staff = Soprano
  <<
   \clef "G"
   \new Voice = "S" { \SopranoNotes }
   % #'(bottom up) default: ( -4 4 )
   % #'(après avant) % <0:plus bas % >0:plus haut
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-6.0 . 0.0)
%   \override Staff.VerticalAxisGroup #'Y-extent = #'(-6.0 . 0.0)
  >>
  \new Lyrics = SW { s }

  \new Staff = Alto
  <<
   \clef "G"
   \new Voice = "A" { \AltoNotes }
   % #'(bottom up) default: ( -4 4 )
   % #'(après avant) % <0:plus bas % >0:plus haut
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-6.0 . 6.0)
%   \override Staff.VerticalAxisGroup #'Y-extent = #'(-6.0 . 6.0)
  >>
  \new Lyrics = AW { s }

  \new Staff = Bass
  <<
   \clef "F"
   \new Voice = "B" { \BassNotes }
   % #'(bottom up) default: ( -4 4 )
   % #'(après avant) % <0:plus bas % >0:plus haut
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(0.0 . 6.0)
%   \override Staff.VerticalAxisGroup #'Y-extent = #'(0.0 . 6.0)
  >>

  \context Lyrics = SW \lyricsto "S" { \AltoWords }
  \context Lyrics = AW \lyricsto "A" { \AltoWords }
 >>

 \layout
 {
  \context
  {
   \Score
   \override BarNumber #'padding = #2.0
  }
 } % layout
} % score

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 not at all related with DRM stuff or
anything of that kind, so it would probably not change anything in
LilyPond coding and/or usage -- which can be both an pro and con
argument; so it is *not* about starting a flame war here, don't get me
wrong.

Just asking, in a word.

(and besides, sometimes it's cool to talk here about other stuff than
technical or RTM questions...)

Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 ?

Thanks
Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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, trying to work at least) on this part of
the Documentation.
If Graham is ok with it, I'll include it in my next patch :)

Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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 tries to use:

\new ChoirStaff <<
 \new RhythmicStaff { c'4 }
 \new RhythmicStaff { c'4 }
 \new RhythmicStaff { c'4 }
 \new RhythmicStaff { c'4 }
>>


without more

Givaldo de Cidra


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


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-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user