Allgemein > Englischsprachiger Support

tuplets? whats going on...

(1/1)

Vriend_aap:
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

Vriend_aap:
All right, I got an answer already on another website

"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"

Thanks anyway Deutsche Freunden!

Navigation

[0] Themen-Index

Zur normalen Ansicht wechseln