lilypond-user
[Top][All Lists]
Advanced

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

Re: Function to add a drone staff?


From: Paul Morris
Subject: Re: Function to add a drone staff?
Date: Sat, 11 Apr 2015 11:19:31 -0700 (MST)

Gilles Sadowski wrote
> It works but the sound is still cut after every bar: It looks like no
> tie was added to the last note of a bar.
> 
> What is the advantage of using "\makeOctaves" wrt having two 
> "\dronify"?

Hi Gilles,

You're welcome.  There's no real advantage to using \makeOctaves, just a
matter of preference on how you want to set it up.  Nothing wrong with
having two \dronify staves or voices.

It's working for me here with simple examples like the following, both
visually and in midi output, and in 2.18.2 and 2.19.18.  Can you give a tiny
example showing the sound being cut after every bar?

Cheers,
-Paul

%%%%%%%%%%%

\version "2.19"

% dronify function omitted

melody = \relative f' {
  c4 d r e f r g a b
  c r e f r g a b
}

\score {
  <<
    % \melody
    \dronify g \melody
  >>
  \layout {}
  \midi {}
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Function-to-add-a-drone-staff-tp174261p174388.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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