lilypond-user
[Top][All Lists]
Advanced

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

Arpeggio across notes of differing lengths


From: Joel C. Salomon
Subject: Arpeggio across notes of differing lengths
Date: Wed, 6 Jul 2016 15:25:30 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

In the score to Peter Pan I’ve come across what appears to be an
arpeggio with notes of different lengths.  I’ve come up with the kluge
below, but it doesn’t really look right (the hidden notes take up space,
and show up in the MIDI output).  What’s the correct way to achieve this?

    \version "2.19.44"
    \language "english"

    lower = \relative c {
        \clef bass
        \key d \minor
        \time 2/4
    <<  {
            \voiceOne
            bf'2                |
        }
        \new Voice {
            \voiceTwo
            f,4        e        |
        }
        \new Voice {
            \voiceTwo
            \hideNotes
            \arpeggioParenthesis
            <f bf'>4\arpeggio
            \arpeggioNormal
            \unHideNotes
        }
    >>
        \oneVoice
    }

    \score {
        \new Staff = "lower" \lower
        \layout {}
    }

—Joel C. Salomon

Attachment: Arpeggio.png
Description: PNG image


reply via email to

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