-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Montag, 15. Juni 2009 12:38:05 schrieb Wilbert Berendsen:
> \version "2.12.2"
> #(ly:set-option 'point-and-click #f)
>    
> melody =
> {
>   \clef treble
>   \key c \major
>   \time 6/8
>   r4. r8 e'8 [ c'8 ] |
>   d'16 [  e'16 ] d'4~ d'4.  |
>   r4 g8 g8 [  b8 d'8 ] |
>   e'16 [  d'16 ] c'4~ c'4.  |
> }
>
>
> \score {
>   <<
>     \new Voice = "melody" \melody
>     \new Lyrics \lyricsto "melody" {
>       Just a per -- fect day, __
>       drink sang -- ri --   a in the park, __
>     }
>     \new Lyrics \lyricsto "melody" {
>       Just a per -- fect day, __
>       pro -- blems all left a -- _ lone. __

The last line should rather be:
       "" pro -- blems all left a -- lone. __

In particular, assign the empty string "" to the first g. This will end the 
extender.

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKNjOlTqjEwhXvPN0RAv8uAJwJv4FVkOtLWuvvW/y9CL3eLbOgtgCfen4p
0FTBZB7do+oQnkJ4DrDRBzc=
=72Yr
-----END PGP SIGNATURE-----
\version "2.12.2"
#(ly:set-option 'point-and-click #f)
    
melody = 
{
  \clef treble
  \key c \major
  \time 6/8 
  r4. r8 e'8 [ c'8 ] |
  d'16 [  e'16 ] d'4~ d'4.  |
  r4 g8 g8 [  b8 d'8 ] |
  e'16 [  d'16 ] c'4~ c'4.  |
}


\score {
  <<
    \new Voice = "melody" \melody
    \new Lyrics \lyricsto "melody" {
      Just a per -- fect day, __ 
      drink sang -- ri --   a in the park, __
    }
    \new Lyrics \lyricsto "melody" {
      Just a per -- fect day, __
      "" pro -- blems all left a -- lone. __
    } 
  >>
}

Attachment: test.pdf
Description: Adobe PDF document

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

Reply via email to