lilypond-user
[Top][All Lists]
Advanced

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

Re: broken octaves


From: Jay Anderson
Subject: Re: broken octaves
Date: Mon, 28 Jul 2008 21:06:29 -0700

On Mon, Jul 28, 2008 at 12:11 AM, Stefan Thomas
<address@hidden> wrote:
> Dear Jay,
> You wrote : "What should the output be? {c4 g' b, f' c g'} or {c4 g' b, fis'
> c g'}".
> In my case, I'm much more interested in the second case "{c4 g' b, fis' c
> g'}". Because I'm writing mostly atonal music, I don't have to fear
> voice-leading teachers (and I think broken fifths have never been
> forbidden)!

That would be doable since every interval will always be a perfect
fifth. Some care would need to be taken to make sure the octaves are
right. My first thought for the broken octave function was to make it
generate something like this:

music = \relative c' {c8 s b s e s d}
transposed = \transpose c g \music

\score
{
  \new Staff \relative c'
  {
    \new Voice
    <<
      {\music s8}
      {s8 \transposed}
    >>
  }
  \layout {}
  \midi {}
}

This might be a better general approach.

-----Jay




reply via email to

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