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 "|."
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to