How about this: 
http://www.lilypond.org/doc/v2.18/Documentation/notation/proportional-notation

- Abraham

On 8/24/2015 12:55 PM, William Marchant [via Lilypond] wrote:
> I have looked though the documentation without finding what I need. The
> attached code gives me a triplet whose notes are spaced according to the
> words.  I would like to equalize  the spacing between the notes.  Is
> there a snippet I have missed, or some technique that will provide this?
> Bill
>
> \version "2.18.2"
> global = {
>    \language "english"
>    \key bf \major
>    \time 3/4
> }
> melody = \relative c' {
>      \tuplet 3/2 { bf8 c d }  c2 |
> }
>    VerseOne = \lyricmode {
>    Give me a big
>    }
>   \score {
>    \new ChoirStaff <<
>      \new Staff <<
>        \new Voice = "Song" {
>          \global
>          \melody
>        }
>        \new Lyrics \lyricsto "Song" {
>          \VerseOne
>        }
>      >>
>    >>
>    \layout {
>      \context {
>        \Score
>      }
>    }
> }
>
>
> _______________________________________________
> lilypond-user mailing list
> [hidden email] </user/SendEmail.jtp?type=node&node=180075&i=0>
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> ------------------------------------------------------------------------
> If you reply to this email, your message will be added to the 
> discussion below:
> http://lilypond.1069038.n5.nabble.com/Equal-spacing-of-notes-in-a-bar-tp180075.html
>  
>
> To start a new topic under User, email ml-node+s1069038n...@n5.nabble.com
> To unsubscribe from Lilypond, click here 
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>.
> NAML 
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>  
>





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Equal-spacing-of-notes-in-a-bar-tp180075p180078.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to