Re: lyric syllable skipping a note -- why?

2006-02-07 Thread Erik Sandberg
On Monday 06 February 2006 23.16, Eduardo Vieira wrote:
> Hello users,
>
> I've been struggling to set the lyrics correctly for this song. But I can't
> assign the word "right" and the word "true" (2nd stanza) for the note "d2."
> in this part: << { d2. } \\ { g,4.( f4.) } >>

<<\\>> creates new voices implicitly, see manual. You need to do that manually 
when voice naming matters, maybe something like:
<< \new Voice { \voiceOne ..} \context Voice = MelodySop {\voiceTwo ..} >>
i.e. without \\.

-- 
Erik


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


Re: symphonic, continuos movements, percussion, midi

2006-02-07 Thread alexandre reche e silva
Graham Percival  gmail.com> writes:

> 
> On 2-Feb-06, at 5:02 AM, alexandre reche e silva wrote:
> 
> > A) Nevertheless,  marks alignment cannot be tuned and is centred “by
> > nature”. How to force left align?
> 
> This is explained in section 8.1.3 Text marks in the manual for 
> lilypond 2.7. I'm not certain that it will work for you in 2.4.5, 
> though.  But give it a try:
> 
> \override Score.RehearsalMark #'self-alignment-X = #left
> \mark "Allegro"

Instead of #left, #-1 worked just fine in align marks!
> 
> 
> > B) ...The last notes of first section tied with first 
> > notes of the second section dont tie, indeed. What to do?
> 
> You could fake this with invisible notes and slurs.

Excuse my newbieness, more tips will be really appreciated : )
> 
> > C) The metronome mark collide with high notes in the first staff. How 
[to] lift it up?
> 
> See section 4.3 Fixing overlapping notation in the manual for 2.6 or 
> 2.7.
> 
It worked with 2.4.5 after some "blind frobnication"

I still need help because of a strange side effect: iusing /mark to 
"titling" adds a empty staff at the top of the others?!?! (This is really 
embarrassing. Imagine. An uninvited blank top staff...).


thanks in advance,
a r s



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


Re: lyric syllable skipping a note -- why?

2006-02-07 Thread Mats Bengtsson

Quoting Erik Sandberg <[EMAIL PROTECTED]>:


On Monday 06 February 2006 23.16, Eduardo Vieira wrote:

Hello users,

I've been struggling to set the lyrics correctly for this song. But I can't
assign the word "right" and the word "true" (2nd stanza) for the note "d2."
in this part: << { d2. } \\ { g,4.( f4.) } >>


<<\\>> creates new voices implicitly, see manual. You need to do that 
manually

when voice naming matters, maybe something like:
<< \new Voice { \voiceOne ..} \context Voice = MelodySop {\voiceTwo ..} >>
i.e. without \\.


Easiest is to only explicitly create a new voice for the voice that is 
split off, then the other will remain in the same Voice context as the 
surrounding music. For example, if you do {c d e f | << {\voiceOne c2 c 
} \new Voice {\voiceTwo g g } >>|  \oneVoice c1 }

then the c2 c will remain in the same Voice context as the first and last
bar, whereas the g g will appear in a new voice. Read Sect. "6.6.2 
Explicitly instantiating voices" for more information. You can also 
find several related emails in the mailing list archives.


  /Mats



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


Re: short first bar, long tempo indication

2006-02-07 Thread Mats Bengtsson

Exactly what kind of tempo indication do you have in mind?
c4^"Allegro moderato"

\tempo 4=90 c4

or

\mark "Allegro moderato" c4

As always, I recommend to include some example .ly code to clarify
exactly what you ask about.

  /Mats

Quoting Kieren Richard MacMillan <[EMAIL PROTECTED]>:


