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


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

Reply via email to