lilypond-user
[Top][All Lists]
Advanced

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

Re: Parallel music expressions on 1 stave with different notehead sizes?


From: Klaus Blum
Subject: Re: Parallel music expressions on 1 stave with different notehead sizes?
Date: Sat, 16 May 2015 13:30:16 -0700 (MST)

Hi Rosalie, 

one of the snippets could help you:
http://www.lilypond.org/doc/v2.18/Documentation/snippets-big-page#simultaneous-notes-changing-a-single-note_0027s-size-in-a-chord

But you will have to tweak each single note head, which might be somewhat
cumbersome:

% -----------------------------------------
\version "2.18"
\include "english.ly"

soprano = { g'8 a' b'4 e''8 f'' g''4 }
alto = {
  \tweak font-size #-2 e'8
  \tweak font-size #-2 f'
  \tweak font-size #-2 g'4
  \tweak font-size #-2 c''8
  \tweak font-size #-2 d''
  \tweak font-size #-2 e''4
}

\score
{
  \new Staff
  <<
    \partcombine
    { \soprano }
    { \alto    }
  >>
  \layout { }
} % score
% -----------------------------------------

Cheers, 
Klaus




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Parallel-music-expressions-on-1-stave-with-different-notehead-sizes-tp176660p176674.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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