lilypond-user
[Top][All Lists]
Advanced

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

Re: Disconnected and oddly placed stems


From: Carl Sorensen
Subject: Re: Disconnected and oddly placed stems
Date: Sat, 5 Sep 2009 12:15:49 -0600



On 9/5/09 9:37 AM, "Dan Florio" <address@hidden> wrote:

> Here are the first few measures of a guitar part in a tune I'm working on:
> 
> (Each line represents a measure)
> 
> \version "2.12.2"
> 
> \header
>   {
>      title = "Percussion Song"
>      composer = "Dan Florio"
>   }
> 
> Guitar = \relative c'
>   {
>      << e1 g d' g >>
>      << e, g d' fis >>
>      << ees, g des' fis >>
>      << ees,2 g des' f >> << ees, g des' e >>
>   }

I doubt this is what you want to do.  You  are putting notes in parallel
contexts (different voices) rather than in chords.

It's much more likely that you want

 Guitar = \relative c'
   {
      < e1 g d' g >
      < e g d' fis >
      < ees g des' fis >
      < ees g des' f >2 < ees g des' e >
   }

HTH,

Carl





reply via email to

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