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 15:02:28 -0700 (MST)

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.



reply via email to

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