lilypond-user
[Top][All Lists]
Advanced

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

Re: Text *in* score - Stopped staves - Horizontal spacing


From: Malte Meyn
Subject: Re: Text *in* score - Stopped staves - Horizontal spacing
Date: Mon, 16 Jan 2017 00:07:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1


Am 15.01.2017 um 23:54 schrieb Pierre-Luc Gauthier:
> If you comment line 46 and un-comment 48, the R1 rest does not have a
> sufficient horizontal spacing to allow for the text to dodge the
> skylines.
> 
> Also, could the horizontal spacing be a function of the 'line-width
> parameter 40?

Try this combination of \markLengthOn and Y-offset:

songStructure = {
  s1 |
  \bar "||"
  \markLengthOn
  \override Score.MetronomeMark.Y-offset = 0
  \someText
  s |
  \bar "||"
  \key bes \major
  s |
  \bar "|."
}



reply via email to

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