Home
Random
Log in
Settings
About LilyPond wiki
LilyPond wiki
Search
Editing
Combining two parts on the same staff
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
The part combiner tool (i.e., the <code>\partCombine</code> command) allows the combination of several different parts on the same staff. Text directions such as βsoloβ or βa2β are added by default; to remove them, simply set the property <code>printPartCombineTexts</code> to <code>#f</code>. For vocal scores (hymns), there is no need to add βsolo/a2β texts, so they should be switched off. However, it might be better not to use them if there are any solos, as they won't be indicated. In such cases, standard polyphonic notation may be preferable. This snippet presents the three ways two parts can be printed on a same staff: standard polyphony, <code>\partCombine</code> without texts, and <code>\partCombine</code> with texts. <lilypond version="2.24.0"> musicUp = \relative c'' { \time 4/4 a4 c4.( g8) a4 | g4 e' g,( a8 b) | c b a2. } musicDown = \relative c'' { g4 e4.( d8) c4 | r2 g'4( f8 e) | d2 \stemDown a } \score { << \new Staff \with { instrumentName = "standard polyphony" } << \musicUp \\ \musicDown >> \new Staff \with { instrumentName = \markup { \typewriter "\\partCombine" without text} printPartCombineTexts = ##f } \partCombine \musicUp \musicDown \new Staff \with { instrumentName = \markup { \typewriter "\\partCombine" with text} } \partCombine \musicUp \musicDown >> \layout { indent = 6.0\cm \context { \Score % Setting this to a large value avoids a bar line at the % beginning that would connect the three staves otherwise. \override SystemStartBar.collapse-height = 30 } } } </lilypond> [[Category:Pitches]] [[Category:Simultaneous notes]] [[Category:Syntax and expressions]] [[Category:Text]] [[Category:Included in the official documentation]]
Summary:
Please note that all contributions to LilyPond wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)