> I want create paper without any notation - clefs, barlines, notes -
> just five line staffs like this
> 
> =======
> 
> =======
> 
> =======
> 
> ...
> 
> I need it for writing.
> 
> Is it possible with lilypond?

You can find a couple of possible solutions at
http://lilypond.org/wiki/?BlankMusicPaper


> Also I may need to create paper with staffs and clefs for orchestral
> scores.

Then you may want to use Lilypond after all, for example:

\score{
  \notes{
    \clef bass 
    \repeat unfold 100 c1
  }
  \paper{
    \translator{
      \ScoreContext
      NoteHead \override #'transparent = ##t
      defaultBarType = #""
      \remove Bar_number_engraver
    }
  }
}


   /Mats



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to