lilypond-user
[Top][All Lists]
Advanced

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

Re: Putting text IN the staff


From: Nick Payne
Subject: Re: Putting text IN the staff
Date: Mon, 27 Apr 2015 18:30:36 +1000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 27/04/2015 08:14, Anthonys Lists wrote:
Simple problem, I can't find the solution ... :-)

Basically, what I want is "\StaffOff   ...text...   \StaffOn".

Something like this? The values for offset and makegap have to be fiddled with to get proper alignment for the text you use.

\version "2.19.18"

makeGap = { \repeat unfold 2 { \hideNotes c1 \unHideNotes \noBreak } }

{
  c''1
  \noBreak \stopStaff \cadenzaOn
  <>-\tweak extra-offset #'(1 . 3)_\markup\small { "Text here" }
  \makeGap
  \cadenzaOff \startStaff
  c''1
}

Attachment: text.png
Description: PNG image


reply via email to

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