lilypond-user
[Top][All Lists]
Advanced

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

Re: Notes in voiceone corrupt voicethree after voice splitting?


From: steve
Subject: Re: Notes in voiceone corrupt voicethree after voice splitting?
Date: Tue, 24 Mar 2015 20:19:06 -0400
User-agent: SquirrelMail/1.4.19


             YES!!!

             Thank U All 4 u.

            -$teev

> On 25/03/2015 07:20, address@hidden wrote:
>>        Your attached code still has the note heads in voiceThree and
>> voiceSix
>> changed to black harmonics, when there is a black harmonic in voiceOne
>
> Just change Staff.NoteHead to NoteHead, and it fixes the problem:
>
> \version "2.18.2"
>
> voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice)
> voiceSix = #(context-spec-music (make-voice-props-set 5) 'Voice)
>
> H = \once \override NoteHead.style = #'harmonic-black
>
> voiceone = \relative c'' {
>      \clef "G_8"
>      \time 4/4
>      \key g \major
>      b4 b \H b b |
> }
>
> voicetwo = \relative c {
>      \set harmonicDots = ##t
>      e'8\rest d2..\harmonic |
> }
>
> voicethree = \relative c' {
>       \override NoteColumn.force-hshift = #0.0
>       s4 g4^~ g2 |
> }
>
> voicefour = \relative c {
>      c1 |
> }
>
> voicefive = \relative c {
> }
>
> voicesix = \relative c' {
>        g4\rest g4
>       \once \override NoteColumn.force-hshift = #1.0
>           fis2 |
> }
>
>   guitar = << \voiceone \\ \voicetwo \\ \voicethree \\ \voicefour \\
> \voicefive \\ \voicesix >>
>
> #(set-global-staff-size 19)
>
> \score { \new Staff \guitar }
>
> _______________________________________________
> 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]