lilypond-user
[Top][All Lists]
Advanced

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

-dbackend=eps clips lowest beam


From: Damian leGassick
Subject: -dbackend=eps clips lowest beam
Date: Sat, 15 Sep 2012 22:35:11 +0100

Hi all

If I run this with no arguments (or have a tagline) everything's fine
if run the file with -dbackend=eps the bottom stem is clipped

any clues?

thanks

Damian

\header{  tagline = "" }
\version "2.16.0"
musicRH = {<<
        {
        }
  \\ 
        {
          \change Staff = "LH"  b8[
          \change Staff = "RH"  e'' 
          \change Staff = "LH" d,  
          \change Staff = "RH" g']
      }
   >>}

musicLH = { \clef bass s8*4}

\score {
  <<
     \new PianoStaff
         <<
           \new Staff = "RH" {\musicRH}
            \new Staff = "LH"{\musicLH} 
         >>
    >>
}




reply via email to

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