Hi Rosalie,
maybe a small function will make the complicated job a little less
complicated:
% -----------------------------------------
\version "2.18"
\include "english.ly"
t = #(define-music-function (parser location music) (ly:music?)
#{ \tweak font-size #-2 #music #})
soprano = { g'8 a' b'4 e''8 f'' g''4 }
alto = {
\t e'8 \t f' \t g'4 \t c''8 \t d'' \t 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-tp176660p176680.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user