Hi,

Concerning time signatur I have found two possibilities:
%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.12.1"

\score {
 \new Staff {
   \clef treble
   \key c \major
   \override Staff.TimeSignature #'break-visibility = #all-invisible
   \relative g'{ \cadenzaOn g4 g g g g g g g g g \bar "|." }
 }
}
\score {
 \new Staff {
   \clef treble
   \key c \major
  \override Staff.TimeSignature #'stencil = ##f
   \relative g'{ \cadenzaOn g4 g g g g g g g g g \bar "|." }
 }
}
\score {
 \new Staff {
   \clef treble
   \key c \major
   \relative g'{ \cadenzaOn g4 g g g g g g g g g \bar "|." }
 }
  \layout {
    \context {
      \Staff
      \remove "Time_signature_engraver"
    }
  }
}

See also:
<
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-big-page#Transcribing-Gregorian-chant
>


-- 
Marek Klein
http://gregoriana.sk



2009/2/7 Zbyněk Burget <zbur...@burgnet.cz>

> Hi,
> I've two new problems.
>
> 1. How I can write long text to composer to header?
> 2. Why don't hide TimeSignature?
>
> Zbynek
>
>
>
> \version "2.12.2"
>
> \header{
>  composer = "Some long text. Long, long, long, long, long, long, long,
> long, long."
> }
>
> \score {
>  \new Staff {
>    \clef treble
>    \key c \major
>    \override Staff.TimeSignature #'break-visibility = #all-invisible
>    \relative g'{ \cadenzaOn g4 g g g g g g g g g \bar "|." }
>  }
> }
>
>
> _______________________________________________
> 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

Reply via email to