lilypond-user
[Top][All Lists]
Advanced

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

Re: Information about Parts


From: Noeck
Subject: Re: Information about Parts
Date: Thu, 08 Jan 2015 22:24:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Hi Matt,

if you mean "part" like the music of one instrument or singer, for sure this is
possible: You can store each such part in a variable (say flute and piano) and
then you can print one of them:

\flute

or

\piano

or you can print the combined score of the two:

<<
  \flute
  \piano
>>

This is a very simple example, of course you have many more options as described
in the learning manual:
http://www.lilypond.org/doc/v2.18/Documentation/learning/scores-and-parts
or the notation reference:
http://lilypond.org/doc/v2.18/Documentation/notation/writing-parts

Btw, both come up if you search for part in the documentation:
http://lilypond.org/doc/v2.18/Documentation/learning/index

Was that what you were looking for?
Joram



reply via email to

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