Alberto Simões-2 wrote > 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.staff-padding=#'() >>>> \override KeySignature.stencil=##f >>>> \override Score.Clef.stencil=##f >>>> } >>>> s1 -\markup text \bar"" >>>> \startStaff >>>> \break >>>> \cadenzaOff >>> >>> Hmms, this doesn't seem to work with version 2.16... >> >> Changed to: >> >> >> \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{Ao Prefácio} \bar"" >> \startStaff >> \break >> \cadenzaOff >> >> >> but doesn't work. Just some empty space at the top. > > Going in the multiple \score use :) > > _______________________________________________ > lilypond-user mailing list
> lilypond-user@ > https://lists.gnu.org/mailman/listinfo/lilypond-user well, 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 StaffSymbol #'line-count =#0 \override TextScript #'staff-padding =#'() \override KeySignature #'stencil =##f \override Score.Clef #'stencil =##f } s1 -\markup text \bar"" \startStaff \break \cadenzaOff c1 } which runs perfectly with 2.16.… Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Kind-of-title-beetween-staves-tp143709p143742.html Sent from the User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user