lilypond-user
[Top][All Lists]
Advanced

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

Re: Just paper


From: Mats Bengtsson
Subject: Re: Just paper
Date: Tue, 02 Oct 2001 13:36:46 +0200

> 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





reply via email to

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