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: Edward Neeman
Subject: Re: Text level with the staff
Date: Thu, 18 Jan 2018 07:58:34 -0500

Hello Vivyan,

The background of the page is white. If you open the file in a normal
PDF viewer (not Frescobaldi) you shouldn't be able to see the
whiteout.

Here is another solution that doesn't use whiteout:

\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
       \stopStaff
       \textLengthOn
       s1 -\tweak Y-offset #0 -\markup { \general-align #Y #CENTER
"rest for X 16" }
       \startStaff
       c4 d e f
      }
    >>
  }
}
--------------

Dr. Edward Neeman
Adjunct Instructor, South Georgia State College
Collaborative Pianist, Valdosta State University, Georgia
Artist Faculty, ELMS Conservatory, Jakarta
address@hidden
www.neemanpianoduo.com


On Wed, Jan 17, 2018 at 1:13 PM, Vivyan <address@hidden> wrote:
> a lot like this, thank you. Is there a way to to get the colour which is
> currently white the same colour as the rest of the page?
>
>
>
> --
> Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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