lilypond-user
[Top][All Lists]
Advanced

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

Poor man' ossia


From: Menu Jacques
Subject: Poor man' ossia
Date: Mon, 14 Sep 2015 10:43:52 +0200

Hello folks,

In the example below, I’d like to indicate that someone else is playing two 16th notes while this player plays the 8th on the first beat of the second bar, to help going a tempo altogether on the the second beat.

Trouble is that the two 16th are too much on the right and the stems of the « main » voice are too long.

Thanks for the help!

JM



\version "2.19.25"

\relative c' {
  \time 2/4

  d2 - \markup{ \italic "rall."}  ~ | % 8

  <<
    {
      d8 [
      \tempo "A tempo"
      d'16 \pp -. g,16 -. ]
    }
    \new Voice {
      \small
      \voiceThree
      \hide NoteHead
      \override NoteHead.no-ledgers = ##t
      c'16 [ c ] s16 s16
    }
  >>

}


reply via email to

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