[ Mac OS X 10.4.4 ; Lilypond 2.7.28-2 (Build from 30-12-2005 19:17 ]


Howdy, y'all!

When the tempo indication is longer than the first bar of music, how  
can I make the first bar maintain its "natural length" (rather than  
stretching to accommodate the length of the markup)? i.e., I want the 
 tempo indication to stretch into the 2nd (or 3rd, etc.) measures, as 
 necessary


Thanks,
Kieren.


___
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


Cannot output Japanese from sakura-sakura.ly

2006-02-07 Thread IMAI Yuji
Hello, users.

I want to output Japanese lyrics from sakura-sakura.ly
But could not. Output log as following:

Layout output to `sakura-sakura.ps'...
warning: don't know how to embed "MS-Gothic"="C:/WINDOWS/fonts/msgothic.ttc"
Converting to `sakura-sakura.pdf'...

Previous, I found "TTC file is not supported" in mailing 
list archive. So, could I select other Japanese "TTF" file
instead of "TTC" file?

Thanks.

-- 
[EMAIL PROTECTED]  Yuji IMAI



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


Re: lyric syllable skipping a note -- why?

2006-02-07 Thread Eduardo Vieira
Thank you, Erik
I had figured out that with the help of the archives. I made a similar
construct that worked, and I had to use \oneVoice afterwards.
It seems like Context & Lyrics are sort of a stumbling block for beginners
in Lilypond. I wonder how could we write a "Tutorial for Dummies" in this
part, perhaps I'll pitch in in a near future.

One thing that confuses me is that in lyricmode we are supposed to specify
durations for each lyric syllable (Lilypond.pdf v. 2.7.16), but in many
instances you can do without.

Cheers,

Eduardo

- Original Message -
From: "Erik Sandberg" <[EMAIL PROTECTED]>
To: 
Cc: "Eduardo Vieira" <[EMAIL PROTECTED]>
Sent: Tuesday, February 07, 2006 9:51 AM
Subject: Re: lyric syllable skipping a note -- why?


> On Monday 06 February 2006 23.16, Eduardo Vieira wrote:
> > Hello users,
> >
> > I've been struggling to set the lyrics correctly for this song. But I
can't
> > assign the word "right" and the word "true" (2nd stanza) for the note
"d2."
> > in this part: << { d2. } \\ { g,4.( f4.) } >>
>
> <<\\>> creates new voices implicitly, see manual. You need to do that
manually
> when voice naming matters, maybe something like:
> << \new Voice { \voiceOne ..} \context Voice = MelodySop {\voiceTwo ..} >>
> i.e. without \\.
>
> --
> Erik
>



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


Windows GUI

2006-02-07 Thread Folkert (sent by Nabble.com)

Hello,

I justed installed Lilypond on my computer and now I'm looking for a windows graphical user interface. Everything I find on the net is either commercial, for linux or not being updated anymore.

Any suggestions? So far I found 'Lilycomp', but I'm  not satisified with it since it's still not WYSIWYG.. neither is it as comprehensive as NoteEdit (for Linux) for instance. Should I install Linux after all or is there a easier solution?

View this message in context: Windows GUI
Sent from the Gnu - Lilypond - User forum at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Windows GUI

2006-02-07 Thread Ramana Kumar
In my opinion there currently don't exist any particularly good GUIs
for lilypond (unless you count your text editor!), simply because text
editing is a lot more powerful...
...but I understand that having a GUI is sometimes very desireable.

Apart from Lilycomp, the only other program I know about is Denemo. I
guess this is one of the ones you looked at that was not for Windows
but for Linux.

Fortunately, you don't actually need to install Linux to use Denemo
(although if you were thinking about doing it, I'd recommend
installing Linux anyway). Have a look at www.mingw.org and
www.cygwin.com for some ways to emulate Linux on Windows. Either one
would (I believe) allow you to run Denemo on Windows (through
emulation).

On 2/8/06, Folkert (sent by Nabble.com) <[EMAIL PROTECTED]> wrote:
>  Hello,
>
> I justed installed Lilypond on my computer and now I'm looking for a windows
> graphical user interface. Everything I find on the net is either commercial,
> for linux or not being updated anymore.
>
> Any suggestions? So far I found 'Lilycomp', but I'm  not satisified with it
> since it's still not WYSIWYG.. neither is it as comprehensive as NoteEdit
> (for Linux) for instance. Should I install Linux after all or is there a
> easier solution?
> 
>  View this message in context: Windows GUI
>  Sent from the Gnu - Lilypond - User forum at Nabble.com.
> ___
> 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


How to add another output format?

2006-02-07 Thread Milan Zamazal
I started to work on a small project to output a Festival singing mode
file from LilyPond input (this is useful for blind authors to easily
check lyrics is properly aligned with music).  I think this could be
similar to producing MIDI output but I haven't found a way how to take
advantage of it.

Is there a better way how to do it than analyzing the parsed music
expression (as displayed by \displayMusic)?  Is there any documentation
on adding new output formats (without modifying LilyPond)?

Thanks for any advice.

Milan Zamazal



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


midi file names only 3 parts

2006-02-07 Thread debian
Please,

lilypond 2.6.3:

lilypond the.bottom.bracket.ly

produces a midi file named:

the.bottom.midi

It chops off the third part of the name.  Any way round this ?

Joe


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


Re: lyric syllable skipping a note -- why?

2006-02-07 Thread Mats Bengtsson

Quoting Eduardo Vieira <[EMAIL PROTECTED]>:


...
One thing that confuses me is that in lyricmode we are supposed to specify
durations for each lyric syllable (Lilypond.pdf v. 2.7.16), but in many
instances you can do without.


There are basically two different possibilities to specify where the 
syllables should be positioned:


1) Explicitly specify the duration of each syllable.
2) Specify that the lyrics should follow the rhythm of a music voice,   
using \lyricsto or \addlyrics


