lilypond-user
[Top][All Lists]
Advanced

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

Re: Noobie question. Simple fix needed


From: Federico Bruni
Subject: Re: Noobie question. Simple fix needed
Date: Sun, 16 May 2010 18:07:35 +0200

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
}




reply via email to

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