Re: Tagline stuck to the default one

2006-06-04 Thread Mats Bengtsson

Quoting Graham Percival [EMAIL PROTECTED]:

...

Aha!  This produces the behavior you want:

\version 2.9.7
\book{
  \score {
\new Staff {
  c4 c4
}
  }
  \header {
title = tit
tagline = tag
  }
}

IMO, if there's only one \score in the piece, then the \header{} 
should be considered to be part of \book, not \score.  But at least I 
know what's happening now...


As always, you can remove the \book{ and the corresponding } at the 
end, since an implicit \book block is included by default anyway 
(unless you want to have several \book blocks in the same .ly file or 
are using

lilypond-book).

  /Mats



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


RE: Problems when using piano centered lyrics

2006-06-04 Thread Fairchild
Seems OK with 2.4.6.

 - Bruce

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Hallstein Lunde
Sent: Wednesday, May 24, 2006 11:41 AM
To: bug-lilypond@gnu.org
Subject: Problems when using piano centered lyrics 


  --- Else I'm rejected because of top-posting

I'm having two problems with this.
1. When using lyrics and repeat volta , the repeating 'dots' turn up in the
lyrics line and the repeat line breaks at the same heights where the dots
appear. 2. I'm not sure whether lyrics should be allowed to collide with
double barlines. It seems to me that the lyrics should have made lilypond
loosen up the horizontal spacing a bit more than it actually does.

\version 2.8.3
\score {
 \context GrandStaff 

   \context Staff = upper {
   \context Voice = singer \relative c'{ f e d c \repeat volta 2 {c4 d
e f}}
   }
   \new Lyrics \lyricsto singer \lyricmode { Oo oo oo oo Yeah, ba -- by --
doll! }
   \context Staff = lower 
 \clef bass
 \relative c {g4 g a b c g c g}
   
 
  \layout {
  ragged-right = ##t
  pagenumber=no
   \context {
 \GrandStaff
 \accepts Lyrics
   }
   \context {
 %\Lyrics
 \Lyrics
 \consists Bar_engraver
   }
 }
}




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



junk.pdf
Description: Adobe PDF document
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond