lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Kind of "title" beetween staves


From: Eluze
Subject: Re: Kind of "title" beetween staves
Date: Mon, 1 Apr 2013 05:02:30 -0700 (PDT)

Eluze wrote
> 
> Alberto Simões-2 wrote
>> Hello
>> 
>> Although I can add manually text binding it to a note with 
>> ^\markup{...}, how can I add an annotation to be placed exactly in the 
>> center of the page, between two staves?
>> 
>> The manual refers a "Separate Text", but it is placed between scores, 
>> and I would like to keep the score (it is the same music, just a note).
> do you mean something like 
> 
> \score{ … }
> \markup { … }
> \score{ … }

or you can add such a monstrous construct like

\version "2.17.15"
\new Staff \relative f {
  c1
  \cadenzaOn
  \stopStaff
  \break
  \once {
    \override Score.BarNumber.stencil=##f
    \override StaffSymbol.line-count=#0
    \override TextScript.staff-padding=#'()
    \override KeySignature.stencil=##f
    \override Score.Clef.stencil=##f
  }
  s1 -\markup text \bar""
  \startStaff
  \break
  \cadenzaOff
  c
}

inside a \score { }

hth
Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Kind-of-title-beetween-staves-tp143709p143731.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]