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 06:19:24 -0700 (PDT)

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.



reply via email to

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