lilypond-user
[Top][All Lists]
Advanced

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

RE: How to add padding around whiteout text


From: Joseph N. Srednicki
Subject: RE: How to add padding around whiteout text
Date: Thu, 24 Mar 2016 16:55:20 -0400

Hi Daniel:

 

I did not receive the error that you mentioned. I compiled with Version 2.19.35.

 

Thanks.

 

Joe Srednicki

 

From: Daniel Birns [mailto:address@hidden
Sent: Thursday, March 24, 2016 3:27 PM
To: Joseph N. Srednicki <address@hidden>
Cc: address@hidden
Subject: Re: How to add padding around whiteout text

 

I downloaded 2.19.38 and got this. Is this a new problem with .38? Do you, Joseph, see this?

 

dant.ly:35:1: error: syntax error, unexpected ‘}'





On Mar 24, 2016, at 11:25 AM, Joseph N. Srednicki <address@hidden> wrote:

 

Hello:

Please see the following code example.

In this example, I used the \whiteout command so that my markup looks like
it interrupts or a layer on top of the spanner bar.  

Could someone please explain how to add some padding around the text or
point me to the location in the documentation or mail archive that deals
with this issue?

Thanks for your help.

Joe Srednicki

==================
\version "2.19.35"
\language "english"
global = {
 \key c \major
 \time 4/4
}
rightOne = \relative c'' {
 \global
 c c c c
 c c c c
}
rightTwo = \relative c' {
 \global
  e e e_\markup {\whiteout {\fontsize#-3 {ad libitum}}}  e
  e e e e
}
leftOne = \relative c' {
 \global
 % Music follows here.
 g g g g
 e e e e
}
leftTwo = \relative c {
 \global
 c c c c
 e e e e
}
\score {
 \new PianoStaff \with {
   instrumentName = "Pno."
   shortInstrumentName = "Pno."
 } <<
   \new Staff = "right" << \rightOne \\ \rightTwo >>
   \new Staff = "left" { \clef bass << \leftOne \\ \leftTwo >> }

 

}


_______________________________________________
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]