lilypond-user
[Top][All Lists]
Advanced

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

Re: How to separate these voices??


From: Shane Brandes
Subject: Re: How to separate these voices??
Date: Mon, 9 Jun 2014 13:40:48 -0400

make sure you delete the unneeded voice from the score declaration.
 guitar = << { \voiceone }>>

On Mon, Jun 9, 2014 at 1:21 PM,  <address@hidden> wrote:
>> Try putting everything in the same voice with this sort of construct
>> {<<{}\\{}\\{}>>}
>>
>
>         Doesn't change anything...
>
>         -steve
>
>
>> regards,
>> Shane
>>
>> On Mon, Jun 9, 2014 at 11:55 AM,  <address@hidden> wrote:
>>>
>>>   Howdy!
>>>
>>>          How do I get the bass quarter notes to separate from
>>>  the middle 8ths? They are fused as 8ths, and
>>>
>>> \override NoteColumn.force-hshift = #1
>>>
>>>      shifts both the middle and bass voices?
>>>
>>>
>>> \version "2.18.0"
>>>
>>>  voiceone = \relative c' {
>>>     <<
>>>     { e2. | }
>>>       \\
>>>     { gis,8[ b] gis[ b] gis[ b] | }
>>>     >>
>>>  }
>>>
>>>  voicetwo = \relative c {
>>>     < e, e' >4 dis' cis |
>>>  }
>>>
>>>
>>> guitar = << \voiceone \\ \voicetwo >>
>>>
>>>
>>>              thanx - steve
>>>
>>>
>>>
>>> _______________________________________________
>>> lilypond-user mailing list
>>> address@hidden
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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