[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    RE: Reversing order of colliding noteheads?
From:       Stephen MacNeil <classicaljam01 () gmail ! com>
Date:       2016-01-29 5:11:55
Message-ID: CALVCDHxVjL+pWMpqqkg67C8Hfj5tMaQLu2CW_jPOe38MB8gJUw () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


How about


%%%%%%%%%%%%%%%%%%


\version "2.18.2"




timeKey = {


\key c \major

\time 4/4


}


tenorPart = {


\voiceOne

r2 e'8

\shape #'((0 . 0) (0 . 0.8) (0 . 0.8) (0 . 0.1)) Tie

c'4. ~ |

\once \override Voice.NoteColumn.force-hshift = #.6


c'4. r8 f'2 |


}


leadPart = {


\voiceTwo

e'2 c'2 |


d'2 a2 |


}


tenorWords = \lyricmode {


My girl

Oo


}


leadWords = \lyricmode {


Hold me, Love me


}


\bookpart { \score {


\new ChoirStaff \with {

systemStartDelimiter = #'SystemStartBar

} <<


\new Lyrics = "tenorLyrics" \with {

alignAboveContext = "staff"

\override VerticalAxisGroup.staff-affinity = #DOWN

}


\new Staff = "tenorlead" { << { \timeKey \clef "treble_8" }

\new Voice = "tenor" { <<

{ \tenorPart \bar "|." }

>> }


\new Voice = "lead" { <<

{ \leadPart \bar "|." }

>> }


>> }


\new Lyrics = "leadLyrics"

\context Lyrics = "tenorLyrics" \lyricsto "tenor" \tenorWords

\context Lyrics = "leadLyrics" \lyricsto "lead" \leadWords


>>


} }


%%%%%%%%%%%


Stephen

[Attachment #5 (text/html)]

<div dir="ltr">

<p style="margin:0px;text-indent:0px">How about<br></p><p \
style="margin:0px;text-indent:0px"><br></p><p \
style="margin:0px;text-indent:0px">%%%%%%%%%%%%%%%%%%<br></p><p \
style="margin:0px;text-indent:0px"><br></p> <p \
style="margin:0px;text-indent:0px">\version &quot;2.18.2&quot;</p> <p \
style="margin:0px;text-indent:0px"><br></p> <p \
style="margin:0px;text-indent:0px"><br></p> <p \
style="margin:0px;text-indent:0px"><br></p> <p \
style="margin:0px;text-indent:0px">timeKey = {</p> <p \
style="margin:0px;text-indent:0px"><br></p> <p \
style="margin:0px;text-indent:0px">\key c \major</p> <p \
style="margin:0px;text-indent:0px">\time 4/4</p> <p \
style="margin:0px;text-indent:0px"><br></p> <p \
style="margin:0px;text-indent:0px">}</p> <p \
style="margin:0px;text-indent:0px"><br></p> <p \
style="margin:0px;text-indent:0px">tenorPart = {</p> <p \
style="margin:0px;text-indent:0px"><br></p> <p \
style="margin:0px;text-indent:0px">\voiceOne</p> <p \
style="margin:0px;text-indent:0px">  </p> <p style="margin:0px;text-indent:0px">r2 \
e&#39;8 </p> <p style="margin:0px;text-indent:0px">\shape #&#39;((0 . 0) (0 . 0.8) (0 \
. 0.8) (0 . 0.1)) Tie</p> <p style="margin:0px;text-indent:0px">c&#39;4. ~ |</p>
<p style="margin:0px;text-indent:0px">\once \override Voice.NoteColumn.force-hshift = \
#.6</p> <p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">c&#39;4. r8 f&#39;2 |</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">}</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">leadPart = {</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">\voiceTwo</p>
<p style="margin:0px;text-indent:0px">  </p>
<p style="margin:0px;text-indent:0px">e&#39;2 c&#39;2 |</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">d&#39;2  a2 |</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">}</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">tenorWords = \lyricmode {</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">My girl</p>
<p style="margin:0px;text-indent:0px">Oo</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">}</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">leadWords = \lyricmode {</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">Hold me, Love me</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">}</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">\bookpart { \score {</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">  \new ChoirStaff \with {</p>
<p style="margin:0px;text-indent:0px">      systemStartDelimiter = \
#&#39;SystemStartBar</p> <p style="margin:0px;text-indent:0px">    } &lt;&lt;</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">     \new Lyrics = &quot;tenorLyrics&quot; \
\with {</p> <p style="margin:0px;text-indent:0px">       alignAboveContext = \
&quot;staff&quot;</p> <p style="margin:0px;text-indent:0px">       \override \
VerticalAxisGroup.staff-affinity = #DOWN</p> <p style="margin:0px;text-indent:0px">   \
}</p> <p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">    \new Staff = &quot;tenorlead&quot; { \
&lt;&lt; { \timeKey \clef &quot;treble_8&quot; }</p> <p \
style="margin:0px;text-indent:0px"> </p> <p style="margin:0px;text-indent:0px">      \
\new Voice = &quot;tenor&quot; { &lt;&lt;</p> <p style="margin:0px;text-indent:0px">  \
{ \tenorPart \bar &quot;|.&quot; }</p> <p style="margin:0px;text-indent:0px">      \
&gt;&gt; }</p> <p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">     \new Voice = &quot;lead&quot; { \
&lt;&lt;</p> <p style="margin:0px;text-indent:0px">        { \leadPart \bar \
&quot;|.&quot; }</p> <p style="margin:0px;text-indent:0px">      &gt;&gt; }</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">    &gt;&gt; }</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">    \new Lyrics = &quot;leadLyrics&quot;</p>
<p style="margin:0px;text-indent:0px">     </p>
<p style="margin:0px;text-indent:0px">    \context Lyrics = &quot;tenorLyrics&quot; \
\lyricsto &quot;tenor&quot; \tenorWords</p> <p style="margin:0px;text-indent:0px">    \
\context Lyrics = &quot;leadLyrics&quot; \lyricsto &quot;lead&quot; \leadWords</p> <p \
style="margin:0px;text-indent:0px"><br></p> <p style="margin:0px;text-indent:0px">  \
&gt;&gt;</p> <p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">} }</p>
<p style="margin:0px;text-indent:0px"><br></p><p \
style="margin:0px;text-indent:0px">%%%%%%%%%%%</p><p \
style="margin:0px;text-indent:0px"><br></p><p \
style="margin:0px;text-indent:0px">Stephen<br></p></div>



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic