lilypond-user
[Top][All Lists]
Advanced

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

Re: Text level with the staff


From: Mark Knoop
Subject: Re: Text level with the staff
Date: Wed, 17 Jan 2018 13:05:16 +0000

At 04:35 on 17 Jan 2018, Vivyan wrote:
>I mean like this (photoshopped);
>
><http://lilypond.1069038.n5.nabble.com/file/t5486/Screen_Shot_2018-01-17_at_11.png>
> 

Something like this perhaps:

\version "2.19.80"
\language "english"

\header {
  title = "XMAS_EVET"
  tagline = "" % removed
}

\score {
  {
    <<
      \new Staff {
        \time 4/4
        \clef bass
        \set Staff.instrumentName = #"synth"
        R1
        \once \override Staff.BarLine.layer = #20
        \once \override Staff.BarLine.stencil = #(lambda (grob)
          (ly:stencil-combine-at-edge
          (ly:bar-line::print grob)
          X RIGHT
          (grob-interpret-markup grob #{
            \markup
            \whiteout
            \vcenter
            \pad-around #2
            "rest for X 16"
            #})
          0))
      }
    >>
  }
}


-- 
Mark Knoop



reply via email to

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