On Sun, 2010-05-16 at 08:54 -0700, zxxz wrote:
> Hello all,
> 
> How can I fix  http://old.nabble.com/file/p28574688/01_.ly 01_.ly  in order
> to have  http://old.nabble.com/file/p28574688/test.jpg test.jpg  as result?
> 
> http://old.nabble.com/file/p28574688/test.jpg 
> Thanks a lot!
> Giovanni
Ciao Giovanni, welcome!

You need to put some music in the upper voice (in this case, a spacer
rest):

upper = \relative c' {
  \clef treble
  \time 2/4
  \override Staff.TimeSignature #'stencil = ##f
  
  s2
}

lower = \relative c, {
  \clef bass
  \time 2/4
  \override Staff.TimeSignature #'stencil = ##f

  b4 s4
}


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

Reply via email to