lilypond-user
[Top][All Lists]
Advanced

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

Re: stems up?


From: Kieren MacMillan
Subject: Re: stems up?
Date: Sat, 3 Jan 2009 17:26:55 -0500

Hi Matt and Ivo,

You can also (I think it's just a sort of shortcut) add the double slash between the two voices.

I don't recommend that option…

If you want a shortcut, define

split = #(define-music-function (parser location upper lower ) (ly:music? ly:music? ) #{ << { \voiceOne $upper } \new Voice { \voiceTwo $lower } >> \oneVoice #})

Now you can use

\split { e''2. } { a'2~a'8[ b'] }
\split { e''2.\fermata } { b'2.\fermata }

It's less typing anyway!

HTH,
Kieren.



reply via email to

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