lilypond-user
[Top][All Lists]
Advanced

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

Re: Half-note with a flag


From: Noeck
Subject: Re: Half-note with a flag
Date: Fri, 05 Jul 2013 23:09:35 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

Hi John,

\mergeDifferentlyHeadedOn is what you are looking for. The approach with
two voices was already right.

\version "2.16.0"

\new Staff \relative c' {
  \clef bass
  \time 6/8
  \key b \major
  \mergeDifferentlyHeadedOn
  << { cis,2 s4 } \\ { cis8[ e8 b' gis e' b] } >>
}

For more details, please look at:
http://lilypond.org/doc/v2.16/Documentation/notation/multiple-voices

Cheers,
Joram


Am 05.07.2013 22:51, schrieb John Kliewe:
> 
> \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 { }
> }



reply via email to

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