lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplets? whats going on...


From: tisimst
Subject: Re: tuplets? whats going on...
Date: Sat, 21 Mar 2015 22:35:48 -0700 (MST)

Egbert,

If you are using 2.16.2, the \tuplet command doesn't work. It is new as of 2.18. You'll need to use the \times function instead, which takes the same arguments, but inverted:

\tuplet n/m = \times m/n

Regards,
Abraham

Sent from my iPhone

On Mar 21, 2015, at 10:42 PM, eggiebertus [via Lilypond] <[hidden email]> wrote:

Dear pondlings,

Something has happened. On Frescobaldi, after entering the following:

\version "2.16.2"

\header {
  title = "etwas"
}

\relative c' {
 
<<
  \new Staff { \key aes \major
   <<
     {
      \tuplet 3/2 { c4 d e }
     
   >>
           
  }
  \new Staff { \key aes \major \clef "bass" \tuplet 3/2 { c4 f e }
  }
  >>
}

And the tuplet causes problems each time. There is no output.
Why? Any thought would be highly appreciated.

Kind regards,
Egbert Fleuren

 



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/tuplets-whats-going-on-tp173463.html
To start a new topic under User, email [hidden email]
To unsubscribe from Lilypond, click here.
NAML


View this message in context: Re: tuplets? whats going on...
Sent from the User mailing list archive at Nabble.com.

reply via email to

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