lilypond-user
[Top][All Lists]
Advanced

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

Re: double notes in stemless notation?


From: Ivo Bouwmans
Subject: Re: double notes in stemless notation?
Date: Mon, 09 Jun 2008 21:55:49 +0200
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)

Hallo Mats,

Mats Bengtsson schreef / wrote / skribis:
If you show how you combine these two lines of music
in the same stave, it's easier to provide a relevant
answer.

The relevant part of the code can be found below.

However, in the meantime I figured out how to do double noteheads: using 'force-hshift'.

But thank you very much for your reply!
(And should you know a better or more elegant way, please let me know...)
--
Vriendelijke groeten,  =  Best wishes,  =  Afablajn salutojn,

Ivo


www.ivo.bouwmans.name


===== .ly file:


global= {
  \key e \major
  #(set-accidental-style 'forget)
  \override Score.TimeSignature #'stencil = ##f
  \override Stem #'transparent = ##t
}

right = { \once \override Voice.NoteColumn #'force-hshift = #1 }

Sopraannoten = {
\relative {
  \time 100/4
  gis'2 \bar "|" a4 b \bar "|" e,
}}

Altnoten = {
\relative {
  e2   e4 dis   \right e     % ...here the shift is used...
}}

\score {
<<
  \new ChoirStaff
  <<
    \new Staff
    <<
      \new Voice = "DescOne" { \global \voiceOne \Sopraannoten }
      \new Voice = "DescTwo" { \global \voiceTwo \Altnoten }
    >>
  >>
>>
}

\version "2.10.33"  % necessary for upgrading to future LilyPond versions.




reply via email to

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