lilypond-user
[Top][All Lists]
Advanced

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

Re: Fixing bad alignment in polyphonic section


From: Mats Bengtsson
Subject: Re: Fixing bad alignment in polyphonic section
Date: Wed, 27 Jun 2007 09:14:10 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)



Damian leGassick wrote:
that's not so ugly, i'll use it

but why did you need the 'Three' in \voice Three ?
Sorry, this was left over from an attempt to find another solution, just
remove the \voiceThree command completely.

it works without the 'Three' in 2.11.27
No, there is no \voice command. Please read in the section "Explicitly
instantiating voices" in the manual, to learn what the \voiceOne ... \voiceFour
commands do. Even if you might not need this right now, it's very good to
know is somewhat more detail what the <<{...} \\ {...} >> actually does, to
avoid unpleasant surprises, for example when typesetting some lyrics or slurs
that go between monophonic and polyphonic sections.

   /Mats

D


On 26 Jun 2007, at 08:09, Mats Bengtsson wrote:

Tricky situation! The only fix I can think of for the moment, is the following
ugly workaround:

\version "2.10.25"
\paper { ragged-right = ##t }
<< \relative c'' {
   << { \voiceThree g4 } \\ { <d f>8 <c e> } >>
}
\new Staff \relative c {
 \clef bass
 << { \hideNotes a'4 } \\ {<b, d f g>8 <c e g> } >>
}
>>

  /Mats

Neil Puttock wrote:
Hi everybody,

In the following example, I'm dissatisfied with the alignment of the voices on the top stave. I've tried all sorts of overrides and tweaks but most of them create more problems than they solve.

\version "2.10.25"
\paper { ragged-right = ##t }
<< \relative c'' {
    << { g4 } \\ { <d f>8 <c e> } >>
}
\new Staff \relative c { \clef bass <b d f g> <c e g> }
>>

I've seen several engraved versions of this section and they all agree that the g4 should be to the left, with the quaver chords aligned between treble and bass.

Any ideas?

Thanks,
Neil
------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
    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
=============================================



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        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]