lilypond-user
[Top][All Lists]
Advanced

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

Re: Rhythmic staff with no line?


From: Reinhold Kainhofer
Subject: Re: Rhythmic staff with no line?
Date: Thu, 11 Sep 2008 11:57:17 +0200
User-agent: KMail/1.9.10

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Donnerstag, 11. September 2008 schrieb Tomas Valusek:
> thank you, but I need to create such excercise quite quickly, and it's
> quite difficult for me to figure out what to do. Could you please
> provide me with a little template of line-less rhythmic example? Thank you.

Huh? The section "Hiding staves" shows exactly what you want in a 4-lines 
example, except that it uses a Staff instead of a RhythmicStaff, which you 
need:
http://kainhofer.com/~lilypond/Documentation/user/lilypond/Modifying-single-staves.html#Hiding-staves

You can either remove Staff_symbol_engraver from your staff or call 
\stopStaff, both create the effect that you want:

\version "2.11.58"

music = { 
  \time 2/4
  \key fis \major
  \clef "alto"
  c4 d8. es16 |
  a2 
}
\score {
  \new RhythmicStaff \with {\remove "Staff_symbol_engraver"}<<
    \new Voice { \music }
  >> 
}

\score {
  \new RhythmicStaff <<
    \new Voice { \stopStaff \music }
  >> 
}


Cheers,
Reinhold




- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: address@hidden, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIyOuCTqjEwhXvPN0RAhbdAJ4wxhM6OK4Sl9X685vz7vL9a2P7mwCfX7wx
gTN57ap+nZKrWdov00JjnXI=
=rNOa
-----END PGP SIGNATURE-----




reply via email to

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