lilypond-user
[Top][All Lists]
Advanced

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

Re: choir music, easy piano reduction and dynamics


From: Reinhold Kainhofer
Subject: Re: choir music, easy piano reduction and dynamics
Date: Mon, 31 Mar 2008 21:38:12 +0200
User-agent: KMail/1.9.6

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

Am Montag, 31. März 2008 schrieb James E. Bailey:
> Thanks for the help, unfortunately it doesn't affect the output, i.e.,
> I still get dynamics.

You need to create a voice explicitly for each staff and remove the engraver 
there:
\version "2.11.43"

testing = {
c'4\p d'8\< e' \times 2/3 {f' g'\! a'\f}
}

\new Score {
  \new Staff  <<
    \new Voice \with { \remove "Dynamic_engraver" } \testing
  >>
}

\score {
  \testing
}

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)

iD8DBQFH8T2pTqjEwhXvPN0RAnxqAJ0ZZdRaysD2dKEFVgUoo8tI7GHifQCfXmhi
7XMpnh9XFa1LfM5H5AaaV8c=
=S0Kq
-----END PGP SIGNATURE-----




reply via email to

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