how to write notes without staff?

2007-05-16 Thread Dario Marrini

hi,
I need to write some little tests, in which I have to put simple notes,
without staff, clef and time; I can make trasparent barlines by using
\cadenzaOn, and  I can have a single line using \new RithmStaff, but how
can I make trasparent the line of RythmStaff? and how can I alternate
notes and text character (like =, or +) using lilypond code only? I use
Openoffice and OOoLilypond.

thanks, bye

--
Dario Marrini

[EMAIL PROTECTED]


Linux Registered User#240359
Linux Registered Machine #133789


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


Re: how to write notes without staff?

2007-05-21 Thread Mats Bengtsson

To make the staff lines of an ordinary Staff context transparent,
you can use
\override Staff.StaffSymbol #'transparent = ##t

However, if you only want to notate rhythms and don't
need any beamed notes, then it may be easier to obtain
what you want to do using text markup. The following
example illustrates some of the possibilities:

\version "2.10.0"
\markup{\note #"4." #UP + \note #"8" #UP + \note #"2" #DOWN = \note #"1" 
#DOWN }



  /Mats

Dario Marrini wrote:


hi,
I need to write some little tests, in which I have to put simple notes,
without staff, clef and time; I can make trasparent barlines by using
\cadenzaOn, and  I can have a single line using \new RithmStaff, but how
can I make trasparent the line of RythmStaff? and how can I alternate
notes and text character (like =, or +) using lilypond code only? I use
Openoffice and OOoLilypond.

thanks, bye




--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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