lilypond-user
[Top][All Lists]
Advanced

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

Re: How to double in octaves


From: Mats Bengtsson
Subject: Re: How to double in octaves
Date: Fri, 23 May 2003 18:42:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401

As long as the music belongs to the same Voice context,
the stems should be joined. Try (untested):
    \notes < \context Voice=bassline \transpose c' { \bassline }
             \context Voice=bassline \transpose c  { \bassline } >
  }

You may have to add a \stemUp or \stemDown, since the default
direction may be different in the two octaves.

   /Mats

Daniel Ashton wrote:
Hi,

I need to double a bass line in octaves.  So far I'm using this:

  \context Staff = bass {
    \clef bass
    \notes < \transpose c' { \bassline }
             \transpose c  { \bassline } >
  }

However, this does not join the stems.

Is there a better way?  I'm not anxious to convert each note in the bass
line into an octave chord.

Thanks,

Daniel


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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