[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
triplets across staves in piano scores
From: |
Erich Neuwirth |
Subject: |
triplets across staves in piano scores |
Date: |
Wed, 16 Sep 2015 10:29:27 +0200 |
%% How can I put the last note of each triplet on the lower stave
%% on the upper stave of the piano staff?
\header{
title = "Triplets across staves"
}
upper = \relative c' {
\clef treble
\key c \major
\time 2/4
c'2
}
lower = \relative c' {
\clef bass
\key c \major
\time 2/4
\tuplet 3/2 {g8 c g'}
\tuplet 3/2 {g,8 c g'}
}
\score {
<<
\new PianoStaff <<
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
>>
\layout {
\context { \Staff \RemoveEmptyStaves }
}
}
6
signature.asc
Description: Message signed with OpenPGP using GPGMail
- triplets across staves in piano scores,
Erich Neuwirth <=