you should post the whole code that doesn't compile! otherwise it's
not possible to trace an error.
for earlier versions you may write
\new Staff \relative f' {
c1
\cadenzaOn
\stopStaff
\break
\once {
\override Score.BarNumber #'stencil =##f
\override StaffS
On 01/04/13 13:43, Alberto Simões wrote:
On 01/04/13 13:41, Alberto Simões wrote:
On 01/04/13 13:26, Alberto Simões wrote:
\cadenzaOn
\stopStaff
\break
\once {
\override Score.BarNumber.stencil=##f
\override StaffSymbol.line-count=#0
\override TextScript.
On 01/04/13 13:41, Alberto Simões wrote:
On 01/04/13 13:26, Alberto Simões wrote:
\cadenzaOn
\stopStaff
\break
\once {
\override Score.BarNumber.stencil=##f
\override StaffSymbol.line-count=#0
\override TextScript.staff-padding=#'()
\override KeySignat
On 01/04/13 13:26, Alberto Simões wrote:
\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.s
On 01/04/13 13:02, Eluze wrote:
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
=##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.
2013/4/1 Eluze :
> 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 betwee
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{ … }
?
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Kind-of-title-beetween-staves-tp143709p143716.ht
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