If you use the second option (as most people do), you do not need
to specify any durations. In fact, if you do they will be ignored
anyway.

   /Mats



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


Re: symphonic, continuos movements, percussion, midi

2006-02-07 Thread Mats Bengtsson

Quoting alexandre reche e silva <[EMAIL PROTECTED]>:


> B) ...The last notes of first section tied with first
> notes of the second section dont tie, indeed. What to do?

You could fake this with invisible notes and slurs.


Excuse my newbieness, more tips will be really appreciated : )


Search the mailing list archives, this is a popular question that
has been answered several times.


I still need help because of a strange side effect: iusing /mark to
"titling" adds a empty staff at the top of the others?!?! (This is really
embarrassing. Imagine. An uninvited blank top staff...).


If you include short but complete example .ly file that illustrates
this problem, it will be much easier for us to tell what mistake you do.

   /Mats



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


\tempo not working

2006-02-07 Thread Marius Amado Alves
\tempo does not seem to be working here (Mac OS X 10.3, LilyPond 2.6.5, 
QuickTime Player 7.0.4) It does not have an effect on the MIDI output. 
What am I missing? Thanks a lot. The test piece follows.


\header {
 title = "Blue Pearl"
 subtitle = "2nd mov. of Blue Pearl suite"
 composer = "Marius Amado Alves"
 copyright = "© 1980, 2006 Marius Amado Alves — www.amado-alves.info"}

organRight =
{
\tempo 4 = 43
\clef "treble"
\key c \major
\time 4/4
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
}

organLeft =
{
\tempo 4 = 43
\clef bass
\key c \major
\time 4/4
{c8 r2. r16 g,16} |
{c8 r2..} |
{c8 r2. r16 g,16} |
}

bassPart =
{
\tempo 4 = 43
\clef "bass_8"
\key c \major
\time 4/4
{c,8 r2. r16 g,,16} |
{c,8 r2..} |
{c,8 r2. r16 g,,16} |
}

drumPart =
\tempo 4 = 43
\drummode
{
{bassdrum8 r2. r16 bassdrum16} |
{bassdrum8 r2..} |
{bassdrum8 r2. r16 bassdrum16} |
}

\score{
<<
\tempo 4 = 43
{ \new Staff
  \set Staff.instrument = "Organ (r.h.)"
  \set Staff.midiInstrument = "drawbar organ"
  \organRight }

{ \new Staff
  \set Staff.instrument = "Organ (l.h.)"
  \set Staff.midiInstrument = "drawbar organ"
  \organLeft }

{ \new Staff
  \set Staff.instrument = "Bass"
  \set Staff.midiInstrument = "electric bass (finger)"
  \bassPart }

{ \new DrumStaff
  \set Staff.instrument = "Drums"
  \drumPart }
>>
\layout {}
\midi {\tempo 4 = 43}
}

