lilypond-user
[Top][All Lists]
Advanced

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

Re: aligning an arrow


From: Phil Holmes
Subject: Re: aligning an arrow
Date: Sun, 14 Feb 2016 12:18:26 -0000

Your way of laying this out is rather unusual, and partly causes your problem. Instead of all those hidden notes, I'd suggest using spacer rests (s4 for a crochet spacer). Don't use stemUp or stemDown here - stick with voiceOne and voiceTwo. If you use \omit \Stem rather than hide, the arrow won't have to avoid the hidden stem and will be placed as you wish.

I would also get rid of all those separate voices, and put all my voiceOne music in one variable and all my voiceTwo in another: much easier to read.

--
Phil Holmes


----- Original Message ----- From: "Robert Blackstone" <address@hidden>
To: <address@hidden>
Sent: Sunday, February 14, 2016 11:38 AM
Subject: aligning an arrow


Dear all,

In the following example I would like to lower the arrow above the third bar to the level of those in bars 1 and 2, but up till now I have not found a way to accomplish it. Either the arrow stays at the same level or it disappears altogether.

%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"
\relative c' {
\new Staff { \omit Staff.TimeSignature \clef "soprano"
<<
{\stemUp a'4 \once \hideNotes  a \once \hideNotes a g }\bar "||"
\new Voice {\voiceTwo \stemDown f4 \set fontSize = #-4 \single \hide Stem e \single \hide Stem d^\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'( 0 . 2) } \unset fontSize c |}

<<
{\time 5/4 \stemUp c' \once \hideNotes c \once \hideNotes c \once \hideNotes c d } \bar "||" \new Voice {\voiceTwo \stemDown c, \set fontSize = #-4 \single \hide Stem d \single \hide Stem e \single \hide Stem f^\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'( 0 . 2) } \unset fontSize g4 |}

<<
{\stemUp c \set fontSize = #-4 \single \hide Stem b %^\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'( 0 . 2) } \single \hide Stem a \unset fontSize g } \bar "||" \new Voice {\voiceTwo \stemDown { e4 \set fontSize = #-4 \once \hideNotes d^\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'( 0 . 2) }
\once \hideNotes d \unset fontSize c } |}
\bar "||" }
}%%%%%%%%%%%%%%%%%%%%%

Thanks in advance for any help.

Best regards,

Robert Blackstone
_______________________________________________
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]