lilypond-user
[Top][All Lists]
Advanced

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

Help required with tuplets


From: Bernhard Kleine
Subject: Help required with tuplets
Date: Wed, 19 Oct 2016 08:14:46 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

Hi,

I do not see what is wrong with the following extract which is
compilable but totally wrong. The structure is fully from what
Frescobaldi offered, however missing voices not yet added are skipped.

Thank you for any help.

Bernhard

------

\version "2.19.33"
\language "deutsch"
\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
  }
}

global = {
  \key c \major
  \numericTimeSignature
  \time 2/4
 
  \tempo "Allegretto"
}
rightOne = \relative c'' {
  \global
  % Die Noten folgen hier.
  \partial 8 \stemDown
  \tuplet 3/8 {d'16 \p c f,} | \omit TupletNumber
  \tuplet 3/8 {d'16  c e,} \tuplet 3/8 {a g c,} \tuplet 3/8 {f e b} |

}
pianoPart = \new PianoStaff \with {
  instrumentName = "Kl."
} <<
  \new Staff = "right" << \rightOne  >>
 
>>

\score {
  <<
  
    \pianoPart
  >>
  \layout { }
}

-- 
spitzhalde9
D-79853 lenzkirch
address@hidden
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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