\version "2.6.5"



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


Trumpet Trio (Image - ~250kb)

2006-02-07 Thread Mattl (sent by Nabble.com)

I am re-writing this, because i wanted to learn lilypond, and to be able to write out my own custom things on it.  But I have had some problems. (attatched is an image of the first page of things i would like ot fix.  i know how to do some, but not all of them.)



(in a more recent version, i added a bar number at #9 and fixed the breaks [black marks on pic].  I couldn't figure out how to get the second page to export to an image format.)

blue slashes = stem down (help on this please!)
red arrows = move accent/object up/down (i cannot figre this out!)
purple = i need these symbols/text on it.  i can't figure it out.  (there are especially a lot of alignment issues when i try to add the text/fermata.  i want the fermata over the notes, and the Moderato and tempo mark to be horizontally aligned.  (same with "Chime effect - slowly")
I need to figure out how to put movement titles in (there are three movements, only the first is done, though)

Many thanks!

I am glad to have found this program!

View this message in context: Trumpet Trio (Image - ~250kb)
Sent from the Gnu - Lilypond - User forum at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \tempo not working

2006-02-07 Thread yournewbestfriend

I had the same problem. same system configuration.

Am 07.02.2006 um 15:07 schrieb Marius Amado Alves:

\tempo does not seem to be working here (Mac OS X 10.3, LilyPond  
2.6.5, QuickTime Player 7.0.4) It does not have an effect on the  
MIDI output. What am I missing? Thanks a lot. The test piece follows.


\header {
 title = "Blue Pearl"
 subtitle = "2nd mov. of Blue Pearl suite"
 composer = "Marius Amado Alves"
 copyright = "© 1980, 2006 Marius Amado Alves — www.amado-alves.info"}

organRight =
{
\tempo 4 = 43
\clef "treble"
\key c \major
\time 4/4
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
{e''16 c'' g' f'' c'' g' g'' c'' g' f'' c'' g' e'' c'' g' r} |
}

organLeft =
{
\tempo 4 = 43
\clef bass
\key c \major
\time 4/4
{c8 r2. r16 g,16} |
{c8 r2..} |
{c8 r2. r16 g,16} |
}

bassPart =
{
\tempo 4 = 43
\clef "bass_8"
\key c \major
\time 4/4
{c,8 r2. r16 g,,16} |
{c,8 r2..} |
{c,8 r2. r16 g,,16} |
}

drumPart =
\tempo 4 = 43
\drummode
{
{bassdrum8 r2. r16 bassdrum16} |
{bassdrum8 r2..} |
{bassdrum8 r2. r16 bassdrum16} |
}

\score{
<<
\tempo 4 = 43
{ \new Staff
  \set Staff.instrument = "Organ (r.h.)"
  \set Staff.midiInstrument = "drawbar organ"
  \organRight }

{ \new Staff
  \set Staff.instrument = "Organ (l.h.)"
  \set Staff.midiInstrument = "drawbar organ"
  \organLeft }

{ \new Staff
  \set Staff.instrument = "Bass"
  \set Staff.midiInstrument = "electric bass (finger)"
  \bassPart }

{ \new DrumStaff
  \set Staff.instrument = "Drums"
  \drumPart }
>>
\layout {}
\midi {\tempo 4 = 43}
}

\version "2.6.5"



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







___
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de



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


Re: midi file names only 3 parts

2006-02-07 Thread Marius Amado Alves

lilypond the.bottom.bracket.ly

produces a midi file named:

the.bottom.midi

It chops off the third part of the name.  Any way round this ?


Not using dots in the name?



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


Re: \tempo not working

2006-02-07 Thread Marius Amado Alves

On 8 Feb 2006, at 00:23, [EMAIL PROTECTED] wrote:


I had the same problem. same system configuration.

Am 07.02.2006 um 15:07 schrieb Marius Amado Alves:

\tempo does not seem to be working here (Mac OS X 10.3, LilyPond 
2.6.5, QuickTime Player 7.0.4) It does not have an effect on the MIDI 
output.


I've posted a bug report. In the meanwhile what can we do? Use an older 
version? Which one? Thanks a lot.




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


Specify output filename from within lilypond?

2006-02-07 Thread Ian Hawthorn

How do you specify the output file name from within
lilypond? Can you in fact do this at all? What I have in
mind is a template for producing part specific music
and learning midis for a quartet from a single lilypond file.
It would be simple enough to write multiple score blocks
in a template to build the desired types of output. However
how could you make each score block send its output to a
different place.

When arranging music I prefer to work with a full score. Once
the arrangement is complete however, building the part specific
learning  midis is a tedious process requiring me to rewrite the
file to separate out the music definitions from the score block
and then create a bunch of special files with appropriate names
which input the music definition file by name (so I can't just reuse them -
they have to be edited each time anew) and contain a score block
to construct the desired midi part files. Finally I have to run lilypond on
each of these separately ( a slow repetitive and boring process).

I can't help thinking that there has to be a better way. The only real
reason why all those separate files are needed at all is to set different
names for the MIDI and pdf output files produced by the score
blocks they contain. If this could be done directly from within lilypond,
I could set up a template to produce all the different types of output
I want from a single ly file on a single pass without all this hassle.



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


Re: \tempo not working

2006-02-07 Thread Ed Baskerville
I just responded on bug-lilypond with a link to previous  
documentation of the problem:


http://lists.gnu.org/archive/html/bug-lilypond/2004-02/msg00346.html

For now, you can use Mighty MIDI for playback, available on  
versiontracker.com.


--Ed

On Feb 7, 2006, at 5:41 PM, Marius Amado Alves wrote:


On 8 Feb 2006, at 00:23, [EMAIL PROTECTED] wrote:


I had the same problem. same system configuration.

Am 07.02.2006 um 15:07 schrieb Marius Amado Alves:

\tempo does not seem to be working here (Mac OS X 10.3, LilyPond  
2.6.5, QuickTime Player 7.0.4) It does not have an effect on the  
MIDI output.


I've posted a bug report. In the meanwhile what can we do? Use an  
older version? Which one? Thanks a lot.




___
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


chords in full score

2006-02-07 Thread plutek

greetings!

i am copying an orchestral score in which there are three flute parts, 
always in rhythmic unison. we would like them to appear in the full 
score as chords, but still be easily extracted for parts. is there a way 
(other than a lot of cut'n'paste) to do this?


my basic strategy for the piece is separate files for each instrument, 
combined with includes in the score. i'm using lilypond v2.7.32.


thanks!

-p


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


Stupid question

2006-02-07 Thread Jean Bergeron
I start o work with Lily-Pond nd I have a question.
I'm able to write the partition and put the lyrics beside but I'm not able
to put the ChordsNames on top of the staves.  The Chords names are always
on the top on many lines than the music with the lyricsappears correctly
or the Chords are at the bottom after all the staves.


Here is the document I wrote down :

\header {
  title = "Chanson pour l\'Auvergnat"
  subtitle = " "
  source = " "
  composer = "Georges Brassens (1921-)"
  enteredby = " "
  copyright = " "
 }
\version "2.7.0"
\paper {
  #(set-paper-size "letter")
}

\layout {

}

relative =  c' {
\clef treble
\key g \major
\time 3/4
e' e' fis' g'2 e'4 dis'2 e'4 fis'2. dis'4 dis' e' fis'2 dis'4 e'2 fis'4
g'2.   \break
e'4 e' fis' g'2 e'4 dis'2 e'4 fis'2 g'4 e' fis' g' a' b' c'' b'2. ~ b'2.
\break

 }

\addlyrics { Elle est a toi2 cet te2 chan son2. Toi l'Au ver gnat2 qui
sans2 fa con2 \break
M'a don ne qua2 tre bouts2 de bois2 Quand, dans ma vie, il fai sait
froid2. \break }


 \chords { e:m r2 r2. b:7 r2 r2. r2. r2. e:m \break
r2. r2. b:7 r2 r2. c:6 r2 a:m6 r2 b:7 r2 r2. \break
 }

If there is something wrong (miswriting)  with the other parts of the
document, feel free to let me know...

Jean Bergeron
514-522-2828


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


Re: Stupid question

2006-02-07 Thread IMAI Yuji
Hi, Jean Bergeron.

The \chords and music must be inside << >>.
And your music "c' c' ..." is not relative mode.
So, do not write relative.
I could create PDF file for your hope as following:


\header {
  title = "Chanson pour l\'Auvergnat"
  subtitle = " "
  source = " "
  composer = "Georges Brassens (1921-)"
  enteredby = " "
  copyright = " "
 }
\version "2.7.0"
\paper {
  #(set-paper-size "letter")
}

\layout {

}


\score {
  <<
\chords {
  e:m r2 r2. b:7 r2 r2. r2. r2. e:m
  r2. r2. b:7 r2 r2. c:6 r2 a:m6 r2 b:7 r2 r2.
}
\new Staff {
\clef treble
\key g \major
\time 3/4
e' e' fis' g'2 e'4 dis'2 e'4 fis'2. dis'4 dis' e' fis'2 dis'4 e'2 fis'4
g'2.   \break
e'4 e' fis' g'2 e'4 dis'2 e'4 fis'2 g'4 e' fis' g' a' b' c'' b'2. ~ b'2.
\break
}
\addlyrics {
  Elle est a toi2 cet te2 chan son2. Toi l'Au ver gnat2 qui
  sans2 fa con2
  M'a don ne qua2 tre bouts2 de bois2 Quand, dans ma vie, il fai sait
  froid2.
}
  >>
}


> I start o work with Lily-Pond nd I have a question.
> I'm able to write the partition and put the lyrics beside but I'm not able
> to put the ChordsNames on top of the staves.  The Chords names are always
> on the top on many lines than the music with the lyricsappears correctly
> or the Chords are at the bottom after all the staves.
> 
> 
> Here is the document I wrote down :
> 
> \header {
>   title = "Chanson pour l\'Auvergnat"
>   subtitle = " "
>   source = " "
>   composer = "Georges Brassens (1921-)"
>   enteredby = " "
>   copyright = " "
>  }
> \version "2.7.0"
> \paper {
>   #(set-paper-size "letter")
> }
> 
> \layout {
> 
> }
> 
> relative =  c' {
> \clef treble
> \key g \major
> \time 3/4
> e' e' fis' g'2 e'4 dis'2 e'4 fis'2. dis'4 dis' e' fis'2 dis'4 e'2 fis'4
> g'2.   \break
> e'4 e' fis' g'2 e'4 dis'2 e'4 fis'2 g'4 e' fis' g' a' b' c'' b'2. ~ b'2.
> \break
> 
>  }
> 
> \addlyrics { Elle est a toi2 cet te2 chan son2. Toi l'Au ver gnat2 qui
> sans2 fa con2 \break
> M'a don ne qua2 tre bouts2 de bois2 Quand, dans ma vie, il fai sait
> froid2. \break }
> 
> 
>  \chords { e:m r2 r2. b:7 r2 r2. r2. r2. e:m \break
> r2. r2. b:7 r2 r2. c:6 r2 a:m6 r2 b:7 r2 r2. \break
>  }
> 
> If there is something wrong (miswriting)  with the other parts of the
> document, feel free to let me know...
> 
> Jean Bergeron
> 514-522-2828

-- 
[EMAIL PROTECTED]  Yuji IMAI



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


Removing Indentations and Bar Numbers

2006-02-07 Thread S L Raymond
Having trouble finding these answers in docs:

1.  How do I configure the first staff on a page so that it isn't
indented?

2.  How do I completely remove measure numbers?

Using 2.6.  Thank you.

Lyle


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