lilypond-user
[Top][All Lists]
Advanced

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

Re: shiftOn shifts to the left


From: Kieren MacMillan
Subject: Re: shiftOn shifts to the left
Date: Sat, 19 Jul 2014 12:12:13 -0400

Hi Alberto,

> Any idea on how to obtain the desired result?

Why not use Lilypond’s built-in multi-voice functionality?

\version "2.19.10"

theMusic = \relative e' {
  \time 3/4
  <<
   { \voiceOne e4 g a ~ | <fis a>2. }
   \new Voice { \voiceTwo e2. | s2. }
  >> \oneVoice
}

\new Staff \theMusic

Hope this helps!
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  address@hidden


reply via email to

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