lilypond-user
[Top][All Lists]
Advanced

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

scale durations, another case


From: zzk
Subject: scale durations, another case
Date: Tue, 8 Mar 2016 20:18:46 -0700 (MST)

Hi lilyponders,

Please consider the following code which is supposed to match the attached
excerpt from Debussy's 'Images'. 

I am getting a bar check warning, as I am having a bit of a struggle with
fitting seven 32nd notes under the second 'quarter' note in the tuplet.

Any help would be highly appreciated.

Zoran

%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.37"

Key = { \time 3/4 \key fis \major }
rh = { \change Staff = "rh" }
lh = { \change Staff = "lh" }

xxxMusRRH = \new Staff = "rh" {
    \relative c' {
        \Key
        \once \override TupletBracket.direction = #UP \tuplet 4/3 { b''4--
a-- g-- f-- } |
    }
}

xxxMusRH = \new Staff = "rh" {
    \relative c' {
        \Key
        \scaleDurations 3/4 { s8.. \lh \stemUp cis,32 } 
        \scaleDurations 6125/7000 { d[ g b d \rh \stemDown g b d] } 
        \scaleDurations 3/4 { r4 r8.. \stemDown <eis,! eis'!>32-- } |    
    }
}

xxxMusLH = \new Staff = "lh" {
    \relative c' {
        \Key
        \clef "bass" <<
            \new Voice { 
                f,8..\rest s32 s2 | 
            }
            \new Voice { 
                \stemDown 
                fis,,2. | 
            }
        >>
    }
}

\new PianoStaff << 
    \xxxMusRRH
    \new StaffGroup <<
        \xxxMusRH
        \xxxMusLH
    >>
>> 

\layout {
   \context {
     \Score
     \override StaffGrouper.staff-staff-spacing.basic-distance = #15
   }
} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%



ScaleDuration_excerpt.png
<http://lilypond.1069038.n5.nabble.com/file/n188321/ScaleDuration_excerpt.png>  



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/scale-durations-another-case-tp188321.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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