lilypond-user
[Top][All Lists]
Advanced

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

Half-note with a flag


From: John Kliewe
Subject: Half-note with a flag
Date: Fri, 5 Jul 2013 13:51:32 -0700 (PDT)

Hi,

I am trying to create a measure like the attached, from Chopin's Nocturne #3.

Here is what I have tried, but neither approach is quite right :

\version "2.16.0"
upper=
\relative c''
{ \clef treble
  \time 6/8
  \key b \major
r2.
r2.
}

lower=
\relative c'
{ \clef bass
  \time 6/8
  \key b \major
<< {cis,2 s8} \\ {
\once
\override NoteHead #'transparent = ##t
cis8[ e8 b' gis e' b]} >>
<< {cis,2 s8} \\ {
cis8[ e8 b' gis e' b]} >>
}

\score {
\new PianoStaff <<
\set PianoStaff.instrumentName = #"3."
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
\layout { }
\midi { }
}

Any advice? 

Attachment: Chopin.gif
Description: GIF image


reply via email to

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