Re: Multiple stanzas in some places only

2009-07-07 Thread Holger Hellebro
Francisco,

That's exactly what I needed. Many thanks!

/Holger

On Tue, Jul 7, 2009 at 1:31 PM, Francisco Vila wrote:

> 2009/7/7 Holger Hellebro :
> > Hi
> >
> > I'm struggling to get the lyrics right for a piece that for the most part
> > has only one line of lyrics, but in one place (i.e. not in the beginning)
> > there is a repeat and I need two stanzas of lyrics there. Is there any
> > convenient way of doing this? I have experimented with something like
> >
> > \addlyrics { \words << \sfirst \ssecond >> }
> >
> > where \words are the lyrics for the first part of the piece and the
> \sfirst
> > and \ssecond are the lyrics for the two stanzas. Of course, this doesn't
> > work, but I believe it may illustrate what I'm trying to achieve. I've
> > looked through the documentation without luck, but any pointers would be
> > welcome in case I've just missed it.
> >
> > I suppose it's possible to have two stanzas for the complete piece and
> have
> > a lot of spaces (_) in the second stanza, but I'm hoping there's a more
> > convenient way of doing it.
>
> Try something like
>
> <<
> \new Staff { c' c' c' c'
>\new Voice = "singleLyrics" { c' c' c' c' }
>\new Voice = "doubleLyrics" { d' d' d' d' }
> c' c' c' c' }
> \new Lyrics \lyricsto "singleLyrics" \lyricmode { sin sin sin sin }
> \new Lyrics \lyricsto "doubleLyrics" \lyricmode { one one one one  }
> \new Lyrics \lyricsto "doubleLyrics" \lyricmode { two two two two  }
>
> >>
>
>
> --
> Francisco Vila. Badajoz (Spain)
> www.paconet.org
>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Multiple stanzas in some places only

2009-07-07 Thread Holger Hellebro
Hi

I'm struggling to get the lyrics right for a piece that for the most part
has only one line of lyrics, but in one place (i.e. not in the beginning)
there is a repeat and I need two stanzas of lyrics there. Is there any
convenient way of doing this? I have experimented with something like

\addlyrics { \words << \sfirst \ssecond >> }

where \words are the lyrics for the first part of the piece and the \sfirst
and \ssecond are the lyrics for the two stanzas. Of course, this doesn't
work, but I believe it may illustrate what I'm trying to achieve. I've
looked through the documentation without luck, but any pointers would be
welcome in case I've just missed it.

I suppose it's possible to have two stanzas for the complete piece and have
a lot of spaces (_) in the second stanza, but I'm hoping there's a more
convenient way of doing it.

Many thanks,

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


Re: Need help with this trill

2009-05-15 Thread Holger Hellebro
Thank you all for your helpful replies.

@Eluze: Yes, that snippet does exactly what I want. Thanks!!

@Kieren: It does indeed, thanks for pointing it out. It's very convenient
too, when there are several of these trills.

Best regards,
Holger

On Fri, May 15, 2009 at 1:29 AM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:

>  Hi,
>
> <http://lists.gnu.org/archive/html/lilypond-user/2009-04/msg00606.html>
> Does this not exactly answer the (second) question?
>
> Regards,
> Kieren.
>
> > Date: Thu, 14 May 2009 16:14:58 -0700
> > From: elu...@gmail.com
> > To: lilypond-user@gnu.org
> > Subject: Re: Need help with this trill
>
> >
> >
> >
> > Carl D. Sorensen wrote:
> > >
> > >
> > >
> > >
> > > On 5/14/09 3:24 PM, "Holger Hellebro"  wrote:
> > >
> > > I think \graceAfter is what you're looking for.
> > >
> > >> 2. How to put the natural symbol above the trill symbol. I've tried
> > >> ^\markup{\tiny \natural} both before and after the \trill, but the
> trill
> > >> sign
> > >> ends up above the natural sign in either case.
> > >
> > >
> >
> > i tried the following code which seems to work (there is plenty of
> examples
> > in "NR Grace notes"):
> >
> > \version "2.12"
> >
> > { \clef "G_8"
> > \transpose c c' {
> > R 1
> > \override TextScript #'outside-staff-priority = #600
> > \override Script #'outside-staff-priority = #500
> > \slurDown
> > \afterGrace c 1
> > (
> > \trill
> > ^\markup {\teeny \translate #'( .55 . 0 ) \musicglyph
> > #"accidentals.natural" }
> > { c 16[ d] ) }
> > c 1
> > }
> > }
> > --
> > View this message in context:
> http://www.nabble.com/Need-help-with-this-trill-tp23549304p23550774.html
> > 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
>
> ___
> 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


Need help with this trill

2009-05-14 Thread Holger Hellebro
Hi

I'm a new Lilypond user and I'm really enjoying the program so far. However
I am having difficulties typesetting a certain trill. You can see in the
attached picture what I want to achieve. I run into two difficulties:

1. How to get the two minor notes (sort of like appoggiaturas) placed
correctly after the main note, at the end of the bar. \appoggiatura seems to
always put the minor notes before the actual notes.
2. How to put the natural symbol above the trill symbol. I've tried
^\markup{\tiny \natural} both before and after the \trill, but the trill
sign ends up above the natural sign in either case.

Any hints would be really appreciated.

Many thanks,
Holger
<>___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user